This helps Claude run commands for the Google Play Developer Console using the gpd CLI. It covers command discovery with help flags, publishing apps, managing monetization, and follows clean conventions like explicit long flags and JSON output. The skill enforces non-interactive workflows, requiring --confirm for destructive operations, which is smart for AI agents that can't handle prompts. Part of a broader collection that started with App Store Connect tools but now includes Google Play. If you're automating Android app deployments or need to query Play Console data programmatically, this gives Claude the context to build correct commands without fumbling through flag syntax.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-cli-usage