# Aso Asc

> Apple App Store Connect API integration. Fetch iOS app metadata, reviews, ratings, and version info directly from App Store Connect. Requires API key. Triggers on: "app store connect", "asc".

- Skill: `felixgraeber/aso-asc` (Agent Skill)
- Install (CLI): `npx skillmds@latest add felixgraeber/aso-asc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/felixgraeber/aso-asc/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: FelixGraeber (https://skillmd.com/u/felixgraeber)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/felixgraeber/aso-asc

---


# ASO App Store Connect — Apple API Integration

Direct access to App Store Connect for iOS metadata management.

## Commands

| Command | What it does |
|---------|-------------|
| `/aso asc metadata <app-id>` | Fetch current metadata (name, subtitle, description, localizations) |
| `/aso asc reviews <app-id>` | Fetch customer reviews |
| `/aso asc ratings <app-id>` | Fetch rating data and distribution |
| `/aso asc versions <app-id>` | List app versions and submission states |

## Usage

```bash
uv run python scripts/asc_client.py <command> <app-id> --json
```

## Authentication
JWT-based auth using environment variables or the ASO env file:
- ASC_KEY_ID
- ASC_ISSUER_ID
- ASC_KEY_PATH (path to .p8 file)

## Available Tools
Read, Bash, Write, Glob, Grep

