Gpd Cli
Gpd Cli provides a command-line interface for interacting with GPT models, streamlining development and experimentation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gpd-cli npx -- -y @trustedskills/gpd-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gpd-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gpd-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gpd-cli skill allows AI agents to interact with the App Store Connect API via a command line interface. It can be used to retrieve information about apps, users, and other resources within the Apple ecosystem. This enables automated tasks like checking app status, managing user permissions, or generating reports related to iOS development.
When to use it
- Automated Reporting: Generate daily/weekly reports on app performance metrics directly from App Store Connect data.
- User Management: Automate adding or removing users with specific roles and permissions in your Apple Developer account.
- App Status Monitoring: Receive alerts when an app's status changes (e.g., goes live, gets rejected).
- Metadata Retrieval: Quickly extract specific metadata about apps for documentation or internal tracking purposes.
Key capabilities
- Command-line interface to App Store Connect API
- Retrieval of app information
- User management functionality
- Ability to check app status
Example prompts
- "Get the current status of my iOS app 'My Awesome Game'."
- "List all users with the 'Developer' role in my team."
- "Retrieve the metadata for app ID 1234567890."
Tips & gotchas
- Requires an Apple Developer account and API credentials to function.
- Familiarity with command-line interfaces is helpful for effective 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.