Overview
- Skill Key
- geoion/xmind-generator
- Author
- geoion
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/geoion/xmind-generator
- Latest Commit SHA
- a74c9562254ddc5c186eb4d81c71b57b52987545
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 xmind-generator 技能。 若已安装,则直接安装 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
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.