Generate production-ready SEO images using AI: OG/social previews, blog heroes, product photography, infographics, and more. Powered by Google Gemini via the banana Creative Director pipeline.
This extension wraps Claude Banana for SEO-specific use cases. Install the standalone skill for general-purpose image generation.
~/.claude/skills/seo/)./extensions/banana/install.sh
The installer will:
1. Verify Claude SEO is installed
2. Prompt for your Google AI API key (if nanobanana-mcp not already configured)
3. Install the seo-image-gen skill and agent
4. Configure the MCP server in ~/.claude/settings.json
| Command | What it does |
|---|---|
/seo image-gen og <description> |
OG/social preview image (1200x630 feel) |
/seo image-gen hero <description> |
Blog hero image (widescreen, dramatic) |
/seo image-gen product <description> |
Product photography (clean, white BG) |
/seo image-gen infographic <description> |
Infographic visual (vertical, data-heavy) |
/seo image-gen custom <description> |
Custom with full Creative Director pipeline |
/seo image-gen batch <description> [N] |
Generate N variations (default: 3) |
CSV batch planning helper:
claude-seo run --extension banana batch.py --csv requests.csv --model "$NANOBANANA_MODEL"
| Use Case | Aspect Ratio | Resolution | Domain Mode | Pricing |
|---|---|---|---|---|
| OG/Social Preview | 16:9 | 1K | Product/UI | Verify current pricing |
| Blog Hero | 16:9 | 2K | Cinema/Editorial | Verify current pricing |
| Product Photo | 4:3 | 2K | Product | Verify current pricing |
| Infographic | 2:3 | 4K | Infographic | Verify current pricing |
| Social Square | 1:1 | 1K | UI/Web | Verify current pricing |
| Favicon/Icon | 1:1 | 512 | Logo | Verify current pricing |
Claude acts as a Creative Director. It never passes raw text to the API. Instead, it analyzes your intent, selects the optimal domain mode, and constructs an optimized prompt using a proven 6-component Reasoning Brief system:
After every generation, Claude provides: - Alt text suggestion (keyword-rich, descriptive) - SEO-friendly file naming convention - WebP conversion command - ImageObject schema snippet - OG meta tag markup (for social previews)
During /seo audit, the extension optionally spawns an image analysis agent that:
- Audits existing OG/social images across the site
- Identifies missing or low-quality images
- Creates a prioritized generation plan with prompt suggestions
- Estimates total cost for the generation plan
The agent never auto-generates images. It produces a plan for your review.
./extensions/banana/uninstall.sh
This removes the skill and agent. If you also use Claude Banana, the MCP server config is preserved.
See docs/BANANA-SETUP.md for detailed setup instructions and common issues.