Docs
Generate draw.io diagrams from natural language — 11 presets (UML, SysML/MBSE, BPMN, network, C4…), 36 tools: codebase/CI/infra-to-diagram, image→editable diagram, mind maps, build-up animation, exec-view compression, click-through runbooks, PR diff bot. Vision self-check, 10,000+ shapes. Exports PNG/SVG/PDF/JPG.From the repository description
npx -y skills add Agents365-ai/drawio-skill --skill docsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.5 KB, 450 tokens by cl100k_base, as published. Nobody here has run it
Skill Installation
# Any agent (Claude Code, Cursor, Copilot, etc.)
npx skills add Agents365-ai/365-skills -g
# Claude Code only
> /plugin marketplace add Agents365-ai/365-skills
> /plugin install drawio
Manual install — clone into your agent's skills directory:
git clone https://github.com/Agents365-ai/drawio-skill.git ~/.claude/skills/drawio-skill
git clone https://github.com/Agents365-ai/drawio-skill.git ~/.autohand/skills/drawio-skill
git clone https://github.com/Agents365-ai/drawio-skill.git .autohand/skills/drawio-skill
Common paths: ~/.claude/skills/ (Claude Code), ~/.config/opencode/skills/ (Opencode), ~/.openclaw/skills/ (OpenClaw), ~/.agents/skills/ (Codex), ~/.autohand/skills/ (Autohand Code global), and <project>/.autohand/skills/ (Autohand Code project). Also indexed on SkillsMP and ClawHub.
Autohand Code supports autohand --skill-install for cataloged skills, with --project for workspace-level installs. Until this skill is listed there, use the direct clone path above.
Updates
Updates flow through whatever channel you installed from:
# Claude Code plugin
/plugin update drawio
# OpenClaw
clawhub update drawio-pro-skill
# SkillsMP
skills update drawio-skill
For direct git clone installs, pull from your install directory:
cd <your-install-path>/drawio-skill && git pull