From google-play-developer-api
Google Play Developer API knowledge base and automation expert. Use when interacting with or integrating the Google Play Developer API for publishing, in-app products, subscriptions, reviews, or reporting. Note that this skill provides the API knowledge (e.g. fastlane supply, googleapis endpoints) and differs from google-play-release-agent which is for release checklists and audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-play-developer-api:google-play-developer-apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill contains the comprehensive knowledge for interacting with the Google Play Developer API.
This skill contains the comprehensive knowledge for interacting with the Google Play Developer API.
Unlike the google-play-release-agent which focuses on human-in-the-loop release audits, readiness checklists, and Data Safety validation, this skill focuses strictly on API integration, payload construction, and automation via direct endpoints or tools like fastlane supply.
Automate the app distribution process.
fastlane supply (which uses the Publishing API under the hood) or raw REST calls to androidpublisher.edits.Manage monetization items programmatically.
monetization.subscriptions endpoints. Modern standard for configuring base plans, billing periods, pricing, and offers.inappproducts endpoint for managing one-time purchase products.Manage user feedback.
Extract and automate analysis of app performance data.
When automating:
fastlane supply over writing custom API calls, as it provides a robust, well-maintained wrapper around the Publishing API.googleapis Endpoints: Use Google's Node.js googleapis SDK or raw REST calls for tasks not covered by Fastlane, such as specific Subscriptions lifecycle management or querying the Reporting API for Android Vitals.Authentication always requires a Google Cloud Service Account linked to the Google Play Console with the necessary permissions.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin google-play-developer-api