xmind

Installation
SKILL.md

XMind Mind Map Skill

Create, read, and analyze .xmind mind map files. Supports natural Chinese and English interaction.

Natural language routing

This skill supports both Chinese and English. When the user makes a request, identify the intent and route to the correct script and action. Respond in the same language the user uses.

Creation intents → create_xmind.mjs

User says (Chinese) User says (English) Route to
"帮我做个思维导图" / "创建脑图" / "画个脑图" / "生成xmind" / "做个脑图" "create a mind map" / "make an xmind" / "build a brainstorm" create_xmind.mjs — standard mind map
"做个项目计划" / "甘特图" / "排期" / "时间线" / "项目排期" / "里程碑" "project plan" / "Gantt chart" / "timeline" / "schedule" / "milestones" create_xmind.mjs — use planned tasks with durationDays + dependencies
"画个流程图" / "逻辑图" / "算法图" / "画个程序流程" "flowchart" / "logic diagram" / "algorithm diagram" create_xmind.mjs — use freePositioning: true + detachedTopics + straight relationships
"组织架构图" / "组织结构" / "人员架构" "org chart" / "organization structure" create_xmind.mjs — use org.xmind.ui.org-chart.down layout
"鱼骨图" / "因果分析" / "根因分析" "fishbone" / "cause and effect" / "root cause" create_xmind.mjs — use org.xmind.ui.fishbone.leftHeaded layout
"待办清单" / "任务清单" / "todo" "todo list" / "checklist" / "task list" create_xmind.mjs — use taskStatus: "todo"/"done"
"把这个PDF/文档/内容整理成脑图" / "总结成思维导图" "summarize as mind map" / "turn this into a mind map" Read the source content first, then create_xmind.mjs
Installs
63
GitHub Stars
75
First Seen
Feb 4, 2026
xmind — apeyroux/mcp-xmind