返回顶部
x

xmind-generator

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
429
下载量
2
收藏
概述
安装方式
版本历史

xmind-generator

# XMind Generator Generate `.xmind` files from Markdown outlines or plain text using the XMind SDK. ## Script `scripts/generate_xmind.js` — main generator. Requires Node.js and the `xmind` npm package. ## Installation **Install dependencies before first use:** ```bash cd <skill_dir> npm install ``` ## Usage ```bash # From Markdown outline file node scripts/generate_xmind.js --input outline.md --output /path/to/output.xmind # From inline text (use \n for newlines) node scripts/generate_xmind.js --text "# Root\n- Branch 1\n - Leaf\n- Branch 2" --output output.xmind # From stdin echo "..." | node scripts/generate_xmind.js --output output.xmind ``` **Always run from the skill directory:** ```bash cd <skill_dir> ``` **Default output location:** the OpenClaw workspace directory. ## Input Format Both formats are supported: **Markdown outline:** ```markdown # Root Topic - Main Branch 1 - Sub topic 1 - Sub topic 2 - Main Branch 2 - Sub topic 3 - Leaf node ``` **Plain text / free-form description:** When user provides a description instead of an outline, first convert it to Markdown outline structure, then pass to the script. ## Workflow 1. If user provides a Markdown outline → pass directly to script via `--text` or `--input` 2. If user provides a plain text description → convert to Markdown outline first, then generate 3. Output file goes to workspace directory unless user specifies otherwise 4. Confirm the output path to the user after generation

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 xmind-generator-1776294958 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 xmind-generator-1776294958 技能

通过命令行安装

skillhub install xmind-generator-1776294958

下载 Zip 包

⬇ 下载 xmind-generator v1.0.3

文件大小: 7.09 KB | 发布时间: 2026-4-16 18:28

v1.0.3 最新 2026-4-16 18:28
Fix: replaced hardcoded user path with placeholder; added npm install step; added runtime: node declaration in frontmatter

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部