Asc Subscription Localization
This skill localizes Asc subscriptions by translating content and adjusting pricing to match regional markets, boosting global reach.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add asc-subscription-localization npx -- -y @trustedskills/asc-subscription-localization
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"asc-subscription-localization": {
"command": "npx",
"args": [
"-y",
"@trustedskills/asc-subscription-localization"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, asc-subscription-localization, allows you to retrieve subscription details from the App Store Connect API. Specifically, it fetches information about subscriptions, including product identifiers and pricing details. It leverages the app store connect command line interface (CLI) for interaction with Apple's servers.
When to use it
- You need to programmatically access your App Store Connect subscription products and their associated pricing tiers.
- You want to automate tasks related to managing subscriptions, such as verifying product configurations or generating reports on pricing.
- When integrating subscription management into a larger workflow involving other Apple developer tools.
- To quickly retrieve specific details about a subscription product without manual inspection in App Store Connect.
Key capabilities
- Retrieves subscription products from App Store Connect.
- Fetches pricing tiers associated with each subscription product.
- Uses the app store connect CLI for API interaction.
Example prompts
- "Get me details about my 'Premium' subscription product."
- "What are the pricing tiers for my 'Basic' subscription?"
- βList all available subscription products.β
Tips & gotchas
- Requires the
app-store-connect-clito be installed and configured with valid credentials. - Ensure you have appropriate permissions in App Store Connect to access subscription product information.
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.