← All plugins
image-generator
v1.1.2Generate and edit images using Gemini's Nano Banana Pro (gemini-3-pro-image-preview) model
Claude Code1 skill
by DAIR.AI600updated 2 weeks ago
Source
git clone https://github.com/dair-ai/dair-academy-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/image-generator/ inside the repository.
Layout
plugins/image-generator/
├── .claude-plugin/plugin.json└── skills/image-generator/SKILL.md
Skills1
image-generatorskills/image-generator/SKILL.md
Generate and edit images using Gemini's Nano Banana Pro model (gemini-3-pro-image-preview). Use this skill when the user asks you to generate images, create visuals, edit photos, create logos, generate product mockups, or perform any image generation/editing task.
Manifests1
plugins/image-generator/.claude-plugin/plugin.json
{
"name": "image-generator",
"description": "Generate and edit images using Gemini's Nano Banana Pro (gemini-3-pro-image-preview) model",
"version": "1.1.2",
"author": {
"name": "DAIR.AI"
}
}