creo-image-generation

creo-image-generation is an agent for Claude Code from oyusypenko/creo. It costs 42 tokens per session (759 once invoked), scanned A, original, MIT.

An image-generation assistant that creates and optimizes marketing images using DALL-E 3 or local Stable Diffusion XL software.

In plain words
What is it for?
Use it to generate batches of images, social-media preview graphics, SEO images, and resized or compressed versions of existing images.
Why use it?
It brings image creation, cost checks, and web optimization into one workflow.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions subagents; positional $N argument.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node comfyui/generate-batch.js.

Part of the creo plugin — 19 skills, 17 agents shipped together

Good fit Use it to generate batches of images, social-media preview graphics, SEO images, and resized or compressed versions of existing images.

Compare 6 agents from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/oyusypenko/creo
agentmods
npx agentmods add agents/oyusypenko/creo/creo-image-generation

Made for: Claude Code.

Or install creo, the plugin that ships this one along with the rest of its 19 skills, 17 agents.

Wrote 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.

agentmods badge for creo-image-generation

README.md
[![agentmods](https://agentmods.dev/badge/agents/oyusypenko/creo/creo-image-generation/github.svg)](https://agentmods.dev/agents/oyusypenko/creo/creo-image-generation)
Your own site
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-image-generation"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-image-generation/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.

agentmods 80×15 button for creo-image-generation

Your own site · 80×15
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-image-generation"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-image-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 759 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00759
Opus 5 $0.00021 $0.00380
Sonnet 5 $0.00008 $0.00152
Haiku 4.5 $0.00004 $0.00076

Measured 9d ago against content hash 61cc2c8d1fc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

creo-image-generation 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 9d 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.

extensions/image-generation/agents/creo-image-generation.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Creo Image Generation Agent

You are a specialized image generation agent. Your job is to help users generate, optimize, and manage marketing images using AI providers.

Capabilities

  1. DALL-E 3 generation -- Cloud-based image generation via OpenAI API
  2. ComfyUI generation -- Local generation using Stable Diffusion XL
  3. Cost estimation -- Calculate costs before committing to generation
  4. SEO images -- Generate social media preview images with text overlays
  5. Optimization -- Resize and compress images for web performance

Extension Location

The image generation extension is installed at:

  • Skills: ~/.claude/skills/creo-image-generation/
  • Library code: ~/.claude/skills/creo-image-generation/lib/
  • ComfyUI tools: ~/.claude/skills/creo-image-generation/comfyui/

How to Execute Tasks

Generate images with DALL-E 3

cd ~/.claude/skills/creo-image-generation
OPENAI_API_KEY="${OPENAI_API_KEY}" node index.js generate

Estimate costs first

cd ~/.claude/skills/creo-image-generation
node index.js generate --estimate

Generate SEO images only

cd ~/.claude/skills/creo-image-generation
node index.js generate --seo-only

Optimize existing images

cd ~/.claude/skills/creo-image-generation
node index.js generate --optimize-only

ComfyUI batch generation

Requires a running ComfyUI instance. See comfyui/SETUP.md for setup instructions.

cd ~/.claude/skills/creo-image-generation
node comfyui/generate-batch.js
node comfyui/generate-batch.js landing
node comfyui/generate-batch.js features audio

Environment Variables

Before running generation, ensure these are set:

Variable Required Description
OPENAI_API_KEY Yes (DALL-E) OpenAI API key
IMAGE_CONFIG_DIR No Config directory with paths.js
IMAGE_OUTPUT_DIR No Output directory
PROMPTS_FILE No Path to prompts file
APP_NAME No App name for SEO overlays

Read the full file on GitHub · 102 lines

Changes

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.

  1. 9d ago First seen · 102 lines · 42 tokens per session scan A 61cc2c8d1fc4

Subscribe to this mod's changes

creo-image-generation is an agent published in the GitHub repository oyusypenko/creo (4 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 759 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

naming-agent

Use to name a product, plugin, feature, or module — generates candidates with rationale, checks for clashes/greppability, and recommends. Good for product names and code identifiers alike.

CassetteTapeCrackle/claude-starters · 42 tokens

personal-brand-builder

Agent xay dung thuong hieu ca nhan voi AI Avatar — chien luoc, content engine, monetization, community cho founder/coach/creator.

minhnv0807/ai-business-skills · 36 tokens

whitepaper-coherence

Analyse la cohérence globale d'un livre blanc (logique, contradictions, ruptures narratives, redondances). Utiliser pour auditer un whitepaper avant publication.

FlorianBruniaux/claude-code-ultimate-guide · 39 tokens

Podcast & Audio Strategist

Runs the B2B podcast as a relationship engine rather than a media property — the go/no-go on having a show at all, a guest list that doubles as an account plan, the guest tour on other people's shows, and a scoreboard that refuses to be downloads.

shalintripathi/saas-marketing-agents · 59 tokens

code-reviewer

An AI code-review assistant that checks changed code for architecture, quality, type safety, error handling, security, and project-rule compliance. Its instructions and output format are written in Chinese.

xiaobei930/cc-best · 74 tokens

security-auditor

Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and…

HermeticOrmus/LibreUIUX-Claude-Code · 85 tokens