excalidraw Skill
Hand-drawn Excalidraw JSON diagrams (arch, flow, seq). Published by NousResearch in hermes-agent.
What is excalidraw Skill?
Hand-drawn Excalidraw JSON diagrams (arch, flow, seq). Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use excalidraw Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/creative/excalidraw/SKILL.md
What it does
Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).
Skill instructions
Excalidraw Diagram Skill Create diagrams by writing standard Excalidraw element JSON and saving as .excalidraw files. These files can be drag-and-dropped onto excalidraw.com for viewing and editing. No accounts, no API keys, no rendering libraries -- just JSON. When to use Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links. Workflow 1. Load this skill (you already did) 2. Write the elements JSON -- an array of Excalidraw element objects 3. Save the file using writefile to create a .excalidraw file 4. Optionally upload for a shareable link using scripts/upload.py via terminal Saving a Diagram Wrap your elements array in the standard .excalidraw envelope and save with writefile: json { "type": "excalidraw", "version": 2, "source": "hermes-agent", "elements": [ ...your elements array here... ], "appState": { "viewBackgroundColor": "ffffff" } } Save to any path, e
Explore related resources
Frequently asked questions
What is excalidraw?
excalidraw is a open-source AI agent skill with Copy skill directory. Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).
Who is excalidraw best for?
excalidraw is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install excalidraw?
Install or run excalidraw using Copy skill directory. Check excalidraw for the latest setup command.
Is excalidraw actively maintained?
excalidraw may need a closer maintenance check before production use.
Auto-fetched from GitHub.