← 返回 Skills 市场
geoion

XMind Generator

作者 Eski Yin · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
494
总下载
2
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install 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, o...
安全使用建议
This skill looks like a straightforward Node script that creates .xmind files. Before installing/running: (1) run npm install in a sandboxed or controlled environment (not as root) and review package-lock.json or the 'xmind' package source if you want to audit third-party code; (2) when running, explicitly specify safe input and output paths so the script doesn't read or overwrite files you care about; (3) on Windows, piping from /dev/stdin may not work — prefer --input or --text; (4) if you need stronger assurance, inspect the 'xmind' npm package and transitive dependencies for unexpected network calls or filesystem access.
功能分析
Type: OpenClaw Skill Name: xmind-generator Version: 1.0.3 The OpenClaw AgentSkills skill bundle for XMind generation appears benign. The `SKILL.md` instructions are clear, directly related to the stated purpose, and do not contain any prompt injection attempts or instructions for the agent to perform unauthorized actions. The `scripts/generate_xmind.js` code uses standard Node.js file operations to read input and write an XMind file, without any network calls, attempts to access sensitive system files, or execute arbitrary commands. While the `path.resolve` function in the script could theoretically be part of a path traversal vulnerability if the OpenClaw agent does not properly sanitize user-provided output paths, the skill's documentation explicitly guides the agent to use the workspace directory, indicating no malicious intent from the skill developer. A minor vulnerability note exists for a deprecated `uuid` dependency, but this is a library issue, not malicious code within the skill itself.
能力评估
Purpose & Capability
Name/description (generate .xmind from Markdown/plain text) match the provided script and package.json dependency on the 'xmind' npm package. Requiring Node and an npm install of the xmind package is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running the script from the skill directory and defaults output to a file path; the script accepts --input, --text, or stdin and writes the output file to any path the caller provides. This is expected for a file generator, but be aware it will read arbitrary input files you point it at and will write to arbitrary filesystem paths (respecting the process user permissions). There is a small documentation inconsistency: SKILL.md says 'Default output location: the OpenClaw workspace directory' while also instructing 'Always run from the skill directory' — the script uses the current working directory, so the actual default depends on where you run it.
Install Mechanism
No automated install spec in registry; SKILL.md requires running 'npm install' which will fetch 'xmind' and its transitive dependencies from the public npm registry per package-lock.json. This is a normal but moderate-risk install vector (npm packages are third-party code). There are no downloads from arbitrary URLs or extract operations beyond standard npm installs.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access env vars. The script only reads input files/stdin and writes an output .xmind file; requested access is proportional to the functionality.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills or system-wide agent settings. It only writes files that the running user permits.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xmind-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xmind-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Fix: replaced hardcoded user path with <skill_dir> placeholder; added npm install step; added runtime: node declaration in frontmatter
v1.0.2
Fix: nested topics now correctly follow indentation hierarchy
v1.0.1
Initial release: generate .xmind mind map files from Markdown outlines or plain text descriptions
v1.0.0
Initial release: generate .xmind mind map files from Markdown outlines or plain text descriptions
元数据
Slug xmind-generator
版本 1.0.3
许可证
累计安装 2
当前安装数 2
历史版本数 4
常见问题

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, o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 494 次。

如何安装 XMind Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xmind-generator」即可一键安装,无需额外配置。

XMind Generator 是免费的吗?

是的,XMind Generator 完全免费(开源免费),可自由下载、安装和使用。

XMind Generator 支持哪些平台?

XMind Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 XMind Generator?

由 Eski Yin(@geoion)开发并维护,当前版本 v1.0.3。

💬 留言讨论