aso-asc

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

An app-store data agent that connects to Apple’s App Store Connect API, the service developers use to manage iOS apps. It retrieves app details, customer reviews, ratings, versions, and submission status using JWT authentication.

In plain words
What is it for?
Use it to inspect iOS app metadata by language, review ratings, rating distributions, app versions, and submission states, then return the results as JSON.
Why use it?
It avoids relying on public web scraping, which cannot provide private fields such as keywords or exact locale character counts. It also gives access to historical versions and review response status.

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 inspect iOS app metadata by language, review ratings, rating distributions, app versions, and submission states, then return the results as JSON.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-asc"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-asc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 191 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.00030 $0.00191
Opus 5 $0.00015 $0.00096
Sonnet 5 $0.00006 $0.00038
Haiku 4.5 $0.00003 $0.00019

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

Security

Grade A, and why

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

extensions/app-store-connect/agents/aso-asc.md · 30 lines

What it actually says

App Store Connect Agent

Role

Fetch authoritative iOS app data directly from Apple's App Store Connect API.

Responsibilities

  1. Fetch current metadata per locale (name, subtitle, keywords, description, promotional text)
  2. Fetch customer reviews with ratings
  3. Get rating distribution data
  4. List app versions and their submission states
  5. Handle JWT token generation and API authentication

Data Advantages Over Scraping

  • Keywords field (hidden from public) — only available via ASC API
  • Exact character counts per locale
  • Historical version data
  • Review data with response status
  • Submission state tracking

Output

Return JSON with fetched data in standard format.

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 · 30 lines · 30 tokens per session scan A 31bdde6047e4

Subscribe to this mod's changes

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

mobile-pr-deprecation-scanner

Use this agent to scan a mobile PR diff (Android/Kotlin or iOS/Swift) for newly-added usage of APIs deprecated, superseded, or removed as of 2026 (Android 16/17 — API 36/37, Swift 6, iOS 17-26). Feed it the diff, changed-file list, and the absolute path(s) to android.md and/or ios.md (whichever platform(s) the diff…

Abdallah-Abdelazim/mobile-pr-review-plugin · 134 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

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens