← Back to Skills Marketplace
byungkyu

google-play

by byungkyu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
16967
Downloads
12
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install google-play
Description
Google Play Developer API (Android Publisher) integration with managed OAuth. Manage apps, subscriptions, in-app purchases, and reviews. Use this skill when users want to interact with Google Play Console programmatically. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Usage Guidance
Install only if you intend to let Maton mediate Google Play Developer API access. Review the account and scopes during OAuth, prefer read-only access where possible, and require explicit confirmation before any operation that changes app listings, subscriptions, purchases, reviews, or edits.
Capability Assessment
Credentials
Network access and Google Play account authorization are necessary for this integration; the fallback raw HTTP mode requires a MATON_API_KEY but is limited to environments where the CLI cannot be installed and includes handling warnings.
Install Mechanism
Installation depends on the third-party Maton CLI via npm or Homebrew, which is disclosed and coherent with the gateway-based purpose.
Instruction Scope
The skill clearly says to default to read/list calls, require explicit approval for connection creation and all POST/PUT/PATCH/DELETE operations, specify connections when ambiguous, and treat API-returned content as untrusted data.
Persistence & Privilege
OAuth tokens or API keys are stored by the Maton CLI/profile and OS credential store, which is disclosed; the skill explicitly forbids reading, printing, dumping, or persisting credentials outside that mechanism.
Purpose & Capability
The capability matches the stated purpose: programmatic Google Play Developer API access for apps, in-app products, subscriptions, purchases, reviews, and edits.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-play
  3. After installation, invoke the skill by name or use /google-play
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.4
- Updated all endpoints to use https://api.maton.ai instead of https://gateway.maton.ai and https://ctrl.maton.ai. - Simplified connection management instructions and updated example code to new base URL. - Improved connection selection guidance, recommending always specifying the Maton-Connection header if multiple connections exist. - Added a section on security and permissions, clarifying required user approval for write operations. - Removed the LICENSE.txt file.
v1.0.3
- Added a `clawdbot` section to skill metadata, including an emoji and required environment variable (`MATON_API_KEY`). - No code or functionality changes; documentation and metadata update only.
v1.0.2
- Documentation style and formatting updates in SKILL.md. - No functional or API changes; documentation content remains consistent. - Minor cleanup for clarity and consistency in usage examples.
v1.0.1
- Added guidance in the description to use the api-gateway skill for third party apps other than Google Play. - Replaced cURL and Python requests code examples with Python scripts using urllib for all example API interactions. - Updated Quick Start instructions to use Python/urllib for improved clarity and consistency. - Changed authentication example syntax to use shell variable ($MATON_API_KEY) for clarity. - Standardized all code snippets to Python with urllib for connection management and API requests.
v1.0.0
Initial release of Google Play Developer API integration. - Integrates Google Play Developer (Android Publisher) API via managed OAuth. - Manage app listings, subscriptions, in-app purchases, reviews, and more programmatically. - Includes API reference and example code for listing, creating, updating, and deleting Google Play resources. - Supports multiple Google OAuth connections and connection management via Maton control panel. - Requires a Maton API key for authentication; setup instructions provided. - REST endpoints are proxied through Maton gateway for simplified access and auth handling.
Metadata
Slug google-play
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is google-play?

Google Play Developer API (Android Publisher) integration with managed OAuth. Manage apps, subscriptions, in-app purchases, and reviews. Use this skill when users want to interact with Google Play Console programmatically. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 16967 downloads so far.

How do I install google-play?

Run "/install google-play" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is google-play free?

Yes, google-play is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does google-play support?

google-play is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created google-play?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.2.0.

💬 Comments