Stats
Actions
Tags
From gimp
Convert a single image (XCF, PSD, PNG, JPG, TIFF, WebP, etc.) to another format via GIMP headless. Use when the user wants to export a GIMP-native file to a web format, or when format support outside GIMP is missing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gimp:export-imageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `input_path`
input_pathoutput_path — extension determines formatquality (optional, for JPEG/WebP, 0–100, default 90)flatten (optional bool, default true) — flatten layers before export.png → file-png-save.jpg|.jpeg → file-jpeg-save.webp → file-webp-save.tiff|.tif → file-tiff-save.bmp → file-bmp-save.xcf → gimp-xcf-savegimp-cli-reference or PDB browser if unsure).run-script-fu.magick input output — only use this skill when GIMP-specific fidelity matters (XCF, layered PSD round-trip).npx claudepluginhub danielrosehill/claude-code-plugins --plugin gimpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.