Agent skill

image

Generate and edit images using AI models via OpenRouter. Supports Nano Banana Pro (Gemini 3 Pro Image), FLUX, and other image generation models.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill image-flight505-nano-banana-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBash
Path: skills/ai-llm/image-flight505-nano-banana-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Nano Banana - Image Generation ## Overview Generate and edit images using state-of-the-art AI models. Perfect for creating visual assets, concept art, illustrations, and editing existing images. **Key Features:** - 🎨 **Multiple Models**: Gemini 3 Pro Image, FLUX Pro, and more - ✏️ **Image Editing**: Modify existing images with natural language - 🚀 **Simple API**: One command to generate or edit - 💾 **Automatic Saving**: Handles file formats automatically ## When to Use This Skill Use this skill when you need: - **Visual Assets**: Icons, illustrations, backgrounds - **Concept Art**: Ideas and visual explorations - **Marketing Materials**: Product mockups, social media images - **Photo Editing**: Modify existing images with AI - **Creative Content**: Artistic images, abstract visuals - **Presentation Graphics**: Visuals for slides and documents **Note**: For technical diagrams (architecture, flowcharts, ERD), use the **diagram** skill instead—it includes quality review and iteration. ## Quick Start ```bash # Generate a new image python skills/image/scripts/generate_image.py "A beautiful sunset over mountains with orange and purple sky" -o sunset.png # Edit an existing image pyth

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Quick Start
  4. Available Models
  5. Usage Examples
  6. Generate New Images
  7. Edit Existing Images
  8. Specify Output Format
  9. Configuration
  10. Environment Variable (Recommended)
  11. .env File
  12. Get Your API Key
  13. Python API
  14. Tips for Better Images
Ships with 1 file
  • metadata.json
Commands it runs
Generate a new image
python skills/image/scripts/generate_image.py "A beautiful sunset over mountains with orange and purple sky" -o sunset.png
Edit an existing image
python skills/image/scripts/generate_image.py "Make the sky more dramatic with storm clouds" --input sunset.png -o dramatic_sunset.png
Use a specific model
python skills/image/scripts/generate_image.py "Abstract geometric art in blue and gold" -m "black-forest-labs/flux.2-pro" -o abstract.png
Photorealistic
python generate_image.py "Professional headshot of a business executive in modern office setting" -o headshot.png
Artistic
python generate_image.py "Watercolor painting of a cozy coffee shop on a rainy day" -o coffee_shop.png
More from claude-skill-registry
All skills →
About this skill
What does the image skill do?

Generate and edit images using AI models via OpenRouter. Supports Nano Banana Pro (Gemini 3 Pro Image), FLUX, and other image generation models.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill image-flight505-nano-banana-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going