excalidraw
Installation
SKILL.md
Excalidraw Diagram Generator
Generate beautiful hand-drawn style diagrams rendered as PNG images.
Workflow
- Generate JSON — Write Excalidraw element array based on what the user wants
- Save to file — Write JSON to
/tmp/<name>.excalidraw - Render —
node <skill_dir>/scripts/render.js /tmp/<name>.excalidraw /tmp/<name>.png - Send — Send the PNG via message tool with
filePath
Quick Reference
node <skill_dir>/scripts/render.js input.excalidraw output.png