Generate XMind mind map files (.xmind) from Markdown outlines or plain text descriptions. Use when a user asks to create a mind map, visualize a structure, or export to XMind format. Supports both Markdown outline syntax (# headings, - bullets, indentation) and free-form text descriptions. Output is saved as a .xmind file in the workspace directory, openable directly in XMind app.
使用 XMind SDK 从 Markdown 大纲或纯文本生成 .xmind 文件。
scripts/generate_xmind.js — 主生成器。需要 Node.js 和 xmind npm 包。
首次使用前安装依赖:
bash
cd <技能目录>
npm install
bash
始终从技能目录运行:
bash
cd <技能目录>
默认输出位置: OpenClaw 工作区目录。
支持两种格式:
Markdown 大纲:
markdown
纯文本/自由格式描述:
当用户提供描述而非大纲时,先将其转换为 Markdown 大纲结构,再传递给脚本。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 xmind-generator-1776294958 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 xmind-generator-1776294958 技能
skillhub install xmind-generator-1776294958
文件大小: 7.09 KB | 发布时间: 2026-4-16 18:28