Writing & Content seo-image-generationgeminimcpog-imagesinfographicsimageobject-schema

SEO Visual Generator

Generate production-ready Gemini images for SEO, social sharing, and product presentation.

FollowSkills review · FSRS-2.0
Not recommended
44/ 100 5-point scale 2.2 / 5
Trust11 / 25 · 2.2/5

The file discloses the nanobanana MCP requirement, GOOGLE_AI_API_KEY, the external Gemini API, and the output location, and it instructs the agent to show estimated costs before generation. However, it does not require confirmation for every generation or batch operation, and it does not adequately explain prompt/image data flows, third-party retention, permission scope, or rollback. No malware, credential theft, or covert-exfiltration red line is evident.

Reliability7 / 20 · 1.8/5

Commands, use-case mappings, error cases, and fallback guidance provide a plausible happy path. However, the referenced installer, Python scripts, and many reference files are not included in the supplied evidence; MCP support for key parameters is version-dependent; the 4K infographic preset conflicts with 2K routing guidance; and abnormal-input and output validation are thin. The static calibration therefore limits this to a modest score.

Adaptability8 / 15 · 2.7/5

Trigger phrases, argument forms, scenarios, image types, and aspect-ratio mappings are relatively clear. Core operation nevertheless depends on an external Gemini/nanobanana service, with no evidence of mainland-China reachability, Chinese-language support, or availability in the target environment. Non-fit scenarios, brand/copyright constraints, and boundaries beyond image generation are also under-specified, so points are deducted.

Convention8 / 15 · 2.7/5

The skill uses layered documentation covering prerequisites, quick reference, workflow, errors, and on-demand references, and declares MIT licensing, author, and version 2.2.0. It lacks a skill-specific changelog, clearly assigned maintenance responsibility, and a concrete update path; dependency/install verification is incomplete; and several referenced scripts and documents are absent from the supplied selected-skill evidence. Points are deducted for those governance and reproducibility gaps.

Effectiveness6 / 15 · 2.0/5

Use-case-to-parameter mappings, generation workflow, post-processing advice, OG tags, and ImageObject examples address the core image-generation task and may reduce manual prompt design. Yet image quality, dimensions, text accuracy, SEO impact, and file-size targets are not verified in the supplied static material. Human review and post-processing remain necessary, and batch cost-benefit is not demonstrated, so the score stays below the static ceiling.

Verifiability4 / 10 · 2.0/5

Model details, tool parameters, error codes, pricing tables, and external references provide limited auditability. The supplied material contains no tests, CI coverage specific to this path, or third-party execution evidence; the “2,500+ tested prompts” claim is not independently substantiated; and pricing is internally inconsistent between approximately $0.039 and approximately $0.067 per image. Points are deducted accordingly.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 6cf1ea9fe4c2
Before you use it
  • Generation sends prompts to the external Gemini service and may involve user-supplied images; sensitive material should not be processed before retention, cross-border-transfer, and API-scope implications are confirmed.
  • The installer, fallback script, and several referenced documents required by the skill were not verified in the supplied evidence; inspect the actual files, MCP signatures, and version compatibility before execution.
  • Batch generation can incur real API charges; the supplied pricing is inconsistent, so obtain budget confirmation before running it.
  • Stable access to Gemini or nanobanana MCP from mainland-China networks is not demonstrated; the core function may be unavailable in the target environment.
  • Generated text, copyright, brand marks, dimensions, and WebP file size require human review; examples and prompt templates are not guarantees of SEO results.
See the full review method →

What does this skill do, and when should you use it?

SEO Image Gen is an image-generation extension inside the claude-seo repository, focused on OG previews, blog hero images, product photography, infographics, and other SEO assets. It calls Gemini through a nanobanana MCP server and applies aspect-ratio, resolution, and domain-mode defaults for each use case. The Banana extension must be installed separately, and image generation incurs usage costs. After generation, it provides SEO guidance for alt text, file naming, WebP conversion, ImageObject schema, and OG metadata.

It identifies an image use case from /seo image-gen commands or context, applies predefined aspect ratios, resolutions, and domain modes, then generates images through the set_aspect_ratio and gemini_generate_image MCP tools. Supported modes include og, hero, product, infographic, custom, and batch. It can load brand presets and reference documentation, then suggest alt text, SEO-friendly filenames, WebP conversion, file-size targets, ImageObject markup, and og:image tags. During audits, the seo-image-gen agent only analyzes existing OG/social images and creates a generation plan; it does not generate images automatically.

  1. An SEO consultant needs a 1200×630-style social preview for an article or landing page and uses `og` mode for a clean, text-friendly asset.
  2. A content team publishing a long-form article uses `hero` mode for a widescreen, dramatic blog image.
  3. An e-commerce team needs clean product photography on a white background and uses `product` mode.
  4. A marketing team needs a data-heavy vertical visual and uses `infographic` mode.
  5. A team comparing creative directions uses `batch` mode to create the default three variations while estimating the cost first.

What are this skill's strengths and limitations?

Pros
  • Provides explicit presets for OG images, blog heroes, product photos, infographics, favicons, and Pinterest Pins.
  • Configures aspect ratio, resolution, and domain mode by use case, reducing manual parameter setup.
  • Covers post-generation SEO considerations including alt text, filenames, WebP, ImageObject, and OG tags.
  • Supports batch variations and provides approximate cost guidance plus generation logging.
Limitations
  • Requires the nanobanana MCP server; generation tools are unavailable without the extension.
  • Depends on Gemini image generation, so usage costs, API-key issues, rate limits, and safety filters can affect execution.
  • The repository documents broader audit limitations around heavy hydration and interaction-loaded content, but this skill has no stated image-quality test suite.
  • The documentation does not provide a standalone installation process for this individual skill or demonstrate direct use outside Claude Code's command workflow.

How do you install this skill?

Install the repository first: git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git, then run bash claude-seo/install.sh. Install the extension required by this skill with ./extensions/banana/install.sh. The source does not document a standalone folder layout for installing only this skill.

How do you use this skill?

In Claude Code, use commands such as /seo image-gen og "Professional SaaS dashboard", /seo image-gen hero "A dramatic editorial image about technical SEO", /seo image-gen product "Minimal studio photo of a ceramic coffee mug", or /seo image-gen batch "Modern SEO analytics illustration" 3. Before generating, verify that gemini_generate_image or set_aspect_ratio MCP tools are available; otherwise install Banana. After generation, review the saved path, crafted prompt, model settings, and SEO checklist.

How does this skill compare with similar options?

This is not a complete SEO auditing tool; it is the repository extension responsible for generating visual assets. Compared with the repository's seo-images analysis skill, it performs generation, while seo-images findings can guide generation requests. It is built on the standalone Claude Banana image-generation skill and reuses its Creative Director pipeline.

FAQ

Does using it cost money?
The skill is MIT-licensed, but Gemini image generation has usage costs. The source gives approximate prices of $0.02 at 512, $0.04 at 1K, $0.08 at 2K, and $0.16 at 4K per image.
What happens if Banana is not installed?
Run `./extensions/banana/install.sh` first. Before using generation tools, verify that `gemini_generate_image` or `set_aspect_ratio` is available; otherwise the skill should report that the extension is not installed.
Does it automatically generate images found missing during an audit?
No. The audit-time seo-image-gen agent only analyzes existing OG/social images and produces a generation plan. Actual generation requires a user-triggered `/seo image-gen` command.

More skills from this repository

All from AgriciDaniel/claude-seo

Writing & Content

Firecrawl SEO Site Analyzer

Crawl, map, scrape, and search entire websites through the Firecrawl MCP server.

Writing & Content

DataForSEO Live SEO Intelligence

Query live search, keyword, backlink, page, listing, and AI-visibility data through the DataForSEO MCP server.

Writing & Content

Ahrefs SEO Intelligence Extension

Pull live referring-domain, backlink, organic-keyword, and content data through the official Ahrefs MCP server.

Writing & Content

Maps Intelligence for Local SEO

Diagnose local visibility through map rankings, business profiles, reviews, competitors, and cross-platform listing consistency.

Writing & Content

SEO Image Optimizer

Audits image SEO, delivery performance, metadata, and Google Images visibility, then provides concrete optimization actions.

Writing & Content

Single-Page SEO Inspector

Audits one URL across on-page SEO, content quality, technical metadata, schema, images, and performance signals.

Writing & Content

Full-Site SEO Audit

Crawl a website and turn SEO signals into a scored, prioritized action plan.

Writing & Content

E-commerce SEO Analyzer

Audits product pages, shopping visibility, marketplace competition, and product schema.

Writing & Content

AI Search & GEO Optimizer

Audits a page’s citability and visibility readiness across Google AI Overviews, ChatGPT, Perplexity, and related AI search surfaces.

Writing & Content

Local SEO Analyzer

Audits Google Business Profile signals, local rankings, reviews, citations, NAP consistency, and local schema.

Writing & Content

Schema Markup Assistant

Detect, validate, and generate SEO-ready Schema.org structured data.

Writing & Content

SXO Search Experience Optimization

Reverse-engineer Google SERPs to find page-type and search-intent mismatches behind weak rankings, then turn the findings into actionable UX improvements.

Writing & Content

SEO Drift Monitor

Baseline critical SEO elements, detect regressions, and track page changes over time.

Writing & Content

Competitor Comparison Page Builder

Create search-focused competitor comparison and alternatives pages with verifiable data and conversion-ready structure.

Writing & Content

Claude SEO Site Analysis

Run parallel, testable audits of a website’s technical, content, and AI-search performance.

Writing & Content

SEO Content Brief Generator

Builds actionable SEO content briefs from competitor results and the target website’s real structure.

Writing & Content

International SEO Hreflang Auditor

Audit and generate correct hreflang implementations for multilingual and multi-region websites.

Writing & Content

Unlighthouse Site Audit

Run local Lighthouse audits across many site URLs and aggregate performance, accessibility, best-practices, and SEO results.

Writing & Content

Sitemap Inspector & Builder

Analyze or generate valid XML sitemaps and uncover URL, structure, and indexing risks.

Writing & Content

Technical SEO Auditor

Audit a website’s technical SEO foundations and produce a prioritized, actionable remediation report.

Related skills