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.
git clone --depth 1 https://github.com/FelixGraeber/claude-aso-audit-skillnpx agentmods add skills/felixgraeber/claude-aso-audit-skill/asoWrote 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.
[](https://agentmods.dev/skills/felixgraeber/claude-aso-audit-skill/aso)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Local mode (default): Run
/aso auditinside an app project — auto-detects Fastlane metadata, Xcode project, or Gradle project and audits your pre-submission metadata. - 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 |
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.
- 11d ago First seen · 235 lines · 72 tokens per session scan A e3542a763948
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.
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-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.
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.
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…
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.…
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…