smithery/neversight

asc-cli-usage

Guidance for using the App Store Connect CLI in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.

Installation

$ npx skills add smithery/neversight --skill asc-cli-usage

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,269 B
  • docs SUMMARY.md 229 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

ASC CLI usage

Use this skill when you need to run or design asc commands for App Store Connect.

Command discovery

  • Always use --help to discover commands and flags.

- asc --help - asc builds --help - asc builds list --help

Flag conventions

  • Use explicit long flags (e.g., --app, --output).
  • No interactive prompts; destructive operations require --confirm.
  • Use --paginate when the user wants all pages.

Output formats

  • Default output is minified JSON.
  • Use --output table or --output markdown only for human-readable output.
  • --pretty is only valid with JSON output.

Authentication and defaults

  • Prefer keychain auth via asc auth login.
  • Fallback env vars: ASCKEYID, ASCISSUERID, ASCPRIVATEKEYPATH, ASCPRIVATEKEY, ASCPRIVATEKEYB64.
  • ASCAPPID can provide a default app ID.

Timeouts

  • ASCTIMEOUT / ASCTIMEOUT_SECONDS control request timeouts.
  • ASCUPLOADTIMEOUT / ASCUPLOADTIMEOUT_SECONDS control upload timeouts.