excalidraw

excalidraw is a skill for Claude Code, Codex from metaspartan/cybara. It costs 46 tokens per session (522 once invoked), scanned A, original, MIT.

A tool for creating hand-drawn-style diagrams in Excalidraw's editable JSON format, with optional SVG or PNG export.

In plain words
What is it for?
Use it for concept maps, org charts, rough architecture sketches, and other freeform whiteboard diagrams.
Why use it?
It gives rough concepts and whiteboard sketches a file format that can be reopened and edited in Excalidraw.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for concept maps, org charts, rough architecture sketches, and other freeform whiteboard diagrams.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/metaspartan/cybara/excalidraw
Install

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.

Any agent
npx skills add metaspartan/cybara --skill excalidraw
Clone the repo
git clone --depth 1 https://github.com/metaspartan/cybara

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for excalidraw

README.md
[![agentmods](https://agentmods.dev/badge/skills/metaspartan/cybara/excalidraw.svg)](https://agentmods.dev/skills/metaspartan/cybara/excalidraw)
Your own site
<a href="https://agentmods.dev/skills/metaspartan/cybara/excalidraw"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/excalidraw.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 522 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00522
Opus 5 $0.00023 $0.00261
Sonnet 5 $0.00009 $0.00104
Haiku 4.5 $0.00005 $0.00052

Measured 8d ago against content hash 7a60136353fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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 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.

skills/excalidraw/SKILL.md · 46 lines

What it actually says

Excalidraw

Excalidraw produces clean hand-drawn-style diagrams. Emit a .excalidraw JSON file the user can open in the Excalidraw editor (or excalidraw CLI), and optionally export to SVG.

When to use

  • "make an excalidraw / sketch / whiteboard of …"
  • Concept maps, org charts, rough architecture sketches where a polished SVG is overkill.
  • The user explicitly asks for hand-drawn style.

How to produce

  1. Compose the scene as .excalidraw JSON: elements (rectangle, ellipse, diamond, arrow, line, text) with x/y/width/height, strokeColor, backgroundColor, fontSize, and bound labels.
  2. Connect shapes with arrows that reference startBinding/endBinding to element IDs so they stay attached.
  3. Save to <name>.excalidraw and state the path.
  4. If a static export is wanted, convert to SVG/PNG (excalidraw CLI or the npm @excalidraw/utils package via bunx).

Minimal element template

{
  "type": "excalidraw",
  "version": 2,
  "source": "cybara",
  "elements": [
    {
      "type": "rectangle", "x": 100, "y": 100, "width": 160, "height": 60,
      "strokeColor": "#1e1e1e", "backgroundColor": "transparent",
      "id": "node1", "seed": 1, "roughness": 1, "strokeWidth": 2
    },
    {
      "type": "text", "x": 130, "y": 122, "width": 100, "height": 20,
      "text": "Service A", "fontSize": 16, "id": "t1", "seed": 2
    }
  ],
  "appState": { "viewBackgroundColor": "#ffffff" }
}

Keep element IDs unique; use seed values to keep rendering deterministic. Prefer grouping with a consistent palette.

Changes

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.

  1. 8d ago First seen · 46 lines · 46 tokens per session scan A 7a60136353fc

Subscribe to this mod's changes

excalidraw is a skill published in the GitHub repository metaspartan/cybara (28 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 522 once invoked, about $0.0002 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.