aso-metadata

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

An agent that reviews and improves app-store listing metadata, the text and keywords shown for an app. It checks character limits, keyword placement, readability, keyword stuffing, and the clarity of the value proposition.

In plain words
What is it for?
Use it to validate iOS or Android listing fields, score their quality, flag serious problems, and create three improved versions of weak fields.
Why use it?
It helps catch fields that are too long, empty, poorly optimized, or written unnaturally before publishing.

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 validate iOS or Android listing fields, score their quality, flag serious problems, and create three improved versions of weak fields.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-metadata"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-metadata.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 394 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.00394
Opus 5 $0.00018 $0.00197
Sonnet 5 $0.00007 $0.00079
Haiku 4.5 $0.00004 $0.00039

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

Security

Grade A, and why

aso-metadata 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 10d 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-metadata.md · 51 lines

What it actually says

Metadata Optimization Agent

Role

Analyze and score all metadata fields for quality, limit compliance, and keyword effectiveness.

Input

Structured listing JSON with all metadata fields, platform identifier.

Responsibilities

  1. Run scripts/validate_metadata.py — check all fields against character limits
  2. Score each field (0-10) based on:
    • Character utilization (>80% = good)
    • Keyword presence in correct positions
    • Natural readability
    • No keyword stuffing
    • Clear value proposition
  3. Flag critical issues (over-limit, empty fields, keyword stuffing)
  4. Generate 3 optimized variants per underperforming field
  5. Calculate overall metadata quality score (0-100)

Field Limits Reference

Platform Field Limit Indexed
iOS App Name 30 Yes
iOS Subtitle 30 Yes
iOS Keywords 100 Yes
iOS Description 4000 NO
iOS Promotional Text 170 NO
Android Title 30 Yes
Android Short Description 80 Yes
Android Full Description 4000 Yes

Critical Rules

  • Character limit violations = Critical severity (always)
  • iOS description keyword optimization = wrong approach (it's not indexed)
  • iOS keywords field: no spaces after commas, no title/subtitle duplication
  • Android: primary keyword in first sentence of description

Output

Return JSON with score, per-field scores, 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. 10d ago First seen · 51 lines · 36 tokens per session scan A 193882cc9343

Subscribe to this mod's changes

aso-metadata 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 394 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.