Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add isatimur/excalidraw-skill-pack --skill coregit clone --depth 1 https://github.com/isatimur/excalidraw-skill-packWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/isatimur/excalidraw-skill-pack/core)<a href="https://agentmods.dev/skills/isatimur/excalidraw-skill-pack/core"><img src="https://agentmods.dev/badge/skills/isatimur/excalidraw-skill-pack/core.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Anti-Refusal · line 482 Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
- medium Rogue Agent · line 3 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium MCP Rug Pull · line 55 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 432 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 488 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00205 | $0.07333 |
| Opus 5 | $0.00102 | $0.03667 |
| Sonnet 5 | $0.00041 | $0.01467 |
| Haiku 4.5 | $0.00020 | $0.00733 |
Grade A, and why
excalidraw-diagram scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- excalidraw-diagram — 94% identical, 4 lines differ
How it starts
The opening of the file, as written. The whole thing — 540 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Excalidraw Diagram Creator
Generate .excalidraw JSON files that argue visually, not just display information.
Editable forever. Themeable. Renderable to PNG. Open in Excalidraw, Obsidian, or VS Code. Twenty-nine typed layouts with progressive disclosure, a first-run brand gate, a taste gate that deletes until the argument is sharp, and a mandatory render-inspect loop — so the diagram is never “done” until it looks right.
Setup: If the user asks you to set up this skill (renderer, dependencies, etc.), use the installed adapter docs or the project README.
0. First-run theme gate
Before generating the first diagram in a new project, verify the theme is intentional.
Resolve the active theme (--theme → project .excalidraw-skill-pack.json → ~/.excalidraw-skill-pack/config.json → default-sketchy). If the project still rides the bundled default and the user has a brand, pause and ask:
"This project is still on
default-sketchy. Customize the theme to match your brand first? (a) pull from a website URL, (b) extract from an installed skill, (c) extract from a local design-token folder, (d) paste tokens manually, (e) proceed with the default for now."
Then follow references/onboarding.md. Once onboarded (project config points at a theme, or the user explicitly chose default), skip this gate.
Don't silently ship default-skinned diagrams into a branded project.
Output Contract
When you create or edit a diagram:
- Produce a valid
.excalidraw/excalidraw-skeleton/mermaiddocument, not a prose-only answer. - Prefer skeleton format while drafting; hydrate to a full
.excalidrawfor the shareable deliverable. - If the user names an output path, write there. Otherwise use
./diagram.excalidraw. - Prefer the active theme for all color, typography, element, and layout decisions — read its
palette.mdbefore drawing. - Pick a diagram type from
references/types/index.mdand load that type's reference before generating elements. - Run the taste gate in
references/taste-gate.mdbefore declaring done. - Render and inspect the PNG. Fix visible defects. Loop until it passes.
- In the final response, report the
.excalidrawpath, rendered image path if created, theme used, type used, and any validation caveats.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- CHANGELOG.md 3.4 KB
- element-templates.md 6.4 KB
- json-schema.md 1.9 KB
- package.json 1.4 KB
- references/anti-patterns.md 2.5 KB
- references/color-palette.md 485 B
- references/comprehensive-diagrams.md 3.2 KB
- references/onboarding.md 3.3 KB
- references/taste-gate.md 3.5 KB
- references/types/index.md 2.1 KB
- references/types/type-architecture.md 1.1 KB
- references/types/type-bar.md 647 B
- references/types/type-comparison.md 748 B
- references/types/type-data-flow.md 656 B
- references/types/type-dp-integration.md 738 B
- references/types/type-dp-security-matrix.md 696 B
- references/types/type-er.md 712 B
- references/types/type-evidence.md 747 B
- references/types/type-flowchart.md 855 B
- references/types/type-gantt.md 676 B
- references/types/type-high-level.md 700 B
- references/types/type-it-state.md 683 B
- references/types/type-layers.md 683 B
- references/types/type-line.md 671 B
- references/types/type-loop.md 777 B
- references/types/type-medallion.md 710 B
- references/types/type-nested.md 705 B
- references/types/type-org-chart.md 641 B
- references/types/type-process.md 669 B
- references/types/type-pyramid.md 644 B
- references/types/type-quadrant.md 742 B
- references/types/type-radar.md 610 B
- references/types/type-scatter.md 637 B
- references/types/type-sequence.md 820 B
- references/types/type-state.md 802 B
- references/types/type-swimlane.md 747 B
- references/types/type-timeline.md 687 B
- references/types/type-tree.md 681 B
- references/types/type-venn.md 614 B
- references/visual-language.md 5.8 KB
- src/index.ts 363 B runs code
- src/theme-loader.ts 5.9 KB runs code
- src/validate-theme.ts 1.6 KB runs code
- tests/theme-discovery.test.ts 2.1 KB runs code
- tests/theme-loader.test.ts 875 B runs code
- tests/validate-theme.test.ts 1.0 KB runs code
- theme.schema.json 1.6 KB
- themes/default-sketchy/elements/arrow.json 148 B
- themes/default-sketchy/elements/box.json 185 B
- themes/default-sketchy/elements/callout.json 181 B
- themes/default-sketchy/layouts/chapter-card.md 944 B
- themes/default-sketchy/layouts/concept-card.md 766 B
- themes/default-sketchy/layouts/flow-pipeline.md 943 B
- themes/default-sketchy/layouts/inline-figure.md 799 B
- themes/default-sketchy/layouts/layered-stack.md 876 B
- themes/default-sketchy/layouts/relationship-map.md 781 B
- themes/default-sketchy/palette.json 342 B
- themes/default-sketchy/palette.md 4.1 KB
- themes/default-sketchy/theme.json 457 B
- themes/default-sketchy/typography.json 174 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 540 lines · 205 tokens per session scan A 9bef7cb255fd
excalidraw-diagram is a skill published in the GitHub repository isatimur/excalidraw-skill-pack (4 stars, last pushed today), licensed MIT. It adds 205 tokens to every session and 7,333 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
editing-model-diagrams
Creates, edits, reviews, and regenerates C4 architecture diagrams written with goa.design/model and the mdl CLI. Use when changing Model DSL, model.go or views.go files, system landscape, context, container, component, dynamic, or deployment views, element relationships, boundaries, layout, or generated SVG diagrams.
excalidraw-architect
Choose and compose the right Excalidraw diagram - architecture, flowchart, sequence, state, ER, swimlane, process, timeline, quadrant, pyramid, venn, loop, gantt, bar, line, scatter, and more - using the excalidraw-architect-mcp server. Use whenever a reader would learn more from a picture than from prose, or when…
arch4-mcp
Use Arch4 MCP tools to create, update, build, and visualize repository architecture maps.
archify
Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…
create-workflow-diagram
Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.
create-chatgpt-mockup
Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…