
SEO Image Generation
FreeGenerate optimized images for SEO use cases with AI.
Free · Opens the source repo
What SEO Image Generation does
SEO Image Generation is a specialized skill designed to create high-quality images tailored for various search engine optimization needs. This skill leverages the Gemini image generation capabilities through the banana Creative Director pipeline, ensuring that images meet specific requirements for platforms such as social media, blogs, and product listings. Users can generate images for different contexts, including OG/social preview images, blog hero images, product photography, infographics, and more, all optimized for their intended use cases.
The skill operates by processing user commands that specify the type of image needed. For instance, commands like /seo image-gen og <description> will generate an OG image, while /seo image-gen hero <description> will create a dramatic blog hero image. Each command is mapped to predefined parameters that dictate the aspect ratio, resolution, and domain mode, ensuring that the generated images are not only visually appealing but also adhere to SEO best practices.
In addition to image generation, the skill includes a post-generation checklist that guides users through essential steps such as writing alt text, renaming files for SEO, and implementing schema markup. This ensures that users maximize the SEO potential of their images, making them more effective in driving traffic and engagement.
SEO Image Generation is particularly useful for developers, marketers, and content creators who require a streamlined process for producing visual assets that enhance their online presence. By automating image generation and providing SEO-focused guidance, this skill saves time and improves the overall quality of digital content.
When to use it
Use this skill when you need to generate images for SEO purposes, such as social previews, blog headers, or product photos.
When not to use it
This skill is not suitable for generating non-SEO images or when you require highly customized artwork beyond the predefined use cases.
What you can build with it
Create OG Image for a Blog Post
Generate a visually appealing OG image for your blog post using the command `/seo image-gen og <description>`.
Produce a Blog Hero Image
Use the command `/seo image-gen hero <description>` to create a dramatic hero image for your blog.
Generate Infographics for Data Presentation
Utilize the command `/seo image-gen infographic <description>` to produce a vertical infographic that showcases data effectively.
How to install SEO Image Generation
View source1. Install with the skills CLI
npx skills add agricidaniel/claude-seo/seo-image-gen --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by agricidanielSEO Image Gen: AI Image Generation for SEO Assets (Extension)
Generate production-ready images for SEO use cases using Gemini's image generation via the banana Creative Director pipeline. Maps SEO needs to optimized domain modes, aspect ratios, and resolution defaults.
Architecture Note
This extension is built on Claude Banana, the standalone AI image generation skill for Claude Code.
This skill has two components with distinct roles:
- SKILL.md (this file): Handles interactive
/seo image-gencommands for generating images - Agent (
agents/seo-image-gen.md): Audit-only analyst spawned during/seo auditto assess existing OG/social images and produce a generation plan (never auto-generates)
Prerequisites
This skill requires the banana extension to be installed:
./extensions/banana/install.sh
Check availability: Before using any image generation tool, verify the MCP server
is connected by checking if gemini_generate_image or set_aspect_ratio tools are
available. If tools are not available, inform the user the extension is not installed
and provide install instructions.
Quick Reference
| Command | What it does |
|---|---|
/seo image-gen og <description> | Generate 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 image with full Creative Director pipeline |
/seo image-gen batch <description> [N] | Generate N variations (default: 3) |
SEO Image Use Cases
Each use case maps to pre-configured banana parameters:
| Use Case | Aspect Ratio | Resolution | Domain Mode | Notes |
|---|---|---|---|---|
| OG/Social Preview | 16:9 | 1K | Product or UI/Web | Clean, professional, text-friendly |
| Blog Hero | 16:9 | 2K | Cinema or Editorial | Dramatic, atmospheric, editorial quality |
| Schema Image | 4:3 | 1K | Product | Clean, descriptive, schema ImageObject |
| Social Square | 1:1 | 1K | UI/Web | Platform-optimized square |
| Product Photo | 4:3 | 2K | Product | White background, studio lighting |
| Infographic | 2:3 | 4K | Infographic | Data-heavy, vertical layout |
| Favicon/Icon | 1:1 | 512 | Logo | Minimal, scalable, recognizable |
| Pinterest Pin | 2:3 | 2K | Editorial | Tall vertical card |
Generation Pipeline
For every generation request:
- Identify use case from command or context (og, hero, product, etc.)
- Apply SEO defaults from the use cases table above
- Set aspect ratio via
set_aspect_ratioMCP tool - Construct Reasoning Brief using the banana Creative Director pipeline:
- Load
references/prompt-engineering.mdfor the 6-component system - Apply domain mode emphasis (Subject 30%, Style 25%, Context 15%, etc.)
- Be SPECIFIC and VISCERAL: describe what the camera sees
- Load
- Generate via
gemini_generate_imageMCP tool - Post-generation SEO checklist (see below)
Check for Presets
If the user mentions a brand or has SEO presets configured:
# Use the installed Banana MCP/tool configuration to list presets.
Load matching preset and apply as defaults. Also check references/seo-image-presets.md
for SEO-specific preset templates.
Post-Generation SEO Checklist
After every successful generation, guide the user on:
- Alt text:Write descriptive, keyword-rich alt text for the generated image
- File naming:Rename to SEO-friendly format:
keyword-description-widthxheight.webp - WebP conversion:Convert to WebP for optimal page speed:
magick output.png -quality 85 output.webp - File size:Target under 200KB for hero images, under 100KB for thumbnails
- Schema markup:Suggest
ImageObjectschema for the generated image:{ "@type": "ImageObject", "url": "https://example.com/images/keyword-description.webp", "width": 1200, "height": 630, "caption": "Descriptive caption with target keyword" } - OG meta tags:For social preview images, remind about:
<meta property="og:image" content="https://example.com/images/og-image.webp" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image:alt" content="Descriptive alt text" />
Cost Awareness
Image generation costs money. Be transparent:
- Show estimated cost before generating (especially for batch)
- Log every generation in the installed Banana MCP/tool ledger when available
- Use the installed Banana MCP/tool usage summary if user asks about usage
Approximate costs:
- Verify current pricing in the installed MCP/tool configuration before quoting
Model Routing
| Scenario | Model | Why |
|---|---|---|
| OG images, social previews | Installed MCP/tool default @ 1K | Fast, cost-effective |
| Hero images, product photos | Installed MCP/tool quality model @ 2K | Quality + detail |
| Infographics with text | Installed MCP/tool text-capable model @ 2K, thinking: high if supported | Better text rendering |
| Quick drafts | Installed MCP/tool draft model @ 512 | Rapid iteration |
Error Handling
| Error | Resolution |
|---|---|
| MCP not configured | Run ./extensions/banana/install.sh |
| API key invalid | New key at https://aistudio.google.com/apikey |
| Rate limited (429) | Wait 60s, retry. Free tier: ~10 RPM / ~500 RPD |
IMAGE_SAFETY | Rephrase prompt - see references/prompt-engineering.md Safety section |
| MCP unavailable | Configure MCP with ./extensions/banana/install.sh; claude-seo does not vendor a local generation fallback script |
| Extension not installed | Show install instructions: ./extensions/banana/install.sh |
Cross-Skill Integration
- seo-images (analysis) feeds into seo-image-gen (generation): audit results from
/seo imagesidentify missing or low-quality images; use those findings to drive/seo image-gencommands - seo-audit spawns the seo-image-gen agent (not this skill) to analyze OG/social images across the site and produce a prioritized generation plan
- seo-schema can consume generated images: after generation, suggest
ImageObjectschema markup pointing to the new assets
Reference Documentation
Load on-demand. Do NOT load all at startup:
references/prompt-engineering.md:6-component system, domain modes, templatesreferences/gemini-models.md:Model specs, rate limits, capabilitiesreferences/mcp-tools.md:MCP tool parameters and responsesreferences/post-processing.md:ImageMagick/FFmpeg pipeline recipesreferences/cost-tracking.md:Pricing, usage trackingreferences/presets.md:Brand preset managementreferences/seo-image-presets.md:SEO-specific preset templates
Response Format
After generating, always provide:
- Image path:where it was saved
- Crafted prompt:show what was sent to the API (educational)
- Settings:model, aspect ratio, resolution
- SEO checklist:alt text suggestion, file naming, WebP conversion
- Schema snippet:ImageObject or og:image markup if applicable
Frequently asked questions about SEO Image Generation
Similar skills
Excalidraw Diagram Generator
Transform natural language into Excalidraw diagrams.
Draw.io Diagram Generator
Easily create and validate draw.io diagrams.
Image Annotations
Easily annotate images with callouts and highlights.
Banner Design
Create stunning banners for any platform effortlessly.
Scientific Schematics
Generate publication-quality scientific diagrams effortlessly.
Infographics
Create professional infographics with ease and accuracy.
