بنقرة واحدة
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