← Back to Skills Marketplace
openlark

Markmap — Build mindmaps with plain text

by OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install markmap
Description
markmap — Render Markdown as interactive SVG mindmaps. Use when users need to convert Markdown documents into mindmaps, generate HTML files via CLI, or navig...
README (SKILL.md)

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
Usage Guidance
This appears safe to install as documentation, but only run the npm install, CDN-loading examples, or local dev server when you intend to use Markmap and trust the upstream npm packages and rendered Markdown content.
Capability Assessment
Purpose & Capability
The stated purpose is to render Markdown as interactive SVG mindmaps, and the artifacts consistently provide Markmap CLI, API, rendering, plugin, and architecture references for that purpose.
Instruction Scope
Instructions are scoped to installing Markmap packages, transforming user-provided Markdown, generating HTML/SVG, and optionally running a local dev server for watched files; no prompt overrides, unrelated data access, or hidden agent behavior were found.
Install Mechanism
The skill package itself contains only Markdown documentation and no executable install scripts, but its examples ask users to install npm packages, including an optional global markmap-cli install.
Credentials
Network/CDN asset loading, npm package installation, generated HTML files, and an optional local dev server are disclosed and proportionate for browser-based mindmap rendering; offline mode is also documented.
Persistence & Privilege
No autonomous persistence, credential access, privilege escalation, or background workers are included in the skill artifacts; persistence is limited to user-directed npm installs, generated output files, and any dev server the user explicitly starts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install markmap
  3. After installation, invoke the skill by name or use /markmap
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the markmap skill. - Render Markdown as interactive SVG mindmaps. - Supports generating interactive HTML mindmaps via CLI. - Provides core API usage to transform and display mindmaps in the browser. - Detailed reference documentation included for CLI, rendering, architecture, APIs, and plugins.
Metadata
Slug markmap
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments