mind-map-generator

mind-map-generator is a skill for Claude Code from GongLingRui/screen-creative-skills. It costs 39 tokens per session (1,158 once invoked), scanned A, original, MIT.

A tool for turning outlines or other text into visual mind maps, which show ideas as connected branches. It returns an image URL and an online editing link.

In plain words
What is it for?
Use it to map story plots, character links, creative ideas, or team-shared outlines, then preview or edit the resulting map online.
Why use it?
It makes story structures, character relationships, and other nested information easier to view and reorganise than plain text.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions Claude Code.

Good fit Use it to map story plots, character links, creative ideas, or team-shared outlines, then preview or edit the resulting map online.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gonglingrui/screen-creative-skills/mind-map-generator
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 GongLingRui/screen-creative-skills --skill mind-map-generator
Clone the repo
git clone --depth 1 https://github.com/GongLingRui/screen-creative-skills

Made for: Claude Code.

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 mind-map-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/mind-map-generator/github.svg)](https://agentmods.dev/skills/gonglingrui/screen-creative-skills/mind-map-generator)
Your own site
<a href="https://agentmods.dev/skills/gonglingrui/screen-creative-skills/mind-map-generator"><img src="https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/mind-map-generator/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.

agentmods 80×15 button for mind-map-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/gonglingrui/screen-creative-skills/mind-map-generator"><img src="https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/mind-map-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,158 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 11
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
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.00039 $0.01158
Opus 5 $0.00019 $0.00579
Sonnet 5 $0.00008 $0.00232
Haiku 4.5 $0.00004 $0.00116

Measured 11d ago against content hash f450f0b7fbb0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

mind-map-generator 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/mind_map_generator.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

category/tools/mind-map-generator/SKILL.md · 103 lines

What it actually says

思维导图生成专家

功能

调用 generateTreeMind 工具创建可视化思维导图,并提供图片URL和编辑链接。

使用场景

  • 故事结构可视化: 将复杂的故事大纲、情节点或人物关系转化为直观的思维导图,帮助用户快速理解和梳理。
  • 情节关系图谱展示: 通过图形化方式展示人物关系、事件发展脉络,便于分析和设计。
  • 创作思路整理: 辅助创作者整理和发散创意,将零散的想法组织成结构化的思维导图。
  • 团队协作与分享: 生成可编辑的思维导图链接,方便团队成员共同协作和迭代。

核心能力

  • 思维导图生成: 调用 generateTreeMind API,将文本内容(如大纲、列表、自由文本)转化为结构化思维导图。
  • 可视化展示: 提供生成的思维导图图片URL,支持在线预览、下载和嵌入。
  • 编辑链接提供: 为生成的思维导图提供在线编辑链接,允许用户进行二次修改和定制。
  • API 调用管理: 有效管理 generateTreeMind API 的请求与响应,确保稳定性和容错性。

输入要求

  • 需要转换的内容: 待生成思维导图的文本内容(如故事大纲、角色列表、剧本片段)。
  • 思维导图结构(可选): 指定思维导图的层级关系或特定节点连接方式。
  • 样式设置(可选): 定义思维导图的颜色、字体、布局等视觉样式。

输出格式

{
  "pic": "[思维导图图片URL]",
  "jump_link": "[思维导图编辑链接]",
  "data": "[原始数据,通常为 JSON 格式的思维导图数据]",
  "log_id": "[日志ID]"
}

约束条件

  • 确保 generateTreeMind API 调用的稳定性和成功率。
  • 处理 API 响应中的各种状态,包括成功、失败或错误信息。
  • 思维导图生成内容必须准确反映输入文本的结构和语义。
  • 返回的图片URL和编辑链接必须有效且可访问。
  • 不得在输出中引入任何与思维导图生成无关的信息。

示例

参见 {baseDir}/references/examples.md 目录获取更多详细示例:

  • examples.md - 包含不同输入内容(如故事大纲、人物列表)和样式设置的思维导图生成示例。

详细文档

参见 {baseDir}/references/examples.md 获取关于思维导图生成工具的详细指导与案例。


版本历史

版本 日期 变更
2.1.0 2026-01-11 优化 description 字段,使其更精简并符合命令式语言规范;模型更改为 opus;优化功能、核心能力、输入要求、输出格式的描述,使其更符合命令式语言规范;添加使用场景、约束条件、示例和详细文档部分。
2.0.0 2026-01-11 按官方规范重构
1.0.0 2026-01-10 初始版本
Files

What ships with it

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

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. 11d ago First seen · 103 lines · 39 tokens per session scan A f450f0b7fbb0

Subscribe to this mod's changes

mind-map-generator is a skill published in the GitHub repository GongLingRui/screen-creative-skills (400 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 1,158 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.

Related

Other skills, from other repositories

a0-development

Develop or operate Agent Zero: projects, chats, tasks, framework, tools and API/WebUI.

agent0ai/agent-zero · 24 tokens

frontmcp-development

Use when building any FrontMCP server component other than a tool (for tools, use create-tool). Covers @Resource static resources and parameterized URI templates; @Prompt reusable prompts (RAG, multi-turn); @Provider singleton dependency-injection providers (database pools, API clients); @Agent autonomous LLM agents…

agentfront/frontmcp · 196 tokens

analyze-generative-diffusion-model

Analyze pre-trained generative diffusion models (Stable Diffusion, DALL-E, Flux) by computing quality metrics (FID, IS, CLIP score, precision/recall), inspecting noise schedules, extracting and visualizing attention maps, and probing latent spaces. Use when evaluating a pre-trained generative diffusion model's output…

pjt222/agent-almanac · 104 tokens

compose-sacred-music

Compose or analyze sacred music in Hildegard von Bingen's distinctive modal style. Covers modal selection, melodic contour (wide-range melodies), text-setting (syllabic and melismatic), neumatic notation, and liturgical context for antiphons, sequences, and responsories. Use when composing a new piece in Hildegardian…

pjt222/agent-almanac · 108 tokens

create-spatial-visualization

Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data using R (sf, leaflet, tmap) or Observable (D3, deck.gl). Covers data import, coordinate system handling, map styling, and export to HTML or image formats. Use when visualizing a planned or completed tour…

pjt222/agent-almanac · 111 tokens

create-2d-composition

Compose 2D graphics programmatically using SVG generation, diagram layout algorithms, image compositing, and batch processing workflows. Use when generating diagrams, flowcharts, or infographics programmatically, creating reproducible scientific figures, automating production of badges or visual assets, building…

pjt222/agent-almanac · 77 tokens