aso-visuals

aso-visuals is an agent for Claude Code from FelixGraeber/claude-aso-audit-skill. It costs 36 tokens per session (349 once invoked), scanned A, original, MIT.

A reviewer for the visual materials shown on an Apple App Store or Google Play listing, such as screenshots, icons, and preview videos. It checks their layout, order, readability, consistency, and store-specific requirements.

In plain words
What is it for?
Use it to review screenshot counts and sequences, the first three iOS screenshots, icon readability, video details, Android feature graphics, localization, and overall visual quality.
Why use it?
It helps find visual problems that may make an app listing unclear or less appealing, especially when text is hard to read in small search-result images.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-aso plugin — 7 skills, 12 agents shipped together

Good fit Use it to review screenshot counts and sequences, the first three iOS screenshots, icon readability, video details, Android feature graphics, localization, and overall visual quality.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/felixgraeber/claude-aso-audit-skill/aso-visuals
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/FelixGraeber/claude-aso-audit-skill

Made for: Claude Code.

Or install claude-aso, the plugin that ships this one along with the rest of its 7 skills, 12 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 aso-visuals

README.md
[![agentmods](https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-visuals/github.svg)](https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-visuals)
Your own site
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-visuals"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-visuals/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 aso-visuals

Your own site · 80×15
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-visuals"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-visuals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 349 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.00036 $0.00349
Opus 5 $0.00018 $0.00175
Sonnet 5 $0.00007 $0.00070
Haiku 4.5 $0.00004 $0.00035

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

Security

Grade A, and why

aso-visuals 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.

agents/aso-visuals.md · 48 lines

What it actually says

Visual Asset Agent

Role

Evaluate the quality and optimization of all visual assets in the listing.

Input

Listing JSON with screenshot URLs, icon URL, platform identifier.

Responsibilities

  1. Count screenshots per device type
  2. Analyze first 3 screenshots (iOS critical zone — visible in search)
  3. Evaluate narrative flow across screenshot sequence
  4. Check icon for small-size readability
  5. Assess preview video presence and specs
  6. Check feature graphic (Android only)
  7. Run scripts/screenshot_analyzer.py if screenshot URLs available
  8. Score overall visual quality (0-100)

Scoring Weights

Factor Weight
Screenshot count 20%
First 3 screenshots quality 25%
Narrative flow 15%
Text/caption readability 15%
Icon quality 15%
Video presence 10%

Key Checks

  • iOS: Are first 3 screenshots compelling? (they show in search results)
  • iOS: Do screenshot captions clearly communicate value and remain readable at thumbnail size?
  • Android: Is feature graphic present? (1024x500)
  • Both: Are screenshots localized per market?
  • Both: Consistent visual style across sequence?
  • Both: Text readable at thumbnail size?

Output

Return JSON with score, findings, and recommendations.

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 · 48 lines · 36 tokens per session scan A 8becce11879a

Subscribe to this mod's changes

aso-visuals is an agent published in the GitHub repository FelixGraeber/claude-aso-audit-skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 349 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

product-designer

Use to compose the screens in the ux-architect's inventory — layout, hierarchy, interaction, visual quality — and to own the design tokens and component inventory. Produces docs/13-design-tokens.md and docs/14-components.md. Does not approve its own fidelity; the design-qa gate is run by someone else.

vmobifystudio/app-dev-team · 70 tokens

liquid-glass-guide

Apple Liquid Glass design specialist for SwiftUI iOS 26+. Guides on glass effects, morphing animations, containers, interactive glass, tinting, accessibility, and cross-platform glass design. Use when building modern Apple UI with Liquid Glass.

ahmed3elshaer/everything-claude-code-mobile · 54 tokens

ui-design-expert

Use this agent to actually implement or modify UI — build a screen/component, adjust layout, styling, spacing, responsive behavior, or UI copy. This is the hands-on builder; analysis and recommendations are handled by ux-improvement-advisor (they interlock: advice → advisor, doing → this agent). Examples:\n\n…

tienenwu/fables · 235 tokens

ux-improvement-advisor

Use this agent for read-only UX analysis and actionable improvement recommendations on interfaces, user flows, or interaction patterns — heuristic evaluation, usability/accessibility critique, flow friction. It advises but never edits; landing the changes is handled by ui-design-expert (they interlock: analysis → this…

tienenwu/fables · 236 tokens

android-compose-accessibility

Make Compose interfaces accessible with semantics, announcements, contrast, focus order, and adaptive touch targets.

krutikJain/android-agent-skills · 24 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens