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 metaspartan/cybara --skill excalidrawgit clone --depth 1 https://github.com/metaspartan/cybaraWrote 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/metaspartan/cybara/excalidraw)<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>- NVIDIA SkillSpector pass
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.00046 | $0.00522 |
| Opus 5 | $0.00023 | $0.00261 |
| Sonnet 5 | $0.00009 | $0.00104 |
| Haiku 4.5 | $0.00005 | $0.00052 |
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.
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
- Compose the scene as
.excalidrawJSON: elements (rectangle,ellipse,diamond,arrow,line,text) withx/y/width/height,strokeColor,backgroundColor,fontSize, and bound labels. - Connect shapes with arrows that reference
startBinding/endBindingto element IDs so they stay attached. - Save to
<name>.excalidrawand state the path. - If a static export is wanted, convert to SVG/PNG (excalidraw CLI or the npm
@excalidraw/utilspackage viabunx).
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.
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 · 46 lines · 46 tokens per session scan A 7a60136353fc
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.
Other skills, from other repositories
uiux-ui-ux-pro-max
Skill "uiux-ui-ux-pro-max" from KornLabs/truss, covering ui/ux pro max - design intelligence, when to apply, rule categories by priority, running the search tool and workflow.
composio-canvas-design
Skill "composio-canvas-design" from KornLabs/truss, covering design philosophy creation, the critical understanding, how to generate a visual philosophy, philosophy examples and essential principles.
superpowers-brainstorming
Skill "superpowers-brainstorming" from KornLabs/truss, covering brainstorming ideas into designs, anti-pattern: "this is too simple to need a design", checklist, process flow and the process.
uiux-design
Skill "uiux-design" from KornLabs/truss, covering design, when to use, sub-skill routing, logo design (built-in) and logo: generate design brief.
uiux-ui-styling
Skill "uiux-ui-styling" from KornLabs/truss, covering ui styling skill, reference, when to use this skill, core stack and component layer: shadcn/ui.
anthropic-frontend-design
Skill "anthropic-frontend-design" from KornLabs/truss, covering frontend design, ground it in the subject, design principles, restraint and self-critique and more on writing in design.