An automated agent skill designed to generate, export, and visually inspect draw.io diagrams for technical documentation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install testskill
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 testskill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Draw.io Diagrammer Skill enables AI agents to programmatically create and refine structured diagrams, including process maps, entity-relationship diagrams, and system architectures. By utilizing the draw.io command-line interface, the skill streamlines the conversion of structured XML layout data into high-resolution visual formats, reducing manual drafting efforts.
As part of the wider ecosystem of Openclaw Skills, this skill integrates a strict visual quality assurance step. Rather than relying solely on code generation, the system renders and analyzes the output image to correct alignment errors, text overflows, or overlapping connectors, ensuring that the final output meets professional documentation standards.
To use this skill, ensure you have the desktop version of draw.io installed on your system. For macOS environments, the CLI tool is typically located inside the application bundle.
Verify that the draw.io executable is accessible. You can trigger exports directly using the following command structure:
/Applications/draw.io.app/Contents/MacOS/draw.io --export --format png --output out.png --scale 2 --border 30 file.drawio
Configure your agent environment to point to the local draw.io installation path and grant the necessary file system permissions to write and export files within your workspace.
The draw.io Diagrammer Skill manages two primary file artifacts during execution:
| File Extension | Content Type | Purpose |
|---|---|---|
.drawio |
XML Schema | Holds the structural layout, node metadata, connections, and stylistic elements of the diagram. |
.png |
Raster Image | The exported, high-resolution rendering (2x scale, 30px border) used for final delivery and visual verification. |
2 by default to prevent pixelation in documentation systems.30 pixels to ensure appropriate margins around the outermost nodes.Loading
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 automation skill designed to generate draw.io architecture diagrams, flowcharts, and technical schemas with an integrated visual QA pass.

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 rigorous technical framework that calibrates architectural trade-offs and enforces strict code verification boundaries for AI coding agents.

An advanced AI-agent skill for programmatic generation, styling, and visual validation of draw.io diagrams.








































