AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Mindmap

skill-zju-real-easel-mindmap · by ZJU-REAL

思维导图:把 Markdown 大纲(标题层级 + 列表)渲染成可交互思维导图 HTML,可选导出 PNG。适合知识结构、内容框架、SWOT、脑图梳理。当用户说 思维导图、脑图、mindmap、知识导图、大纲图、把要点做成脑图、内容结构图、SWOT图、树状图 时使用。基于 shared/scripts/mindmap.py(markmap 自包含 HTML + Chromium 渲染 PNG)。与 chart-visualization/infographic 区别:那些做数据图表/信息图,本 SKILL 专做层级大纲思维导图。

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-zju-real-easel-mindmap

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zju-real-easel-mindmap)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mindmap? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

思维导图(Markdown → 脑图)

> 把 Markdown 大纲渲染成可交互思维导图 HTML,可选导出 PNG。走 skills/shared/scripts/mindmap.py > (markmap)。

> 数据图表见 chart-visualization;信息图/流程图见 infographic;本 SKILL 专做层级大纲脑图

输入

Markdown 大纲(用标题 #/##/### 表示层级,- 列表表示叶子):

# 中心主题
## 分支一
- 要点 A
- 要点 B
## 分支二
- 要点 C

输出(outputs/主题名/

  • 思维导图 HTML(单文件;markmap JS 走 CDN,联网可交互展开/折叠,离线打开不可交互)
  • 可选 PNG 图片(--png

执行

脚本路径(相对项目根):skills/shared/scripts/mindmap.pymake -h)。

# 先把内容整理成 Markdown 大纲(你来做),存为 outline.md,再:
python skills/shared/scripts/mindmap.py make -i outline.md \
  -o outputs/主题名/mm.html --png

-i - 可从 stdin 读;--title 自定义标题;--bg 背景色。

用法要点

  1. 先把内容组织成清晰的 Markdown 大纲(层级分明、每节点简短)——这是脑图质量的关键,

由你(LLM)完成:从文章/主题提炼中心 → 分支 → 要点。

  1. 层级建议 2-4 层,节点文字精炼(几个字),别把整句话塞进节点。
  2. HTML 可交互(展开/折叠、缩放),适合分享或嵌入;PNG 适合直接发图。

前置(PNG)

PNG 渲染需 playwright + chromium + 外网(markmap JS 走 CDN)。仅要 HTML 则无额外依赖。

规则

  1. 内容先成 Markdown 大纲再渲染,不要把无结构的长文直接丢进去。
  2. 节点简洁;层级不宜过深(超过 4 层可读性差)。
  3. 产物统一进 outputs/主题名/

参考来源

markmap(Markdown → 交互式思维导图)是开源标准方案;本 SKILL 生成自包含 HTML(CDN 加载 markmap),并用 Chromium 无头渲染导出 PNG。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.