بنقرة واحدة
diagram-maker
Create SVG/HTML or Excalidraw diagrams for concepts, architecture, flows, and whiteboards.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create SVG/HTML or Excalidraw diagrams for concepts, architecture, flows, and whiteboards.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
QQ channel management skill. Use qqbot_channel_api for explicit QQ channel-management requests; confirm write, delete, and bulk actions before calling authenticated QQ Open Platform endpoints.
QQBot rich media send and receive support. Use <qqmedia> tags only for explicit media send/view requests, treating inbound attachment paths as private current-conversation context.
QQBot scheduled reminders. Use only for explicit user requests to create, list, or cancel one-time or recurring QQ reminders; ask for missing time, content, or timezone before scheduling.
Manage OpenClaw GitHub Actions and Blacksmith CI capacity, runner-registration budgets, fanout caps, main-push debounce, shard sizing, hosted-runner offload, queue health, and safe ramp-down/ramp-up changes. Use when tuning `.github/workflows/*`, `docs/ci.md`, CI runner labels, matrix `max-parallel`, ClawSweeper/Blacksmith burst protection, CodeQL runner placement, or investigating slow/queued OpenClaw CI.
Run or recover OpenClaw macOS release signing, notarization, appcast, and asset promotion.
| name | diagram-maker |
| description | Create SVG/HTML or Excalidraw diagrams for concepts, architecture, flows, and whiteboards. |
| metadata | {"openclaw":{"emoji":"🧭"}} |
Create diagrams as artifacts, not prose. Choose one output mode:
clean-svg: educational concepts, physical systems, processes, lifecycle, simple data flow.architecture-svg: software/cloud/infra topology, services, databases, queues, trust zones.excalidraw: editable hand-drawn whiteboard, flowchart, sequence, architecture sketch.Routing
Workflow
./diagram.html / ./diagram.excalidraw.SVG/HTML rules
.html file with inline CSS and inline SVG.fill="none" and a marker arrow when directed.SVG template
Use references/svg-template.md as the wrapper and replace <!-- SVG -->.
Excalidraw rules
.excalidraw JSON with type, version, source, elements, and appState.label property.1, fontFamily: 1, and simple fills.For exact Excalidraw element snippets, read references/excalidraw-patterns.md.