Convert Notion HTML exports to interactive mind maps

v1.0.0

将 Notion 导出的 HTML 文件转换为可交互的思维导图 HTML。支持右键跳转到 Notion 页面链接、搜索、缩放、展开/折叠等功能。当用户提供 Notion HTML 导出文件、提到"思维导图"、"mindmap"、或希望可视化 Notion 页面结构时使用。

0· 57·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included artifacts: two Python scripts parse an exported index.html, produce mindmap_data.json, and generate a self-contained mindmap.html. No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to accept a Notion index.html, run build_mindmap.py to produce JSON, then run generate_html.py to create mindmap.html and return it. The scripts only read the provided HTML and write local output files; instructions do not ask the agent to read other files, gather system data, or post data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only with included scripts). The only declared dependency is BeautifulSoup4 (pip install beautifulsoup4). No downloads from untrusted URLs or archive extraction are used.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does attempt to detect a Notion base URL by scanning links in the provided HTML, which is appropriate for the stated functionality.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills, system settings, or persist beyond its own output files. It operates only on input HTML and local outputs.
Scan Findings in Context
[no-findings] expected: Static pre-scan reported no suspicious patterns. That matches the code: local parsing and client-side HTML generation, no network/socket or secret-handling patterns detected.
Assessment
This skill appears to do what it says: it reads a Notion export (index.html), builds a JSON representation, and creates a self-contained interactive HTML mindmap. Before using: (1) Only provide exports you are comfortable sharing — the export may contain private content and page URLs that will be embedded in the generated HTML. (2) If you plan to open generated Notion links in a browser, be aware those links point to the workspace/page IDs parsed from the export. (3) The only runtime dependency is BeautifulSoup4 (pip); run scripts offline if you prefer. (4) If you have strong security concerns, inspect the two included Python files locally (they are short and readable) before running them.

Like a lobster shell, security has layers — review code before you run it.

Notion HTML MindMapvk975p7267dhp53yyam5h1effyd84dcymlatestvk975p7267dhp53yyam5h1effyd84dcym

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments