image-reviewer

image-reviewer is an agent for Claude Code from juliusz-cwiakalski/agentic-delivery-os. It costs 13 tokens per session (1,132 once invoked), scanned A, original, MIT.

An image-analysis assistant for screenshots, mockups, photos, diagrams, and other visual files.

In plain words
What is it for?
Describing images, finding visible issues, checking interface consistency, evaluating design quality, and scoring visuals when requested.
Why use it?
It turns visual inspection into a structured review and can compare an image with a prompt, design specification, or brand guidance.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions subagents; mentions OpenCode.

Part of the ados plugin — 20 skills, 24 agents shipped together

Good fit Describing images, finding visible issues, checking interface consistency, evaluating design quality, and scoring visuals when requested.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/juliusz-cwiakalski/agentic-delivery-os/image-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/juliusz-cwiakalski/agentic-delivery-os

Made for: Claude Code.

Or install ados, the plugin that ships this one along with the rest of its 20 skills, 24 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 image-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/juliusz-cwiakalski/agentic-delivery-os/image-reviewer/github.svg)](https://agentmods.dev/agents/juliusz-cwiakalski/agentic-delivery-os/image-reviewer)
Your own site
<a href="https://agentmods.dev/agents/juliusz-cwiakalski/agentic-delivery-os/image-reviewer"><img src="https://agentmods.dev/badge/agents/juliusz-cwiakalski/agentic-delivery-os/image-reviewer/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 image-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/juliusz-cwiakalski/agentic-delivery-os/image-reviewer"><img src="https://agentmods.dev/badge/agents/juliusz-cwiakalski/agentic-delivery-os/image-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,132 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.00013 $0.01132
Opus 5 $0.00006 $0.00566
Sonnet 5 $0.00003 $0.00226
Haiku 4.5 $0.00001 $0.00113

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

Security

Grade A, and why

image-reviewer 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 11d 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.

.ados-claude/agents/image-reviewer.md · 80 lines

How it starts

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

<input_contract> The caller provides:

  • image: one or more images (screenshot, mockup, photo, AI-generated image, diagram, visual artifact).
  • task: what to analyze — e.g., "describe contents", "check UI consistency", "find visual bugs", "assess design quality", "evaluate against generation prompt", "score quality across categories", "verify against brand guidelines".
  • reference (optional): generation prompt, expected state, brand guidelines, design spec, scoring rubric, or comparison image.

If the caller omits the task, default to: describe contents + flag any visible issues. </input_contract>

<output_contract> Return a structured response. Include only sections relevant to the task; omit empty sections.

  • Summary: 1-2 sentence overall assessment.
  • Observations: objective facts about the image.
  • Issues: each with severity (critical/moderate/minor), description, and impact area. Omit if none found.
  • Scores: numerical ratings per category with evidence notes. Include only when caller requests scoring.
  • Consistency: style, font, color, spacing coherence findings. Include when task involves consistency, UI, or style review.
  • Accessibility: contrast, legibility, affordance findings. Include only when relevant.
  • Recommendations: prioritized, actionable improvements.
  • Limitations: any constraints on the analysis (resolution, cropping, missing context).

Read the full file on GitHub · 80 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. 11d ago First seen · 80 lines · 13 tokens per session scan A 61b32b5af5e3

Subscribe to this mod's changes

image-reviewer is an agent published in the GitHub repository juliusz-cwiakalski/agentic-delivery-os (38 stars, last pushed yesterday), licensed MIT. It adds 13 tokens to every session and 1,132 once invoked, about $0.0001 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 agents, from other repositories

sound-designer

Load when the user wants to add sound to a product UI or a launch video, asks "should this have a sound?", wants a family of UI sounds generated (ElevenLabs on demand, or open-weight / procedural / CC0 without a key), needs sounds synced to animation frames, or asks why an existing sound feels stock, late, or…

AgentsORG/design-engineering · 108 tokens

implementer

Ship production code from approved plans. Tests alongside code. Atomic commits.

rjmurillo/ai-agents · 17 tokens

security

Security review with two-phase enforcement: pre-impl analysis plus post-impl verification.

rjmurillo/ai-agents · 0 tokens

orchestrator

Coordinate specialized agents end-to-end. Classify, route, synthesize. Do not implement.

rjmurillo/ai-agents · 23 tokens

svg-animator

Load when the user wants an SVG to move — an animated icon, logo reveal, stroke drawing, path morph, mascot loop, chart transition — or wants a frame sequence or flat video clip turned into one editable animated SVG. Picks the engine for where the file lives (inline CSS/WAAPI, embedded keyframes or SMIL for image use…

AgentsORG/design-engineering · 95 tokens

svg-creator

Load when the user wants an SVG made or fixed — an icon, illustration, logo mark, mascot pose, chart glyph, or generative vector art — or when a generated SVG needs to become clean, editable, token-aware, optimized, and accessible. Returns the file plus a one-table report of what changed and why.

AgentsORG/design-engineering · 69 tokens