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 skills/0x-man/mindmap-skill/mindmapnpx skills add 0x-man/mindmap-skill --skill mindmapgit clone --depth 1 https://github.com/0x-man/mindmap-skillWhat 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.00155 | $0.04698 |
| Opus 5 | $0.00077 | $0.02349 |
| Sonnet 5 | $0.00031 | $0.00940 |
| Haiku 4.5 | $0.00015 | $0.00470 |
Grade A, and why
mindmap 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 2d 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 — 417 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mind Map Generator
Generate interactive mind maps as React (.jsx) artifacts or portable Markmap (.md) files.
Output Modes
React (default): Interactive artifact with pan, zoom, collapse, palette switching, save button, edge-anchored connectors, and hover tooltips. Best for exploring in Claude.
Markmap (on request): Portable Markdown file that renders with markmap.js. Works in
VS Code (Markmap extension), markmap.js.org, or any browser via npx markmap-cli.
Best for sharing, embedding, and use outside Claude.
Trigger Markmap mode when the user says any of: "markmap", "markdown map", "--md", "portable format", "I want to open it outside Claude", "export as markdown map", "make it a .md", "markmap format"
If unclear, default to React.
When You Receive a Request
- Determine output mode — React (default) or Markmap (if triggered above)
- Check for deep mode: if the user says "--deep", "deep mode", "think harder", or
"best possible structure", read
references/judge-panel.mdand follow that workflow. For rich documents (3000+ words with competing themes), you may proactively suggest it. - Analyze the input content — extract the central topic and 4–7 main branches
- For React mode: Build the
mindmapDataobject and generate a React artifact with ALL of the Mandatory Code below - For Markmap mode: Generate a Markmap-flavored
.mdfile following the Markmap Output section below - Optionally read
references/mindmap-best-practices.mdfor keyword compression examples
Content Analysis Strategy
- Central topic: One noun phrase, 2–5 words max.
- Main branches: 4–7 categories. 5–6 is the sweet spot.
- Sub-branches: 2–5 items per branch. Keywords only, not full sentences.
- Depth limit: 3 levels max (central → branch → sub-branch).
For long content: identify the main argument → group into thematic clusters → extract key evidence → discard redundancy. For broad topics: educational overview, foundational concepts first.
What ships with it
6 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.
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.
- 2d ago First seen · 417 lines · 155 tokens per session scan A 75665e6d5b2d
mindmap is a skill published in the GitHub repository 0x-man/mindmap-skill (13 stars, last pushed 6d ago), licensed MIT. It adds 155 tokens to every session and 4,698 once invoked, about $0.0008 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
stats
Use when user invokes /stats or asks about Claude Code usage, token consumption, session history, model distribution, or activity patterns. Generates an interactive HTML dashboard with charts and tables, auto-opens in browser. Also triggers on "how much have I used Claude", "show my usage", "token usage", "session…
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
opencli-autofix
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
opencli-usage
Use at the start of any OpenCLI session — this is the top-level map of what opencli can do, how to discover adapters, what flags and output formats are universal, and which specialized skill to load next. Point here when an agent asks "what can opencli do?" or "how do I find the right command?".
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
smart-search
基于 opencli 命令的智能搜索路由器。当用户想要使用 OpenCLI、CLI 或 API 搜索、查询、查找或研究信息时,尤其是涉及指定网站、社交媒体、技术资料、新闻、购物、旅游、求职、金融或中文内容时,务必使用此 skill.