inkscape
Installation
SKILL.md
Inkscape Vector Graphics Automation
Automate Inkscape workflows for SVG creation, manipulation, and export using CLI commands, Python Extensions API, and the Shriinivas/inkmcp MCP server for programmatic vector graphics.
Direct Control (CLI / API / Scripting)
CLI Basic Operations
# Convert SVG to PNG
inkscape input.svg --export-filename=output.png --export-width=1200
# Export at specific DPI
inkscape input.svg --export-filename=output.png --export-dpi=300
# Export to PDF
inkscape input.svg --export-filename=output.pdf
# Export to EPS (for print)
Related skills
More from phuetz/code-buddy
blender
Blender 3D modeling, animation, and rendering automation via Python bpy scripting and CLI
19figma
Automate Figma design workflows via REST API, Plugin API, and MCP integration
3github
Interact with GitHub using the gh CLI for issues, PRs, CI runs, releases, and API queries
3gif-search
Search and download GIFs from Tenor and Giphy APIs
3ableton-live
Ableton Live music production automation via OSC protocol, MIDI, and Max for Live
3gitlab
GitLab DevOps platform with CI/CD pipelines, API automation, and glab CLI control
3