image

A command that sends visual tasks to a specialist agent and uses image-generation instructions to create or edit image assets.

In plain words
What is it for?
Use it to create or edit images, save them as project assets, and handle visual UI work that also needs design or implementation guidance.
Why use it?
It turns a rough image request into a more complete prompt and provides a workflow for refining the result. It is intended for visual work rather than ordinary code changes.

Command

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 commands/tmcfarlane/oh-my-cursor/image
Clone the repo
git clone --depth 1 https://github.com/tmcfarlane/oh-my-cursor
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 252 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.00000 $0.00252
Opus 5 $0.00000 $0.00126
Sonnet 5 $0.00000 $0.00050
Haiku 4.5 $0.00000 $0.00025

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

Security

Grade A, and why

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

commands/image.md · 10 lines

What it actually says

Use Zuko (the visual specialist agent) with the cursor-image-generation skill for this task.

  1. Read the cursor-image-generation skill (skills/cursor-image-generation/SKILL.md) and follow its workflow: expand a rough user brief into a full prompt before calling GenerateImage (layered prompts, iteration).
  2. Clarify only what is blocking (asset type, aspect ratio, brand colors, reference image) if the user’s message is too vague to rewrite safely.
  3. Rewrite the ask into a strong prompt per the skill, then generate with the GenerateImage tool; save under assets/ (or the path the user requested) with descriptive filenames.
  4. Iterate with targeted edits per the skill — do not re-roll the full prompt unless the direction is wrong.
  5. Return paths to saved files, the final prompt (or a clear summary), and optional next iterations.

If the task is implementation of a Figma file or code for UI, also use Zuko’s implementing-figma-designs or web-design-guidelines as appropriate.

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. 2d ago First seen · 10 lines · 0 tokens per session scan A 0a16cff7ce51

Subscribe to this mod's changes

image is a command published in the GitHub repository tmcfarlane/oh-my-cursor (108 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 252 tokens. 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.