A command-line harness for Inkscape that follows the same stateful pattern as the GIMP and Blender CLI tools in this series. You get JSON project files for state tracking, full undo/redo history, and proper wrapped text boxes instead of manual line breaking. The dual output mode (human-readable by default, JSON with a flag) makes it work for both interactive sessions and agent automation. Covers the expected vector operations: shapes, paths, transforms, layers, gradients, boolean ops, plus export to PNG, SVG, and PDF. Worth noting the text commands support box-width and line-height for stable layouts that don't break when copy changes. If you're scripting vector graphics or building agents that need repeatable outputs, this gives you programmatic Inkscape without writing raw SVG.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-inkscape