Asc Cli Usage
This skill demonstrates how to use `asc` commands via the CLI for streamlined workflow automation and data manipulation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add asc-cli-usage npx -- -y @trustedskills/asc-cli-usage
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"asc-cli-usage": {
"command": "npx",
"args": [
"-y",
"@trustedskills/asc-cli-usage"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables an AI agent to interact with the App Store Connect CLI. It allows agents to execute commands, retrieve information about apps and metadata, and automate tasks within the Apple ecosystem. The skill provides a way for agents to manage app store listings programmatically through command-line interface interactions.
When to use it
- Automating repetitive tasks like uploading screenshots or updating build status in App Store Connect.
- Retrieving specific information about an application, such as its current version number or release date.
- Generating reports on app metadata and performance metrics using CLI commands.
- Creating scripts for bulk updates of multiple apps within the Apple ecosystem.
Key capabilities
- Execute App Store Connect CLI commands
- Retrieve application metadata
- Automate tasks via command-line interface
Example prompts
- "Run
asc versionto check the installed version." - "Get the current build number for my app 'MyApp'."
- "Upload a new screenshot for 'MyApp' using the CLI."
Tips & gotchas
- Requires the App Store Connect CLI to be installed and configured on the system.
- Ensure proper authentication with Apple Developer account is set up before use.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.