agentsclimarketplace

Aso asc

Skill FelixGraeber/claude-aso-audit-skill/extensions/app-store-connect/skills/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".From its SKILL.md

Install
npx -y skills add FelixGraeber/claude-aso-audit-skill --skill aso-asc

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • reads credentialsReads from 3 credential sources: `ASC_KEY_ID` and 2 more.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `uv run python scripts/asc_client.py <command> <app-id> --json`.

SKILL.md

1.1 KB, 190 tokens by cl100k_base, as published. Nobody here has run it

ASO App Store Connect — Apple API Integration

Direct access to App Store Connect for iOS metadata management.

Commands

CommandWhat 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

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.