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/rama-digital/coret-agent-kit/coret-mindmapnpx skills add Rama-Digital/coret-agent-kit --skill coret-mindmapgit clone --depth 1 https://github.com/Rama-Digital/coret-agent-kitWrote 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/rama-digital/coret-agent-kit/coret-mindmap)<a href="https://agentmods.dev/skills/rama-digital/coret-agent-kit/coret-mindmap"><img src="https://agentmods.dev/badge/skills/rama-digital/coret-agent-kit/coret-mindmap.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.00080 | $0.00831 |
| Opus 5 | $0.00040 | $0.00415 |
| Sonnet 5 | $0.00016 | $0.00166 |
| Haiku 4.5 | $0.00008 | $0.00083 |
Grade A, and why
coret-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 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 — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Coret Mind Map
Use the Coret MCP tools as the execution surface. Do not reimplement the REST API.
Before You Start
- Confirm the Coret MCP server is connected and has a
CORET_API_KEY. - Prefer a
crt_test_key while testing a new workflow. Usecrt_live_only when the user intends to change production workspace data. - Before a live write, confirm the connected workspace is the intended target when the workspace is not already clear from context.
- Use
get_skill_docwhen you need request schemas, limits, image metadata, sharing rules, or response examples. Do not guess undocumented fields. - Never print, store, commit, or place the API key in a URL, prompt, map, log, or share link.
Workflow
Read or Inspect
- Use
list_mapsto find the target instead of guessing an ID. - Use
get_maporlist_nodesbefore changing an existing map. - Preserve node IDs, notes, ordering, styles, and unrelated branches unless the user asks to change them.
Create
- Turn the source into a short hierarchy: one clear root, distinct branches, concise node text, and notes only where detail helps.
- If the user's structure is ambiguous or the write is large, show the proposed hierarchy before writing.
- Call
create_map, read the created map to obtain its root node, then add nodes. Preferbatch_nodesfor a coherent multi-node write; keep each batch at or below the documented limit. - Read the final map and report its title, ID, and a compact summary of what changed.
Update
- Read the current map and identify the smallest set of nodes that must change.
- Use
update_map,add_node,update_node, orbatch_nodeswithout rebuilding unaffected branches. - Read the changed map again and verify the requested state.
Images, Drawings, Sketches, Exports, and Sharing
- For map images, call
upload_image, then use the returned URL in the node image metadata described byget_skill_doc. - Use
get_drawingsandput_drawingsfor freehand Spidol marks directly over the mind-map canvas, such as circling or underlining existing ideas. Read first and preserve unrelated strokes; an empty array clears every stroke. - Use
put_sketchonly for a separate free-form whiteboard with boxes, sticky notes, text, arrows, or strokes. Do not use sketch when the user asks to mark the mind map itself. - Use
export_mapfor JSON, Markdown, or text output. - Create a public share link only when the user asks to share or needs a browser link. State the permission and expiry.
What ships with it
1 file 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.
- 4d ago First seen · 58 lines · 80 tokens per session scan A 8f04c80826e0
coret-mindmap is a skill published in the GitHub repository Rama-Digital/coret-agent-kit (0 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 831 once invoked, about $0.0004 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 skills, from other repositories
mindmap
CRITICAL — if the user asks for a mind map, concept map, knowledge map, visual summary, or says "map this out", "map this", "mind map this", "visualize the structure", "break this down visually", or "turn this into a mind map", you MUST use this skill. Stop everything and read this SKILL.md immediately. The default…
vibe-canvas
Open and maintain a live Vibe Canvas projection beside the current Codex conversation. Use when the user explicitly asks to open or start Vibe Canvas, keep syncing later turns without another submit action, let AI auto-Pick or buffer turns, and preserve manual Pick as the final authority.
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
chat-perf
Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.