Auto-discovered marketplace from robzolkos/replicate-images
npx claudepluginhub robzolkos/replicate-imagesGenerate images using the Replicate API
Generate images from text prompts using the Replicate API, directly from Claude Code conversations.
claude plugin marketplace add robzolkos/replicate-images
claude plugin install replicate-images
Set your Replicate API token as an environment variable:
export REPLICATE_API_TOKEN="r8_..."
Get a token at replicate.com/account/api-tokens.
Just ask Claude to generate an image in natural language:
The skill triggers automatically and returns a Replicate-hosted URL.
The default model is Nano Banana 2 (Google Gemini 3.1 Flash). You can request a different model by name:
| Model | Notes |
|---|---|
| Nano Banana 2 | Fast, high quality (default) |
| Nano Banana Pro | Highest quality, slower |
| Flux Schnell | Fast alternative |
| Flux Dev | Higher quality, slower |
The plugin picks an aspect ratio based on context:
| Request | Aspect Ratio |
|---|---|
| Default | 1:1 |
| "landscape" | 16:9 |
| "portrait" | 9:16 |
| "wide" | 21:9 |
| Fizzy card cover | 4:1 |
MIT