xmind
✓创建 XMind 思维导图文件 (.xmind)。当用户要求创建思维导图、思维导图、XMind 文件或头脑风暴图时,请使用此技能。生成直接在 XMind 应用程序中打开的本机 .xmind 文件。
SKILL.md
Create .xmind files by building a JSON structure and piping it to the bundled script.
| title | string (required) | Topic title | | children | array of topics | Child topics | | notes | string or {plain?, html?} | Notes. HTML supports: , , , , , . NOT . | | href | string | External URL link | | attachment | string | Absolute path to a file to attach (embedded in the .xmind). Mutually exclusive with href. |
| linkToTopic | string | Title of another topic to link to (internal xmind:#id link, works across sheets) | | labels | string[] | Tags/labels | | markers | string[] | Marker IDs: task-done, task-start, priority-1 to priority-9 | | callouts | string[] | Callout text bubbles |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/apeyroux/mcp-xmind --skill xmind- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-05
- 更新时间
- 2026-02-18
快速解答
什么是 xmind?
创建 XMind 思维导图文件 (.xmind)。当用户要求创建思维导图、思维导图、XMind 文件或头脑风暴图时,请使用此技能。生成直接在 XMind 应用程序中打开的本机 .xmind 文件。 来源:apeyroux/mcp-xmind。
如何安装 xmind?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/apeyroux/mcp-xmind --skill xmind 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/apeyroux/mcp-xmind
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-05