inkscape

Automate Inkscape vector graphics via CLI and MCP server.

30|5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/phuetz/code-buddy --skill inkscape
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inkscape
Source: https://github.com/phuetz/code-buddy/tree/main/.codebuddy/skills/bundled/inkscape
Command: npx skills add https://github.com/phuetz/code-buddy --skill inkscape

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Inkscape-driven vector graphics tasks, removing tedious GUI interactions and enabling automated pipelines for design teams.

Core Features & Use Cases

  • Inkscape CLI automation: convert, export, and manipulate SVG files without opening the GUI.
  • MCP integration: orchestrate vector tasks via the Shriinivas/inkmcp server for scalable automation.
  • Batch workflows: generate icon sets and export multiple formats (PNG, PDF, EPS) from a single source, integrating with design pipelines.
  • Use Case: Imagine generating 50 icons in PNG and SVG formats from a master SVG file, updating assets across a repository.

Quick Start

Prepare an SVG file input.svg and run: inkscape input.svg --export-filename=output.png --export-width=1024 Or set up the MCP workflow to create and export assets via the MCP tools.

Frequently Asked Questions about inkscape

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch export SVG files to PNG and PDF without opening the Inkscape GUI?

Batch exporting SVG files to PNG, PDF, or EPS without the Inkscape GUI is done by automating Inkscape via the command line. This Skill controls Inkscape CLI to convert and export vector graphics without manual interaction.

Can I automate vector graphics workflows using an MCP server with Inkscape?

Yes, you can automate vector graphics workflows using an MCP server with Inkscape. This Skill orchestrates vector tasks via the Shriinivas/inkmcp server, enabling scalable automation for object manipulation and asset generation.

Do I need to install Inkscape and configure extensions to use this MCP automation?

Yes, using this MCP automation requires Inkscape to be installed on the host. You also need the Shriinivas/inkmcp MCP server and proper configuration of the Inkscape extensions path to run the workflows.

What is the best way to generate multiple icon sets from a single master SVG file?

The best way to generate multiple icon sets from a single master SVG file is using batch workflows. This Skill automates generating multiple formats like PNG and SVG from one source file, updating assets across a repository.

Does Inkscape CLI automation work for object manipulation across design pipelines?

Yes, Inkscape CLI automation works for object manipulation across design pipelines. This Skill applies to batch exports, object manipulation, and asset generation, removing tedious GUI interactions for design teams.

Are there limitations when using command line Inkscape for automated asset generation?

A limitation of using command line Inkscape for automated asset generation is its strict environment dependency. The host must have Inkscape installed, the Shriinivas/inkmcp server configured, and extensions paths set up correctly.