By dair-ai
Generate and edit images such as logos, product mockups, and photos directly from your terminal using Google's Gemini Nano Banana Pro model via bash API calls. Set your GEMINI_API_KEY to unlock AI-powered image creation and modification workflows in scripts or CLI.
npx claudepluginhub dair-ai/dair-academy-plugins --plugin image-generatorOpen-source plugin marketplace for Claude Code by DAIR.AI Academy.
Add the marketplace to Claude Code:
/plugin marketplace add dair-ai/dair-academy-plugins
Then install any plugin:
/plugin install <plugin-name>@dair-academy-plugins
| Plugin | Description |
|---|---|
| image-generator | Generate and edit images using Gemini's Nano Banana Pro model |
| llm-council | Orchestrate multiple open-weight LLMs via Fireworks AI to deliberate on queries using the LLM Council approach |
We welcome community contributions. To add a plugin:
plugins/ following the standard structure.claude-plugin/plugin.json with plugin metadataskills/<skill-name>/SKILL.mdREADME.md with setup instructions and usage examplesplugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (name, description, version, author)
├── README.md # User-facing documentation
└── skills/
└── <skill-name>/
├── SKILL.md # Skill definition with YAML frontmatter
├── .env.example # Environment variable template (if needed)
└── [other files] # Reference docs, templates, etc.
Open source - see individual plugins for their specific licenses.
Share bugs, ideas, or general feedback.
Generate images and videos using Google Gemini and Veo models. Provides skills for AI image generation, image editing, text-to-video, and image-to-video workflows.
AI image generation Creative Director powered by Google Gemini Nano Banana models. Claude interprets intent, selects domain expertise, constructs optimized prompts, and orchestrates Gemini for best results.
Generate images using fal.ai nano-banana model
Generate optimized prompts for Gemini 2.5 Flash Image (Nano Banana). Use for image generation, crafting photo prompts, art styles, or multi-turn editing workflows with best practices.
Python scripting and Gemini image generation using uv with inline script dependencies