From imagegen
Generate raster images through a local MaxPlus/OpenAI-compatible Responses image_generation tool. Use when user asks to create an image, generate picture/art/photo/illustration, or invokes /imagegen.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imagegen:imagegen <prompt> [--out path]<prompt> [--out path]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate images using the bundled local CLI:
Generate images using the bundled local CLI:
python "$HOME/.claude/plugins/marketplaces/imagegen/skills/imagegen/scripts/image_gen.py" \
--prompt "<prompt>" \
--out "<output.png>"
output/imagegen/output.png unless user specifies one.https://api.maxplus-ai.cc/v1/responsesgpt-5.5[{"type":"image_generation"}]Script reads key from first available source:
MAXPLUS_API_KEYOPENAI_API_KEY/tmp/maxplus_api_key/tmp/openai_api_keyNever print keys.
output/imagegen/output.png.Use --force only when overwriting is intended or output is a temp/new path.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub 5nyqnhvk/imagegen --plugin imagegen