OMA Image
Auth-aware router that picks a free/authenticated AI image vendor and never fakes a result
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1797665
⚠ Security: the canonical command runs a sub-agent CLI with --dangerously-skip-permissions by default; run it sandboxed and review before use. Actually ran `oma image generate` with zero vendors authenticated: it correctly bailed with exit code 5 and vendor-specific fix-it instructions instead of hallucinating an image — but the skill folder alone is inert until you also grab the sibling `_shared/` directory and install the `oh-my-agent` CLI globally.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What OMA Image does
Routes image-generation requests across Codex (gpt-image-2), Antigravity (nano-banana via the agy CLI), and Pollinations (flux/zimage), auto-selecting whichever vendor is actually authenticated and writing a reproducible manifest.json alongside outputs. Triggers on requests for AI-generated images, illustrations, product shots, or concept art; explicitly excludes photo editing and video/audio generation.
How to install OMA Image
git clone https://github.com/first-fluke/oh-my-agent
cd oh-my-agent
mkdir -p ~/.claude/skills
cp -r .agents/skills/oma-image ~/.claude/skills/oma-image
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger OMA Image
-
/oma-imageAuth-aware router that picks a free/authenticated AI image vendor and never fakes a result
It also activates on plain-language prompts like these:
-
Generate a hero image for the landing page using whatever's authenticated -
I need an AI generated image but I'm not sure which vendor is set up -
Create a few concept images and save a manifest of how they were made
Frequently asked questions
- Is the OMA Image skill free?
- Yes. The skill itself is free from first-fluke/oh-my-agent. SkillProof publishes the install command and an independent test verdict at no cost.
- Does OMA Image work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. ⚠ Security: the canonical command runs a sub-agent CLI with --dangerously-skip-permissions by default; run it sandboxed and review before use. Actually ran `oma image generate` with zero vendors authenticated: it correctly bailed with exit code 5 and vendor-specific fix-it instructions instead of hallucinating an image — but the skill folder alone is inert until you also grab the sibling `_shared/` directory and install the `oh-my-agent` CLI globally.
- What is the OMA Image SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install OMA Image?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use OMA Image with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.