Gpd Id Resolver
This skill resolves GPD (Global Positioning Data) IDs to their corresponding location coordinates, streamlining geospatial data access and analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gpd-id-resolver npx -- -y @trustedskills/gpd-id-resolver
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gpd-id-resolver": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gpd-id-resolver"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gpd-id-resolver skill resolves identifiers used within the App Store Connect API. It allows you to translate human-readable names or partial IDs into their corresponding numerical IDs, which are required for many API calls. This simplifies interactions with the App Store Connect API by removing the need to manually look up these IDs.
When to use it
- You need to automate tasks involving the App Store Connect API and require specific app or user IDs.
- You're working with a team where different members might refer to apps using names instead of IDs.
- You are scripting workflows that rely on consistent identification of App Store Connect resources.
- You want to avoid manually searching for numerical IDs when interacting with the API.
Key capabilities
- Resolves app identifiers by name or partial ID.
- Provides numerical IDs required for App Store Connect API calls.
- Simplifies automation workflows involving App Store Connect.
Example prompts
- "What is the ID of the app 'My Awesome Game'?"
- "Resolve the App Store Connect ID for '1234567890'."
- "Find the ID associated with the partial identifier 'abcde'."
Tips & gotchas
The skill requires access to your App Store Connect account and appropriate permissions. Ensure that the AI agent has been configured with valid credentials to interact with the App Store Connect API for accurate resolution of identifiers.
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.