excalidraw

Convert Excalidraw element JSON into hand-drawn style diagrams using Python.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bailynlove/STARK-TOWER --skill excalidraw-bailynlove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excalidraw
Source: https://github.com/bailynlove/STARK-TOWER/tree/main/opencrew/skills/creative/excalidraw
Command: npx skills add https://github.com/bailynlove/STARK-TOWER --skill excalidraw-bailynlove

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the creation of hand-drawn style diagrams without the need for specialized software, using a simple JSON format.

Core Features & Use Cases

  • Create Diagrams: Generate architecture diagrams, flowcharts, sequence diagrams, concept maps, and more.
  • Excalidraw JSON Format: Utilize a straightforward JSON format to define diagram elements.
  • Integration: Seamlessly open diagrams on excalidraw.com for editing and sharing.

Quick Start

Use the excalidraw skill to create a new diagram with a rectangle, text, and arrow. Save it as 'diagram.excalidraw'.

Frequently Asked Questions about excalidraw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create hand-drawn style diagrams using a JSON format?

Yes, you can generate sequence diagrams, flowcharts, and concept maps. By defining elements in Excalidraw JSON, you can produce hand-drawn style diagrams suitable for technical and educational documentation.

Can I edit the generated diagrams on excalidraw.com?

Yes, you can edit the generated diagrams on excalidraw.com. The skill creates files in the Excalidraw JSON format, allowing seamless integration for further editing and sharing directly on the web platform.

Do I need specialized software to generate Excalidraw JSON diagrams?

No, you do not need specialized software to generate Excalidraw JSON diagrams. The skill utilizes Python to manage element configurations and generate diagrams directly from the straightforward JSON format.

What is the best way to structure JSON for architectural diagrams?

The best way to structure JSON for architectural diagrams is to define individual elements like rectangles, text, and arrows. The skill processes these Excalidraw JSON element configurations to render the complete hand-drawn style diagram.