playstore

Automate Android app deployment to Google Play with signed AABs.

Updated May 16, 2026
One-click install
npx skills add https://github.com/aryaxt/aryaxt-skills --skill playstore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playstore
Source: https://github.com/aryaxt/aryaxt-skills/tree/main/skills/playstore
Command: npx skills add https://github.com/aryaxt/aryaxt-skills --skill playstore

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires googleapis, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying an Android app to the Google Play Store, handling tasks such as version bumping, building signed AABs, and uploading to the Play Developer API.

Core Features & Use Cases

  • Version Bumping: Automatically determine the highest available version code and bump it accordingly.
  • Build and Sign: Generate a signed Android App Bundle (AAB) ready for upload.
  • Upload to Google Play: Upload the AAB to the specified Google Play track with detailed release notes.
  • Use Case: After a successful update or feature addition in your Android app, use this Skill to push the changes to the Google Play Store.

Quick Start

Use the playstore skill to deploy the current version of your Android app to the 'internal' track.

Frequently Asked Questions about playstore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deploying an Android app to Google Play?

Yes, you can automate Android app deployment by managing versionCode bumping, building signed AABs, and uploading them directly to the Google Play Developer API. This streamlines pushing updates to specified release tracks.

What do I need to upload an Android App Bundle to the Play Developer API?

To upload an Android App Bundle to the Play Developer API, you need access to the Google Play Developer API and Android SDK tools. These prerequisites allow the automated script to handle app signing and interact with your release tracks.

Can I automatically bump the versionCode when building a signed AAB?

Yes, the deployment process can automatically determine the highest available versionCode and bump it accordingly when building a signed AAB. This ensures your new Android App Bundle upload is correctly versioned for Google Play.

Does this Android deployment process support different Google Play release tracks?

Yes, the Android deployment process supports uploading your signed AAB to specified Google Play tracks, such as the internal track. This allows you to manage your release cycles and distribute updates efficiently.

What is the best way to push Android feature updates to the Play Store?

The best way to push Android feature updates is to use an automated deployment script that bumps the versionCode, builds a signed AAB, and uploads it to the Google Play Developer API. This handles release notes and track targeting efficiently.