/install markmap
Markmap — Build mindmaps with plain text
Markdown → interactive SVG mindmaps. Powered by markdown-it + d3-flextree.
Quick Start
npm install -g markmap-cli
markmap README.md --open # Generate interactive HTML mindmap
markmap README.md --offline # Offline standalone HTML
Core API
import { Transformer } from 'markmap-lib';
import { Markmap } from 'markmap-view';
const { root } = new Transformer().transform('# Hello\
- World');
Markmap.create('#mindmap', { zoom: true }, root);
Reference Files
| File | Coverage |
|---|---|
| references/transform.md | Transformer + Frontmatter + HTML Parser + CDN + Vite Build |
| references/render.md | Markmap Rendering + deriveOptions + Full HTML Examples |
| references/cli.md | CLI Commands + Programmatic API + Dev Server Architecture |
| references/architecture.md | Package Architecture + Markdown→SVG Pipeline + Asset Loading |
| references/common-api.md | All Options/Node Types + CSS Variables + Hook/Loader |
| references/plugins.md | 6 Built-in Plugins + Custom Plugins |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install markmap - After installation, invoke the skill by name or use
/markmap - Provide required inputs per the skill's parameter spec and get structured output
What is Markmap — Build mindmaps with plain text?
markmap — Render Markdown as interactive SVG mindmaps. Use when users need to convert Markdown documents into mindmaps, generate HTML files via CLI, or navig... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Markmap — Build mindmaps with plain text?
Run "/install markmap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markmap — Build mindmaps with plain text free?
Yes, Markmap — Build mindmaps with plain text is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markmap — Build mindmaps with plain text support?
Markmap — Build mindmaps with plain text is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markmap — Build mindmaps with plain text?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.