← 返回 Skills 市场
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install markmap
功能描述
markmap — Render Markdown as interactive SVG mindmaps. Use when users need to convert Markdown documents into mindmaps, generate HTML files via CLI, or navig...
使用说明 (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 |
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install markmap - 安装完成后,直接呼叫该 Skill 的名称或使用
/markmap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 Markmap — Build mindmaps with plain text?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install markmap」即可一键安装,无需额外配置。
Markmap — Build mindmaps with plain text 是免费的吗?
是的,Markmap — Build mindmaps with plain text 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Markmap — Build mindmaps with plain text 支持哪些平台?
Markmap — Build mindmaps with plain text 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markmap — Build mindmaps with plain text?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。
推荐 Skills