Md2mindmap

v1.1.0

Markdown 转思维导图工具 - 一键生成可交互思维导图,支持 HTML + PDF 输出!

0· 125·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Markdown to mindmap, HTML/PDF) matches the provided Python script and SKILL.md. Only required binary is python and Playwright is only suggested for PDF output—both appropriate for the stated functionality.
Instruction Scope
Runtime instructions stay on-task: parse Markdown, generate HTML that references markmap/d3 from public CDNs, and optionally use Playwright to render the local HTML to PDF. The code reads only the provided input file(s) and writes output files; it does not access environment variables, other system credentials, or external endpoints beyond standard CDN usage by the generated HTML.
Install Mechanism
No install spec in the registry; SKILL.md recommends pip install playwright and playwright install chromium for PDF generation, which is the normal and expected install path. No downloads from unknown personal servers or URL shorteners are present in the package.
Credentials
The skill requests no environment variables or credentials. The only extra runtime requirement (Playwright + Chromium) is proportional to the optional PDF feature.
Persistence & Privilege
Flags are default (always: false, agent invocation allowed). The skill does not request permanent platform presence, nor does it modify other skills or system-wide configs.
Assessment
This skill appears coherent and limited to converting Markdown into an interactive HTML mindmap and optionally a PDF. Before installing: (1) note PDF export requires Playwright and downloading a Chromium browser (playwright install chromium), (2) the generated HTML loads JS/CSS from public CDNs (unpkg) when rendered in a browser or by Playwright, so opening files will cause outbound CDN requests, and (3) as with any tool that renders user-provided input into HTML/JS, avoid running it on untrusted Markdown without reviewing content if you worry about injection risks. If you need extra assurance, run the script in a sandboxed environment and review markmap_generator.py locally (it is included).

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

latestvk977m4kkexvcg844t3m4pnrryh83pcbd

License

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

Runtime requirements

🧠 Clawdis
Binspython

Comments