aso

aso is a skill for Claude Code from FelixGraeber/claude-aso-audit-skill. It costs 72 tokens per session (2,479 once invoked), scanned A, original, MIT.

A complete process for improving an app's listing in Apple's App Store or Google Play. App Store Optimization, or ASO, covers the words, images, reviews, competitors, local languages, technical checks, and release readiness shown to potential users.

In plain words
What is it for?
Use it for a full app-listing audit, keyword and description work, screenshot and video review, competitor research, localization, testing plans, or release checks.
Why use it?
It brings the different parts of an app-store listing into one review, so problems affecting discovery or downloads are easier to find. It can audit a local project or a live listing.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is uv run python scripts/detect_project.py --json.

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

Good fit Use it for a full app-listing audit, keyword and description work, screenshot and video review, competitor research, localization, testing plans, or release checks.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/FelixGraeber/claude-aso-audit-skill
agentmods
npx agentmods add skills/felixgraeber/claude-aso-audit-skill/aso

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/felixgraeber/claude-aso-audit-skill/aso"><img src="https://agentmods.dev/badge/skills/felixgraeber/claude-aso-audit-skill/aso.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,479 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.00072 $0.02479
Opus 5 $0.00036 $0.01239
Sonnet 5 $0.00014 $0.00496
Haiku 4.5 $0.00007 $0.00248

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

Security

Grade A, and why

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

aso/SKILL.md · 235 lines

How it starts

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

ASO — App Store Optimization Skill

Consolidated Skill Routing

Use five public skills:

  • aso: full audit, orchestration, and strategy. For roadmap detail, read ../skills/aso-plan/GUIDE.md.
  • aso-listing: keywords, metadata, localization, and seasonal changes.
  • aso-creative: screenshots, video, conversion, and experiments.
  • aso-market: reviews and competitors.
  • aso-release: technical readiness, compliance, and launch.

The former specialist files are internal GUIDE.md references. They preserve the detailed methods but do not appear as separate skills.

Comprehensive ASO analysis for iOS App Store and Google Play apps. Works in two modes:

  1. Local mode (default): Run /aso audit inside an app project — auto-detects Fastlane metadata, Xcode project, or Gradle project and audits your pre-submission metadata.
  2. Remote mode: Run /aso audit <app-id> with an app ID or store URL — fetches and audits the live listing. Also works for competitor apps.

Quick Reference

Command What it does
/aso audit Auto-detect local project and audit its metadata
/aso audit <app-id> Audit a live listing by app ID or store URL
/aso audit --compare <app-id> Audit local metadata AND compare against live listing
/aso keywords <seeds> Keyword research — difficulty, volume, placement strategy
/aso metadata Optimize local metadata (or /aso metadata <app-id> for remote)
/aso visuals Analyze local screenshots (or /aso visuals <app-id> for remote)
/aso reviews <app-id> Reviews — sentiment analysis, response templates, keyword extraction
/aso competitors <app-id> Competitor analysis — keyword gaps, metadata comparison
/aso localization Audit local locale coverage (or /aso localization <app-id>)
/aso ab-testing <app-id> A/B testing — iOS PPO / Android experiment design
/aso technical <app-id> Technical ASO — Android Vitals, app size, crashes, update cadence
/aso conversion <app-id> Conversion — install rate benchmarking, first-impression audit
/aso compliance Store policy check — validates metadata against Apple/Google guidelines
/aso plan <category> Strategic plan — 4-phase roadmap with category templates
/aso launch Launch — pre-launch checklist using local project state
/aso seasonal <app-id> Seasonal — trending keyword opportunities, holiday calendar

Read the full file on GitHub · 235 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 · 235 lines · 72 tokens per session scan A e3542a763948

Subscribe to this mod's changes

aso is a skill published in the GitHub repository FelixGraeber/claude-aso-audit-skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 72 tokens to every session and 2,479 once invoked, about $0.0004 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 skills, from other repositories

aso-playbook

Beginner-friendly App Store Optimization guide covering keyword research, screenshot design, rating management, and A/B testing for iOS and Android. By @WeiYipei — practical ASO for indie developers and small teams.

Gingiris-1031/gingiris-skills · 48 tokens

gingiris-aso-growth

A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.

Gingiris-1031/gingiris-skills · 320 tokens

gr-aso

A skill for app-store optimization, or improving how an app is found and presented in the App Store and Google Play, plus launch planning for a new app. It covers listing text, screenshots and video, ratings, creator content, advertising, and localization.

Gingiris-1031/gingiris-skills · 56 tokens

app-store

An Apple App Store API alternative on fetcher.sh — pay-per-call in USDC via x402, or prepaid credits with a Bearer key, no Apple Developer Program membership. Use when the user wants to search iOS apps by keyword in any country's storefront, fetch an app's or app bundle's full details, reviews sorted by…

fetcher-sh/fetcher-skills · 125 tokens

aso-atlas

App Store Optimization with ASO Atlas. Use for App Store keyword research (popularity, difficulty, who ranks), tracking an iOS app's keyword rankings per storefront, competitor keyword gaps, metadata (title, subtitle, keyword field) drafts, and questions like "how is my app doing" answered from App Store Connect data.…

asoatlas/mcp · 84 tokens

indie-app-shipping

A solo/indie playbook for shipping small mobile apps fast on iOS/macOS (App Store) and Android (Google Play), testing real demand, and deepening only the apps that show signal. Use whenever the user is shipping a mobile app — scaffolding app structure, wiring onboarding/settings/paywall/restore/legal screens, writing…

cuongdev/indie-app-shipping · 207 tokens