Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add open-octo/octo-agent --skill image-gengit clone --depth 1 https://github.com/open-octo/octo-agentWrote 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/open-octo/octo-agent/image-gen)<a href="https://agentmods.dev/skills/open-octo/octo-agent/image-gen"><img src="https://agentmods.dev/badge/skills/open-octo/octo-agent/image-gen/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/open-octo/octo-agent/image-gen"><img src="https://agentmods.dev/badge/skills/open-octo/octo-agent/image-gen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 64 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00142 | $0.03158 |
| Opus 5 | $0.00071 | $0.01579 |
| Sonnet 5 | $0.00028 | $0.00632 |
| Haiku 4.5 | $0.00014 | $0.00316 |
Grade A, and why
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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Image Generation & Sourcing
Produce image files on disk through one of three acquisition paths. This skill is the single home for image acquisition — other skills delegate to it rather than embedding their own copy.
| Path | Script | Output status | What it does |
|---|---|---|---|
| AI generation | scripts/image_gen.py |
Generated |
Text prompt → rendered image via a configured provider backend |
| Web search | scripts/image_search.py |
Sourced |
Query → best openly-licensed match downloaded, with attribution recorded |
| Slice | scripts/slice_images.py |
Generated |
One generated grid "sheet" → N individual element files |
All <skill-dir>/... paths below are relative to this skill's own directory
(its absolute path is in the location header injected when the skill loads), not
the user's working directory. There is no persistent CWD across terminal calls —
pass absolute paths for --output and inputs.
Preflight
- Run scripts with
uv run— every script carries PEP 723 inline dependency metadata, souv run <skill-dir>/scripts/<name>.py …auto-installs exactly what that script needs into an ephemeral, cached environment. Nopip install, no venv, nothing left behind.uvships with the octo installer; if it's somehow missing, the fallback ispip install -r <skill-dir>/requirements.txtonce, then run the scripts withpython3. - Configure a backend for AI generation. Set
IMAGE_BACKENDand the provider's own key (e.g.OPENAI_API_KEY) in the process environment, or in a.envfile — see<skill-dir>/.env.examplefor every provider's variables and the.envlookup order.uv run <skill-dir>/scripts/image_gen.py --list-backendsprints what's available. Web search (image_search.py) needs no key for CC0/public-domain providers; Pexels/Pixabay use their own keys if you want those sources.
First AI-generation run — backend setup gate (do NOT skip)
What ships with it
60 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.
- .env.example 12 KB
- LICENSE.txt 1.0 KB
- PROVENANCE.md 6.2 KB
- references/image-base.md 5.9 KB
- references/image-generator.md 55 KB
- references/image-palettes/_index.md 8.6 KB
- references/image-palettes/cool-corporate.md 1.7 KB
- references/image-palettes/dark-cinematic.md 2.0 KB
- references/image-palettes/duotone.md 1.5 KB
- references/image-palettes/earthy-dusty.md 1.9 KB
- references/image-palettes/editorial-classic.md 1.4 KB
- references/image-palettes/frost-ice.md 1.6 KB
- references/image-palettes/jewel-tone.md 1.8 KB
- references/image-palettes/macaron.md 1.6 KB
- references/image-palettes/mono-ink.md 2.5 KB
- references/image-palettes/nature-organic.md 1.3 KB
- references/image-palettes/sunset-gradient.md 2.1 KB
- references/image-palettes/tech-neon.md 1.5 KB
- references/image-palettes/vivid-launch.md 1.4 KB
- references/image-palettes/warm-earth.md 1.6 KB
- references/image-renderings/_index.md 7.3 KB
- references/image-renderings/3d-isometric.md 2.7 KB
- references/image-renderings/blueprint.md 2.6 KB
- references/image-renderings/chalkboard.md 2.5 KB
- references/image-renderings/corporate-photo.md 3.4 KB
- references/image-renderings/digital-dashboard.md 2.6 KB
- references/image-renderings/editorial.md 2.5 KB
- references/image-renderings/fantasy-animation.md 2.8 KB
- references/image-renderings/flat.md 2.3 KB
- references/image-renderings/glassmorphism.md 3.1 KB
- references/image-renderings/ink-notes.md 3.4 KB
- references/image-renderings/minimalist-swiss.md 2.8 KB
- references/image-renderings/nature.md 2.6 KB
- references/image-renderings/paper-cut.md 2.7 KB
- references/image-renderings/pixel-art.md 2.5 KB
- references/image-renderings/screen-print.md 2.8 KB
- references/image-renderings/sketch-notes.md 3.4 KB
- references/image-renderings/vector-illustration.md 2.8 KB
- references/image-renderings/vintage-poster.md 2.9 KB
- references/image-renderings/warm-scene.md 3.0 KB
- references/image-renderings/watercolor.md 2.4 KB
- references/image-searcher.md 21 KB
- references/image-type-templates/_index.md 6.0 KB
- references/image-type-templates/comparison.md 3.4 KB
- references/image-type-templates/cycle.md 3.3 KB
- references/image-type-templates/flowchart.md 2.9 KB
- references/image-type-templates/framework.md 4.6 KB
- references/image-type-templates/funnel.md 3.6 KB
- references/image-type-templates/infographic.md 3.5 KB
- references/image-type-templates/map.md 3.8 KB
- references/image-type-templates/matrix.md 3.8 KB
- references/image-type-templates/pyramid.md 3.4 KB
- references/image-type-templates/scene.md 3.4 KB
- references/image-type-templates/timeline.md 2.8 KB
- references/prompt-craft/craft.md 19 KB
- references/prompt-craft/gallery-anime-and-manga.md 15 KB
- references/prompt-craft/gallery-architecture-and-interior.md 6.5 KB
- references/prompt-craft/gallery-beauty-and-lifestyle.md 2.4 KB
- references/prompt-craft/gallery-brand-systems-and-identity.md 3.3 KB
- references/prompt-craft/gallery-character-design.md 1.9 KB
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.
- 3d ago Changed · +12 lines ae0c5626c122
- 10d ago First seen · 214 lines · 142 tokens per session scan A b2b2733fa51e
image-gen is a skill published in the GitHub repository open-octo/octo-agent (97 stars, last pushed yesterday), licensed MIT. It adds 142 tokens to every session and 3,158 once invoked, about $0.0007 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-08-30.
Other skills, from other repositories
ideation
Generate project ideas via creative constraints.
songwriting-and-ai-music
Songwriting craft and Suno AI music prompts.
audiocraft-audio-generation
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
touchdesigner-mcp
Control a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.
youtube-content
YouTube transcripts to summaries, threads, blogs.
baoyu-comic
A tool for creating educational comics from supplied text, files, links, or topics. It can cover explanations, biographies, and tutorials in different visual styles, tones, layouts, sizes, and languages.