ワンクリックで
excalidraw
Create hand-drawn style diagrams using Excalidraw JSON format with shapes, arrows, and text labels.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create hand-drawn style diagrams using Excalidraw JSON format with shapes, arrows, and text labels.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | excalidraw |
| description | Create hand-drawn style diagrams using Excalidraw JSON format with shapes, arrows, and text labels. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["creative","diagrams","excalidraw","visualization"]} |
Use this skill to create hand-drawn style diagrams using the Excalidraw JSON format.
Generate a .excalidraw JSON file with this structure:
{
"type": "excalidraw",
"version": 2,
"elements": [
{
"type": "rectangle",
"x": 100, "y": 100,
"width": 200, "height": 80,
"strokeColor": "#1e1e1e",
"backgroundColor": "#a5d8ff",
"fillStyle": "hachure",
"roundness": { "type": 3 },
"id": "rect1"
},
{
"type": "text",
"x": 130, "y": 130,
"text": "Component A",
"fontSize": 16,
"containerId": "rect1",
"id": "text1"
},
{
"type": "arrow",
"x": 300, "y": 140,
"width": 100, "height": 0,
"startBinding": { "elementId": "rect1" },
"endBinding": { "elementId": "rect2" },
"id": "arrow1"
}
]
}
.excalidraw file