Asc Id Resolver

🌐Community
by rudrankriyam · vlatest · Repository

This skill resolves ASC IDs to their corresponding full names, streamlining data lookup and improving accuracy in your workflows.

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-id-resolver npx -- -y @trustedskills/asc-id-resolver
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "asc-id-resolver": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/asc-id-resolver"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The asc-id-resolver skill resolves App Store Connect identifiers (IDs) for apps, bundles, and other resources. It allows you to retrieve these IDs using various search parameters like app name or bundle ID. This is useful for automating tasks that require specific App Store Connect resource identifiers.

When to use it

  • You need to automate an iOS build process requiring a specific app's ID.
  • You want to script the retrieval of information about an app based on its display name.
  • You are building a tool that interacts with the App Store Connect API and needs to dynamically look up resource IDs.
  • You’re automating testing workflows involving multiple apps and need their IDs programmatically.

Key capabilities

  • Resolves App Store Connect identifiers by app name.
  • Resolves App Store Connect identifiers by bundle ID.
  • Supports retrieving IDs for various resources (apps, bundles).

Example prompts

  • "Find the App Store Connect ID for 'My Awesome Game'."
  • "What is the identifier for the bundle ID com.example.myapp?"
  • "Get the app ID associated with the name 'Super Productivity App'."

Tips & gotchas

The skill relies on accurate and complete information in App Store Connect. Ensure that the app names or bundle IDs you provide are exact matches to what's registered in App Store Connect for reliable results.

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.