Agent skill · Content & Marketing

seo-image-gen

Generate SEO-focused images such as OG cards, hero images, schema assets, product visuals, and infographics. Use when image generation is part of an SEO workflow or content publishing task.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill seo-image-gen --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: -Read-Grep-Glob-Bash-WebFetch-Write
Path: skills/seo-image-gen/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# SEO 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. ## When to Use - Use when generating OG images, hero images, schema visuals, infographics, or similar SEO assets. - Use when image generation is part of a broader SEO or publishing workflow. - Use only when the required image-generation extension is available. ## Architecture Note This skill has two components with distinct roles: - **SKILL.md** (this file): Handles interactive `/seo image-gen` commands for generating images - **Agent** (`agents/seo-image-gen.md`): Audit-only analyst spawned during `/seo audit` to assess existing OG/social images and produce a generation plan (never auto-generates) ## Prerequisites This skill requires the banana extension to be installed: ```bash ./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 availa

What's inside
Steps it walks through
  1. When to Use
  2. Architecture Note
  3. Prerequisites
  4. Quick Reference
  5. SEO Image Use Cases
  6. Generation Pipeline
  7. Check for Presets
  8. Post-Generation SEO Checklist
  9. Cost Awareness
  10. Model Routing
  11. Error Handling
  12. Cross-Skill Integration
  13. Reference Documentation
  14. Response Format
Commands it runs
python3 ~/.claude/skills/seo-image-gen/scripts/presets.py list
magick output.png -quality 85 output.webp
More from agentic-awesome-skills
All skills →
About this skill
What does the seo-image-gen skill do?

Generate SEO-focused images such as OG cards, hero images, schema assets, product visuals, and infographics. Use when image generation is part of an SEO workflow or content publishing task.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill seo-image-gen --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 sickn33/agentic-awesome-skills, a repository with 44,414 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