← Back to Skills Marketplace
167
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install md2mindmap
Description
Markdown 转思维导图工具 - 一键生成可交互思维导图,支持 HTML + PDF 输出!
Usage Guidance
This skill appears coherent and limited to converting Markdown into an interactive HTML mindmap and optionally a PDF. Before installing: (1) note PDF export requires Playwright and downloading a Chromium browser (playwright install chromium), (2) the generated HTML loads JS/CSS from public CDNs (unpkg) when rendered in a browser or by Playwright, so opening files will cause outbound CDN requests, and (3) as with any tool that renders user-provided input into HTML/JS, avoid running it on untrusted Markdown without reviewing content if you worry about injection risks. If you need extra assurance, run the script in a sandboxed environment and review markmap_generator.py locally (it is included).
Capability Assessment
Purpose & Capability
Name/description (Markdown to mindmap, HTML/PDF) matches the provided Python script and SKILL.md. Only required binary is python and Playwright is only suggested for PDF output—both appropriate for the stated functionality.
Instruction Scope
Runtime instructions stay on-task: parse Markdown, generate HTML that references markmap/d3 from public CDNs, and optionally use Playwright to render the local HTML to PDF. The code reads only the provided input file(s) and writes output files; it does not access environment variables, other system credentials, or external endpoints beyond standard CDN usage by the generated HTML.
Install Mechanism
No install spec in the registry; SKILL.md recommends pip install playwright and playwright install chromium for PDF generation, which is the normal and expected install path. No downloads from unknown personal servers or URL shorteners are present in the package.
Credentials
The skill requests no environment variables or credentials. The only extra runtime requirement (Playwright + Chromium) is proportional to the optional PDF feature.
Persistence & Privilege
Flags are default (always: false, agent invocation allowed). The skill does not request permanent platform presence, nor does it modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md2mindmap - After installation, invoke the skill by name or use
/md2mindmap - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
**v1.1.0 brings table support to md2mindmap.**
- 新增对 Markdown 表格的解析与支持
- 表格内容可自动转换为思维导图节点
- 支持多列表格内容的层级化展示
- 更新文档并加入表格相关标签与说明
v1.0.0
md2mindmap v1.0.0
- Initial release.
- Generate interactive mindmaps from Markdown files.
- Supports HTML and PDF export.
- Features include zooming, dragging, expand/collapse nodes, and dark theme support.
- Easy installation and usage for learners, trainers, and knowledge workers.
Metadata
Frequently Asked Questions
What is Md2mindmap?
Markdown 转思维导图工具 - 一键生成可交互思维导图,支持 HTML + PDF 输出!. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install Md2mindmap?
Run "/install md2mindmap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Md2mindmap free?
Yes, Md2mindmap is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Md2mindmap support?
Md2mindmap is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Md2mindmap?
It is built and maintained by sukimgit (@sukimgit); the current version is v1.1.0.
More Skills