What problem does it solve?
Excalidraw Diagram Skill enables creating hand-drawn style diagrams by composing standard Excalidraw element JSON and saving as .excalidraw files. Diagrams can be opened on excalidraw.com or uploaded for shareable links.
Core Features & Use Cases
- Build diagrams by supplying an array of Excalidraw element objects and saving them as a single .excalidraw envelope.
- Use container binding to attach text labels to shapes, enabling clean, labeled diagrams that render correctly in Excalidraw.
- Export and share diagrams by uploading to excalidraw.com to obtain a shareable link; suitable for architecture diagrams, flowcharts, sequence diagrams, and concept maps.
Quick Start
Create an Excalidraw diagram by writing an elements JSON array and saving it as a .excalidraw file, then optionally upload to excalidraw.com to obtain a shareable link.