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.
git clone --depth 1 https://github.com/lesleslie/excalidraw-mcpWrote 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/lesleslie/excalidraw-mcp/excalidraw-update)<a href="https://agentmods.dev/commands/lesleslie/excalidraw-mcp/excalidraw-update"><img src="https://agentmods.dev/badge/commands/lesleslie/excalidraw-mcp/excalidraw-update/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/lesleslie/excalidraw-mcp/excalidraw-update"><img src="https://agentmods.dev/badge/commands/lesleslie/excalidraw-mcp/excalidraw-update.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00028 | $0.00469 |
| Opus 5 | $0.00014 | $0.00234 |
| Sonnet 5 | $0.00006 | $0.00094 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
excalidraw-update 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 10d 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.
What it actually says
/excalidraw-update
Live-update an element that already exists on the Excalidraw canvas.
Usage
/excalidraw-update <element-id> [--x N] [--y N] [--width N] [--height N] [--text "..."] [--stroke-color "#RRGGBB"]
Arguments:
<element-id>: id of the target element (returned bymcp__excalidraw__query_elementsormcp__excalidraw__create_element).--x N: optional new absolute canvas x coordinate.--y N: optional new absolute canvas y coordinate.--width N: optional new element width in pixels.--height N: optional new element height in pixels.--text "...": optional new text payload.--stroke-color "#RRGGBB": optional new stroke color in hex form.
Only the supplied fields are mutated; unspecified fields keep their current values.
Workflow
- Call
mcp__excalidraw__health_checkto confirm the canvas subprocess is running. - If the caller does not know
<element-id>, callmcp__excalidraw__query_elementsto discover the candidate ids. - Build the request payload from the supplied arguments (only the fields the caller asked to change).
- Call
mcp__excalidraw__update_elementwith the element id and the request payload. - Report which fields changed and the canvas sync status.
Example
/excalidraw-update elem_abc123 --x 240 --y 160 --stroke-color "#1f6feb"
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.
- 10d ago First seen · 38 lines · 28 tokens per session scan A 9ff35e9cb3cb
excalidraw-update is a command published in the GitHub repository lesleslie/excalidraw-mcp (14 stars, last pushed 9d ago), licensed BSD-3-Clause. It adds 28 tokens to every session and 469 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-30.
Other commands, from other repositories
profile
Save, load, inspect, update, reset, or delete diagram-design client profiles.
ui-flow-review
Review menus, HUD, navigation, and player flow from a UX perspective.
ppt-image2-editable-rebuild
Rebuild image2 or imagegen reference slides as editable PowerPoint decks.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
team-ui
Orchestrate UI/UX design team.
p3-ux-wireframes
Creates wireframes (ASCII art) for the most important screens with interaction descriptions.