Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/hashgraph-online/awesome-codex-pluginsnpx agentmods add skills/hashgraph-online/awesome-codex-plugins/seo-image-genWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/seo-image-gen)<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/seo-image-gen"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/seo-image-gen.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00111 | $0.02057 |
| Opus 5 | $0.00056 | $0.01028 |
| Sonnet 5 | $0.00022 | $0.00411 |
| Haiku 4.5 | $0.00011 | $0.00206 |
Grade A, and why
seo-image-gen scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
6 near-identical copies found in the catalogue:
- seo-image-gen — 100% identical, 2 lines differ
- seo-image-gen — 95% identical, 14 lines differ
- seo-image-gen — 92% identical, 12 lines differ
- seo-image-gen — 92% identical, 12 lines differ
- seo-image-gen — 92% identical, 12 lines differ
- seo-image-gen — 92% identical, 13 lines differ
How it starts
The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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.
Architecture Note
This extension is built on Banana Codex, the standalone AI image generation skill for Codex.
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 |
What ships with it
15 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- LICENSE.txt 142 B
- references/cost-tracking.md 1.4 KB
- references/gemini-models.md 7.5 KB
- references/mcp-tools.md 3.7 KB
- references/post-processing.md 5.1 KB
- references/presets.md 2.2 KB
- references/prompt-engineering.md 20 KB
- references/seo-image-presets.md 3.9 KB
- scripts/batch.py 3.1 KB runs code
- scripts/cost_tracker.py 6.2 KB runs code
- scripts/edit.py 4.5 KB runs code
- scripts/generate.py 5.4 KB runs code
- scripts/presets.py 4.9 KB runs code
- scripts/setup_mcp.py 1.5 KB runs code
- scripts/validate_setup.py 686 B runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 177 lines · 111 tokens per session scan A b112ab754814
seo-image-gen is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (935 stars, last pushed today), licensed Apache-2.0. It adds 111 tokens to every session and 2,057 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
search
Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.
viral-tech-reel-editor
End-to-end viral tech reel production for Instagram Reels and TikTok using 2026 trend grammar — retention-first pacing, punch-ins, 3D cinematic AI-generated shots, motion design graphics, proof b-roll, trending SFX, karaoke captions (Georgian/English), safe-zone layout, and QA-gated 1080x1920 export. This skill should…
prompt-translator
A tool that rewrites an existing AI video prompt from one video model's preferred format into another model's format. It uses example prompts comparing the same kinds of scenes across different models.
seedance-debugger
A troubleshooting guide for fixing common problems in Seedance 2.0 AI-generated videos, such as changing faces, unwanted text, watermarks, style changes, or broken scene transitions.
kling-prompter
A prompt-writing guide for Kling 3.0, a video-generation model. It covers short videos, story-driven videos with dialogue or sound, and animating an existing reference image.
model-selector
A guide that recommends suitable AI video-generation models based on the requested scene, length, audio, language, platform, budget, and other constraints.