Visual Note Card

v0.1.0

Generate professional Chinese visual note cards (视觉笔记卡片/信息图) as single-page HTML infographics with automatic PNG export. Use this skill whenever the user ask...

0· 88·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 align with included files: a template HTML, a long SKILL.md describing layout and content rules, and a small Python renderer (html2png.py) to export the .poster element to PNG. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs the agent to read the provided template and produce self-contained HTML then export it. It does not ask to access unrelated system files, credentials, or external endpoints beyond loading fonts/CDNs for rendering, which is consistent with producing a web-based card.
Install Mechanism
No install spec in registry (instruction-only). The only runtime dependency is Playwright/Chromium for the included html2png.py script (the script documents pip/playwright install). No opaque downloads or external install URLs are embedded in the skill files.
Credentials
The skill requires no environment variables, credentials, or special config paths. The included script runs locally against a file:// URL and does not request secrets or unrelated service tokens.
Persistence & Privilege
always is false; the skill does not request persistent system privileges or modify other skills. It only contains template assets and a renderer script operating at user-run time.
Assessment
This skill appears coherent and focused on generating HTML visual cards and exporting PNGs. Before installing or running, note: (1) the included renderer (scripts/html2png.py) requires Playwright and a Chromium install (pip install playwright && playwright install chromium) and will launch a headless browser; (2) the template loads Google Fonts and may fetch CDN resources during rendering (network access); (3) if you render untrusted HTML, that HTML could include external resources or tracking—only render content you trust or sanitize inputs first. If you need offline-only rendering, consider hosting required fonts locally and review the HTML for external URLs before rendering.

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

latestvk97ckc0ndd2h4mkwej3deg0tcs83c78d

License

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

Comments