Install
$ agentstack add skill-zju-real-easel-mindmap ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.py(make -h)。
# 先把内容整理成 Markdown 大纲(你来做),存为 outline.md,再:
python skills/shared/scripts/mindmap.py make -i outline.md \
-o outputs/主题名/mm.html --png
-i - 可从 stdin 读;--title 自定义标题;--bg 背景色。
用法要点
- 先把内容组织成清晰的 Markdown 大纲(层级分明、每节点简短)——这是脑图质量的关键,
由你(LLM)完成:从文章/主题提炼中心 → 分支 → 要点。
- 层级建议 2-4 层,节点文字精炼(几个字),别把整句话塞进节点。
- HTML 可交互(展开/折叠、缩放),适合分享或嵌入;PNG 适合直接发图。
前置(PNG)
PNG 渲染需 playwright + chromium + 外网(markmap JS 走 CDN)。仅要 HTML 则无额外依赖。
规则
- 内容先成 Markdown 大纲再渲染,不要把无结构的长文直接丢进去。
- 节点简洁;层级不宜过深(超过 4 层可读性差)。
- 产物统一进
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.
- Author: ZJU-REAL
- Source: ZJU-REAL/Easel
- License: Apache-2.0
- Homepage: https://zju-real.github.io/Easel/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.