cm-imagegen

cm-imagegen is a skill for Claude Code, Codex from qxcnm/Codex-Manager. It costs 82 tokens per session (3,296 once invoked), scanned A, original, MIT.

A workflow for generating or editing bitmap images through CodexManager's image service. Bitmap images are pixel-based files such as photos, illustrations, mockups, and textures.

In plain words
What is it for?
Use it to generate or edit visual assets, including website graphics, game assets, product mockups, wireframes, logos, and infographics, when CodexManager mode is requested or required.
Why use it?
It provides the project-specific way to create images using the configured provider and credentials, without setting up a separate image client.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/qxcnm/codex-manager/cm-imagegen
Any agent
npx skills add qxcnm/Codex-Manager --skill cm-imagegen
Clone the repo
git clone --depth 1 https://github.com/qxcnm/Codex-Manager

Made for: Claude Code, Codex.

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 cm-imagegen

README.md
[![agentmods](https://agentmods.dev/badge/skills/qxcnm/codex-manager/cm-imagegen.svg)](https://agentmods.dev/skills/qxcnm/codex-manager/cm-imagegen)
Your own site
<a href="https://agentmods.dev/skills/qxcnm/codex-manager/cm-imagegen"><img src="https://agentmods.dev/badge/skills/qxcnm/codex-manager/cm-imagegen.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,296 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00082 $0.03296
Opus 5 $0.00041 $0.01648
Sonnet 5 $0.00016 $0.00659
Haiku 4.5 $0.00008 $0.00330

Measured 4d ago against content hash c8e759b7674a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cm-imagegen 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/cm_image_gen.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

cm-skills/cm-imagegen/SKILL.md · 276 lines

How it starts

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

CM Image Generation Skill

Generates or edits images for the current project (for example website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, or infographics).

This skill follows the same request semantics, prompt workflow, decision tree, and output expectations as the official imagegen skill. The only intentional difference is the execution layer: image requests are sent to CodexManager's OpenAI-compatible Images API using the current Codex provider base_url and auth.json API key.

Top-level modes and rules

This skill has one top-level mode:

  • CodexManager CLI mode: bundled scripts/cm_image_gen.py CLI. It uses the current Codex configuration and calls CodexManager's image endpoints.

The CLI exposes two subcommands:

  • generate
  • edit

Rules:

  • Use this skill only when the user explicitly asks for CodexManager image generation or when the official built-in image_gen tool is unavailable in API-key/provider mode.
  • Do not ask the user for a separate image API key or image base URL by default.
  • Do not create one-off SDK runners.
  • Never modify the official system imagegen skill.

CodexManager config policy:

  • If CODEXMANAGER_IMAGE_BASE_URL is set, use it as the image request base URL.
  • Otherwise, read the active model_provider from $CODEX_HOME/config.toml.
  • Read that provider's base_url from [model_providers.<provider>].
  • Read OPENAI_API_KEY from $CODEX_HOME/auth.json.
  • Use CODEXMANAGER_IMAGE_MODEL only for the image model override; otherwise use gpt-image-2 for OpenAI-compatible Images providers, or image-01 when the provider base URL targets the image_generation API (minimax.io / minimaxi.com hosts).
  • When the provider base URL targets the image_generation API, the CLI calls POST /v1/image_generation with aspect_ratio/width/height/seed/n/prompt_optimizer/response_format request fields, passes --image inputs as subject_reference, and parses data.image_urls / data.image_base64 + base_resp.status_code; otherwise it calls the OpenAI Images /images/generations and /images/edits endpoints and parses data[].b64_json.
  • Use CODEXMANAGER_IMAGE_OUTPUT_DIR only for the output directory override; otherwise save under the current working directory's generated-images/ folder.

Read the full file on GitHub · 276 lines

Files

What ships with it

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

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. 4d ago First seen · 276 lines · 82 tokens per session scan A c8e759b7674a

Subscribe to this mod's changes

cm-imagegen is a skill published in the GitHub repository qxcnm/Codex-Manager (2,949 stars, last pushed yesterday), licensed MIT. It adds 82 tokens to every session and 3,296 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-cut

剪辑中文口播原素材:逐词转录、词典修字出修字表、五轮扫描找口误与重复、汇总表与重复句子表、打开 Studio 让用户复核、复盘沉淀用户偏好与词典。只产出一份已复核的删词账本,不切媒体、不做字幕、不做分镜动画。用户说剪口播、处理口误、生成口播基础素材、继续剪口播,或确认卡回传 action=returncutreview 时使用。不要用于执行物理剪切、导出剪后视频、单独安装、单独打开工作台或口播分镜成片。.

Agentchengfeng/chengfeng-videocut-skills · 154 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

infographic-template-updater

Update template catalogs and UI prompts after adding new infographic templates (src/templates/.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.

antvis/Infographic · 43 tokens

vox-director

Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…

Alisa0808/vox-director · 236 tokens