Claude Code x Image Generation Skill
Add the AnyCap image generation skill to Claude Code.
One install. One login. Opus 4.7 picks the model.
Claude Code on Opus 4.7 reasons better than ever, but it still ships with no image model. The AnyCap image generation skill plugs that gap: install once, log in once, and Opus 4.7 can call Seedream 5, Seedream 4.5, Nano Banana Pro, and Nano Banana 2 from the same terminal session. Ask Opus 4.7 for a launch visual, a product mockup, a thumbnail, or an iteration on an existing reference, and the skill picks the right model and runs it. The combo is borderline insane: the strongest coding agent Anthropic has shipped, plus image generation, with zero glue code between them.
Install path
Step 1
npx -y skills add anycap-ai/anycap -a claude-code -y
Step 2
curl -fsSL https://anycap.ai/install.sh | sh
Step 3
anycap login
Pick the right image model
Seedream 5
Best first pick for polished text-to-image outputs.
Seedream 4.5
A strong alternate path when you want another text-first image generation option.
Nano Banana Pro
Best fit when Claude Code starts from an existing image and needs iterative editing.
Nano Banana 2
Another editing-oriented option for image-to-image workflows.
First commands to try
Text to image
anycap image generate --model seedream-5 --prompt "launch announcement visual on off-white background"
Image editing
anycap image generate --model nano-banana-pro --mode image-to-image --prompt "add olive highlight accents and softer shadows" --param reference_image_urls='["./mockup.png"]'
FAQ
Is this a Claude Code skill?
Yes. AnyCap ships an image generation skill for Claude Code. Step 1 of the install path adds the skill via the official skills CLI; after that Opus 4.7 discovers and invokes image generation the same way it invokes any other skill.
How do I install the AnyCap image generation skill in Claude Code?
Three commands. Run npx -y skills add anycap-ai/anycap -a claude-code -y to add the skill, curl -fsSL https://anycap.ai/install.sh | sh to install the AnyCap CLI binary, then anycap login. After that the skill is ready inside any Claude Code session.
Can Claude Code generate images on its own?
Not as a built-in capability. The AnyCap skill adds image generation to Claude Code through one install path and one CLI.
Which image models does the skill expose?
The current image generation stack includes Seedream 5, Seedream 4.5, Nano Banana Pro, and Nano Banana 2.
Do I need a different workflow for image editing?
No. The same anycap image command in the skill covers both text-to-image and image-to-image workflows depending on the model and flags you use.