An automation skill designed to generate draw.io architecture diagrams, flowcharts, and technical schemas with an integrated visual QA pass.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install testskill99
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install testskill99 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The drawio-diagrammer-skill enables AI agents to programmatically generate structured draw.io diagrams and export them into high-resolution visual assets. By integrating this capability into Openclaw Skills, developers can automate the creation of technical diagrams while maintaining layout rules and spacing requirements.
This tool supports a variety of diagram types, including database entity-relationship diagrams (ERDs), process flowcharts, sequence diagrams, and system architecture mappings. It removes the manual effort of drafting schemas while ensuring the output remains readable and structured.
.drawio file into a high-scale PNG graphic.To use this tool with Openclaw Skills, ensure you have the Draw.io desktop application installed on your system. On macOS, the CLI tool is located within the application bundle.
Use the following CLI pattern to programmatically export your draw.io diagrams:
/Applications/draw.io.app/Contents/MacOS/draw.io --export --format png --output out.png --scale 2 --border 30 file.drawio
Ensure that your environment path points correctly to the executable if you are running on alternative directory structures or non-macOS environments.
The skill manages diagram creation and rendering quality through specific parameters and files:
| Item | Type | Description |
|---|---|---|
file.drawio |
File | The primary XML-formatted source file containing the node coordinates and connectors. |
out.png |
File | The rendered high-resolution image output used for the visual QA pass. |
--scale |
Parameter | Set to 2 to ensure readability for small text elements. |
--border |
Parameter | Configured to 30 to guarantee adequate canvas padding around outer nodes. |
Loading
A cross-platform version checker that collects the latest LegionSpace app version from seven app stores and saves a consolidated report.

An AI-powered gardening companion that automates watering reminders, maintains structured plant archives, and provides real-time health diagnostics.

A professional tool to generate, validate, and render Mermaid syntax diagrams to SVG, PNG, and PDF formats using the mmdc CLI.

A local Markdown preview server enabling real-time document rendering, side-by-side editing, and rich text export to publishing platforms.

Pincushion bridges the gap between stakeholder UI feedback and autonomous AI agents by translating visual browser pins into precise, context-rich agent work packets.

An automated agent skill designed to generate, export, and visually inspect draw.io diagrams for technical documentation.








































