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 agentmods add commands/fakoli/fakoli-plugins/excalidrawgit clone --depth 1 https://github.com/fakoli/fakoli-pluginsWrote 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/commands/fakoli/fakoli-plugins/excalidraw)<a href="https://agentmods.dev/commands/fakoli/fakoli-plugins/excalidraw"><img src="https://agentmods.dev/badge/commands/fakoli/fakoli-plugins/excalidraw.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00013 | $0.00742 |
| Opus 5 | $0.00006 | $0.00371 |
| Sonnet 5 | $0.00003 | $0.00148 |
| Haiku 4.5 | $0.00001 | $0.00074 |
Grade A, and why
excalidraw 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Excalidraw Diagram Generation
Generate an Excalidraw diagram based on the following request.
Request
$ARGUMENTS
Instructions
-
Analyze the request: Determine what kind of diagram is needed (architecture, flowchart, ER, dependency graph, etc.)
-
Gather information if needed:
- If the user references the codebase ("diagram this project", "show the architecture"), use Glob and Grep to analyze the code structure, imports, and components.
- If the user provides a description, use it directly.
- If an existing
.excalidrawfile is referenced, read it first.
-
Choose the right settings:
- Layout:
top-downfor flowcharts/trees,left-rightfor pipelines/flows,gridfor architecture overviews - Theme:
defaultfor most cases,blueprintfor dark-background formal docs,monochromefor print - Colors: Use consistent color coding (e.g., blue for services, green for databases, orange for external systems)
- Layout:
-
Generate skeleton JSON: Create the skeleton with all shapes, arrows, labels, and frames needed.
-
Run the converter:
node "${CLAUDE_PLUGIN_ROOT}/scripts/convert.js" /tmp/excalidraw-skeleton.json <output-path> -
Report results: Tell the user the file path and how to open it.
Output Path
- Default:
./<diagram-name>.excalidrawin the current working directory - If the user specifies a path, use that
- For modifications, default to writing a new file (don't overwrite unless asked)
Converter Script
Located at: ${CLAUDE_PLUGIN_ROOT}/scripts/convert.js
Create mode:
node "${CLAUDE_PLUGIN_ROOT}/scripts/convert.js" /tmp/excalidraw-skeleton.json output.excalidraw
Modify mode:
node "${CLAUDE_PLUGIN_ROOT}/scripts/convert.js" --modify existing.excalidraw /tmp/excalidraw-additions.json output.excalidraw
Skeleton Format
Write the skeleton JSON to /tmp/excalidraw-skeleton.json before running the converter. See the excalidraw skill for full format documentation.
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.
- 4d ago First seen · 75 lines · 13 tokens per session scan A 695382d83da3
excalidraw is a command published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 26d ago), licensed MIT. It adds 13 tokens to every session and 742 once invoked, about $0.0001 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 commands, from other repositories
session-init
You are the Main Agent in an orchestrated workflow. Read and internalize these working instructions.
migrate
Bring an existing repo into the credo target form: scaffold .credo/, classify and place its process artifacts, turn open work into credo items, self-audit, and (only with the user) tidy the originals.
explain
Explain the subject in depth using the fixed four-part structure: What, Why, Example, Consequences. Treat the subject as the thing to be explained, not as a literal question.
strip
This is the task-based stripper, not the always-on prior: a deliberate cleanup pass you asked for. Apply the fp-minify doctrine to the target and remove or compress comments that don't earn their place.
anipy-cli
Search, play, download, or manage anime via anipy-cli on Windows (auto-repairs missing dependencies).
media-generate
Generate a media asset — image, video, music, or speech — with guided prompts and sensible defaults.