Agent skill

Google Play Console

Google Play Store publishing and management expertise

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill google-play-console --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/google-play-console/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Google Play Console Skill ## Overview This skill provides comprehensive capabilities for Google Play Store publishing and management. It enables interaction with Google Play Developer API, store listing management, release track configuration, and app lifecycle management. ## Allowed Tools - `bash` - Execute bundletool, Gradle, and Google Cloud commands - `read` - Analyze store listing files and configurations - `write` - Generate metadata files and API configurations - `edit` - Update Play Store metadata - `glob` - Search for metadata and graphics files - `grep` - Search for patterns in configurations ## Capabilities ### Google Play Developer API 1. **API Authentication** - Configure service account credentials - Implement OAuth 2.0 authentication - Handle API quotas and limits - Configure project permissions 2. **App Management** - Create and manage app listings - Configure app content rating - Manage target audience settings - Handle app categories ### Build Management 3. **AAB Upload** - Upload Android App Bundles - Validate AAB files with bundletool - Configure build versioning - Handle upload errors 4. **Build Information** - Track upload status - Configure native code debu

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. Google Play Developer API
  5. Build Management
  6. Release Management
  7. Store Listing
  8. Data Safety
  9. In-App Products
  10. Testing
  11. Target Processes
  12. Dependencies
  13. Required
  14. Optional
Ships with 1 file
  • README.md
Commands it runs
Create service account in Google Cloud Console
Link to Play Console
Validate AAB
bundletool validate --bundle=app-release.aab
Build APKs from AAB
bundletool build-apks \
Install APKs on device
bundletool install-apks --apks=app.apks
Get device spec
bundletool get-device-spec --output=device-spec.json
More from babysitter
All skills →
About this skill
What does the Google Play Console skill do?

Google Play Store publishing and management expertise

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill google-play-console --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going