From inkscape-mcp
Perform vector operations using Inkscape MCP — trace images, simplify paths, apply booleans, convert text to paths, generate barcodes/QR codes, and prepare files for laser cutting or CAD export.
How this skill is triggered — by the user, by Claude, or both
Slash command
/inkscape-mcp:inkscape-vector-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
22 vector operations available through `inkscape_vector`.
22 vector operations available through inkscape_vector.
| Operation | Purpose |
|---|---|
trace_image | Convert raster to vector paths |
generate_barcode_qr | Create barcodes and QR codes |
create_mesh_gradient | Apply mesh gradient fills |
text_to_path | Convert text to editable paths |
construct_svg | Build SVG from parameters |
apply_boolean | Union, difference, intersection, XOR |
path_inset_outset | Grow/shrink path outlines |
path_simplify | Reduce node count |
path_clean | Remove redundant nodes |
path_combine | Merge paths into compound path |
path_break_apart | Split compound path into pieces |
object_to_path | Convert shapes to editable paths |
optimize_svg | Optimize SVG for size/performance |
scour_svg | Deep SVG cleanup |
measure_object | Get object dimensions/position |
query_document | Query document properties |
count_nodes | Count path nodes |
export_dxf | Export to DXF (CAD format) |
layers_to_files | Export each layer as separate file |
fit_canvas_to_drawing | Resize page to content |
render_preview | Generate raster preview |
generate_laser_dot | Create laser cutting patterns |
inkscape_vector(operation="trace_image", input_path="logo.png", output_path="logo.svg")
inkscape_vector(operation="path_simplify", input_path="logo.svg", output_path="logo_clean.svg")
inkscape_vector(operation="optimize_svg", input_path="logo_clean.svg", output_path="logo_final.svg")
inkscape_vector(operation="text_to_path", input_path="design.svg", output_path="design_print.svg")
inkscape_vector(operation="object_to_path", input_path="design.svg", output_path="design_paths.svg")
inkscape_vector(operation="export_dxf", input_path="design_paths.svg", output_path="design.dxf")
inkscape_vector(operation="path_simplify", input_path="file.svg", output_path="file_s.svg")
inkscape_vector(operation="scour_svg", input_path="file_s.svg", output_path="file_web.svg")
inkscape_vector(operation="optimize_svg", input_path="file_web.svg", output_path="file_final.svg")
npx claudepluginhub albexpo/inkscape-mcp-marketplace --plugin inkscape-mcpCreates, edits, reviews, and validates high-quality SVG graphics with W3C compliance, CSS independence, accessibility, and safety.
Creates vector graphics, diagrams, and technical drawings in ODG format using LibreOffice Draw. Converts between ODG/SVG/PDF/PNG via soffice CLI or Python UNO; automates workflows.
Generates and edits SVG logos, icons, and graphics. Covers path commands, shape primitives, styling, accessibility, gradients, masks, sprites, optimization, and animation techniques like CSS keyframes and SVG-specific methods.