google-play

Manages app listings, in-app products, subscriptions, purchases and reviews via Google Play API.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill google-play
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-play
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/google-play
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill google-play

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the management of Google Play Console tasks, including app listings, subscriptions, in-app purchases, and reviews, eliminating the need for manual console interaction.

Core Features & Use Cases

  • App Management: Programmatically update app listings, manage in-app products, and handle subscriptions.
  • Purchase & Review Handling: Acknowledge purchases, cancel subscriptions, and reply to user reviews.
  • Use Case: A developer can use this skill to automatically update the description of their app across all regions or to process a batch of subscription cancellations.

Quick Start

Use the google-play skill to list all in-app products for the package name 'com.example.app'.

Frequently Asked Questions about google-play

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

FAQPage Schema
How do I automate Google Play app management and subscriptions programmatically?

You can automate Google Play app management by using the Google Play Developer API to programmatically manage Android applications, update app listings, and handle subscriptions without manual console interaction.

Can I reply to user reviews and manage in-app purchases for Android apps via API?

Yes, you can handle in-app purchases and user reviews via the API to acknowledge purchases, cancel subscriptions, and programmatically reply to user reviews for your Android applications.

What do I need to manage Google Play Console tasks through an API?

You need network access and a valid Maton API key to authenticate and authorize operations via managed OAuth when integrating with the Google Play Developer API.

Is it possible to batch update app listings across all regions on Google Play?

Yes, you can programmatically update app listings and batch process tasks like updating descriptions across all regions or processing multiple subscription cancellations automatically.

What operations are supported for managing in-app products on the Google Play Developer API?

Supported operations for in-app products include listing all products for a specific package name, managing subscriptions, acknowledging purchases, and handling subscription cancellations.