Drawio Export Tools

🌐Community
by rlespinasse · vlatest · Repository

This tool seamlessly exports Drawio diagrams to various formats (PNG, SVG) for easy sharing and integration across platforms.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add drawio-export-tools npx -- -y @trustedskills/drawio-export-tools
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "drawio-export-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/drawio-export-tools"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to export diagrams created in draw.io (also known as diagrams.net) into various formats. It handles common export needs, providing options for different use cases and compatibility requirements. The tool supports exporting to formats like SVG, PNG, PDF, and more.

When to use it

  • You need to share a diagram from draw.io with someone who doesn't have access to the online editor.
  • You want to incorporate diagrams into documents or presentations that require specific image formats (e.g., PNG for slides).
  • You are automating a workflow where diagrams need to be generated and exported programmatically.
  • You want to archive drawio diagrams in a standard image format.

Key capabilities

  • Exports draw.io diagrams to various formats (SVG, PNG, PDF)
  • Automates the export process from draw.io files.
  • Supports programmatic diagram exports.

Example prompts

  • "Export this draw.io file as a PNG."
  • "Generate a PDF version of this diagram."
  • "Can you convert this drawio file to SVG?"

Tips & gotchas

  • Ensure the AI agent has access to the draw.io file or URL for successful export.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
rlespinasse
Installs
5

🌐 Community

Passed automated security scans.