Mind Map HTML Output
Installation
SKILL.md
Mind Map HTML Output
Turn any hierarchical content (bullet outline, markdown headings, meeting notes, a topic tree, structured JSON) into a single standalone .html file that renders an interactive mind map using the Mind Elixir core loaded from a CDN. The file opens directly in any browser — it is the "canvas client". No npm install, no bundler.
This is the right skill when the user says things like "把这段内容做成思维导图", "export a mind map as html", "生成一个可以直接打开的思维导图网页", or "用 mind-elixir 内核输出 html 思维导图".
When to use
- The deliverable is a file the user can open/share, not a component inside an existing app.
- The user wants zero-setup output (double-click → mind map).
- Input is prose/outline/markdown that must first be structured into a tree.
If the user instead wants to embed Mind Elixir into a React/Vue project, use the Integrate Mind Elixir skill. For image-only export, use Export Mind Map as Image.