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.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin google-play-developer-apiGuides usage of the Google Play Console CLI (gplay) including flags, output formats, pagination, auth, and command discovery. Use when running or designing gplay commands.
AI release agent for Google Play Store. Audits Android/Expo/React Native/Firebase/RevenueCat apps before submission — build readiness (app.json, eas.json, AAB, versionCode), Play Console metadata, Data Safety Form, Android permissions, RevenueCat/IAP, i18n parity (PT/EN/ES), policy-risk copy, internal/closed testing and staged rollout. Generates reports and a GO/NO-GO checklist. NEVER publishes or rolls out without explicit human approval. Use when preparing an Android app for Google Play, auditing a submission, generating release notes, validating Data Safety or permissions, or running a release go/no-go. Triggers on "prepara meu app para Google Play", "audita minha submissão Android", "gera checklist Google Play Review", "valida Data Safety", "valida permissões Android", "valida RevenueCat/IAP Android", "gera release notes para Google Play", "faz go/no-go de release Android", "prepara internal testing/closed testing", "audita risco de rejeição por policy".
Uploads Google Play Store listing metadata (title/description), images (icon/screenshots), release notes, and manages track releases and promotion via the mimi-seed MCP. For publishing Android apps.