Armory
Source
Browse
Skills

imagegen

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install imagegen --cli claude

writes the skill into.claude/skills/imagegen/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/imagegen/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (scripts/image_gen.py) and require OPENAI_API_KEY for live calls.

When to use it

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (scripts/image_gen.py) and require OPENAI_API_KEY for live calls.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/creative-design/imagegen/SKILL.md -o .claude/skills/imagegen/SKILL.md

Notes

Extracted from davila7/claude-code-templates, imagegen category.