Asc Subscription Localization

🌐Community
by rudrankriyam Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add asc-subscription-localization npx -- -y @trustedskills/asc-subscription-localization
2

Or manually add to ~/.claude/settings.json

~/.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-cli to 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
rudrankriyam
Installs
0

🌐 Community

Passed automated security scans.