← 返回 Skills 市场
Mind Map
作者
sawyer-shi
· GitHub ↗
· v1.0.2
· MIT-0
160
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install mind-map-skill
功能描述
Generate a PNG mind map from Markdown using free (auto), center, or horizontal layout. Use when user asks to produce a brain map/思维导图 from notes.
安全使用建议
This skill is coherent and appears safe for typical use: it parses Markdown and renders PNGs locally. Before installing or running, note: (1) you need Pillow installed (requirements.txt lists pillow>=10); (2) on first run it will try to download a CJK font from raw.githubusercontent.com and cache it at ~/.cache/mind-map-skill/chinese_font.ttc — if you prefer no network fetch, either provide a local CJK font or run offline; (3) the runner will read any file path you pass and will save the input Markdown into the output folder, so avoid pointing it at sensitive files you don't want duplicated; (4) SKILL.md contains inconsistent example paths (Windows path and different directory names) — ensure you call the correct script path for your environment. If you need higher assurance, review the bundled Python files locally (they are small and readable) and run the tool in an isolated environment (container or VM).
能力评估
Purpose & Capability
Name/description align with included code: scripts parse Markdown and render PNG images using Pillow. Declared runtime artifacts (examples, reference, runner) match the functionality. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions stay within the stated purpose (read Markdown input, optionally from a file, generate image(s), save outputs and report stats). Two minor issues: SKILL.md includes a hardcoded Windows-oriented working directory example ('D:\Work\skills\mind_map') and there are inconsistent path/name conventions in docs (uses both mind_map and mind-map-skill), which are usability inconsistencies but not security-critical. Also note the runner will read any file path you pass and will save the input Markdown into the output folder (so do not pass sensitive files you do not want duplicated into output).
Install Mechanism
This is instruction/code bundle with no automated install spec. Dependencies are minimal (Pillow listed in requirements.txt). The only network activity is an on-demand font download from a GitHub raw URL (FONT_DOWNLOAD_URL) to a local cache; using raw.githubusercontent.com is common for assets but still an external network fetch. There is no download-from-arbitrary-URL installer or obfuscated fetches.
Credentials
The skill requests no environment variables or credentials. The only filesystem writes are to the output directory and to a per-user cache (~/.cache/mind-map-skill/chinese_font.ttc) for an optional font — this is proportionate to its purpose.
Persistence & Privilege
always is false and disable-model-invocation is true (so it will not be autonomously invoked). The skill writes only to its own output and cache paths and does not alter other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mind-map-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/mind-map-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Font fallback improved: now explicitly prioritizes system CJK fonts by OS when download is unavailable.
- Documentation update: clarified system font selection order for Linux, macOS, and Windows.
v1.0.1
- Added bundled CJK font for improved Chinese language support in mind maps.
- Updated documentation to reference the new bundled font file.
- No changes to core logic or user experience.
v1.0.0
Mind maps are automatically generated locally and securely,No key authorization required, No access to external services required.
元数据
常见问题
Mind Map 是什么?
Generate a PNG mind map from Markdown using free (auto), center, or horizontal layout. Use when user asks to produce a brain map/思维导图 from notes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Mind Map?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mind-map-skill」即可一键安装,无需额外配置。
Mind Map 是免费的吗?
是的,Mind Map 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mind Map 支持哪些平台?
Mind Map 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mind Map?
由 sawyer-shi(@sawyer-shi)开发并维护,当前版本 v1.0.2。
推荐 Skills