excalidraw

Convert JSON files with Excalidraw elements into editable diagrams.

Updated May 25, 2026
One-click install
npx skills add https://github.com/webdevtodayjason/subctl-rust --skill excalidraw-webdevtodayjason
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excalidraw
Source: https://github.com/webdevtodayjason/subctl-rust/tree/main/skills/excalidraw
Command: npx skills add https://github.com/webdevtodayjason/subctl-rust --skill excalidraw-webdevtodayjason

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation of hand-drawn diagrams by converting JSON files into Excalidraw-compatible diagrams, allowing users to easily view and edit them online.

Core Features & Use Cases

  • JSON to Excalidraw Conversion: Convert JSON files containing Excalidraw elements into viewable and editable diagrams.
  • Online Editing: Shareable links for collaborative editing and viewing of diagrams on excalidraw.com.
  • Use Case: Imagine you have a JSON file with the structure of a network. Use this Skill to convert it into an interactive diagram that can be easily shared and edited with colleagues.

Quick Start

Convert a JSON file with Excalidraw elements to a diagram using the 'excalidraw' skill.

Frequently Asked Questions about excalidraw

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

FAQPage Schema
How do I convert a JSON file into an editable Excalidraw diagram?

To convert a JSON file into an editable Excalidraw diagram, you need a JSON file containing Excalidraw element definitions. The Skill processes this JSON structure and generates a viewable, editable diagram link on excalidraw.com.

What is the JSON structure required for Excalidraw diagram conversion?

The JSON structure required for Excalidraw diagram conversion must contain valid Excalidraw element definitions. These elements define the shapes, lines, and text used to render the hand-drawn diagram online.

Can I share converted Excalidraw diagrams for online collaboration?

Yes, you can share converted Excalidraw diagrams for online collaboration. The Skill produces shareable links that allow colleagues to view and collaboratively edit the diagrams directly on excalidraw.com.

Does diagram conversion work without manually drawing shapes in Excalidraw?

Yes, diagram conversion works without manually drawing shapes in Excalidraw. By supplying a JSON file with the predefined network or structural elements, the Skill automatically renders the visual output for immediate editing.

What are the limitations of using JSON for Excalidraw diagram generation?

A key limitation of using JSON for Excalidraw diagram generation is the strict requirement for Excalidraw-compatible element definitions within the file. Without the correct JSON structure, the diagram cannot be parsed or rendered.