android-playstore-api-validation

Validate Google Play Store API configuration using a service account.

3|1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/hitoshura25/claude-devtools --skill android-playstore-api-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-playstore-api-validation
Source: https://github.com/hitoshura25/claude-devtools/tree/main/skills/android-playstore-api-validation
Command: npx skills add https://github.com/hitoshura25/claude-devtools --skill android-playstore-api-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, google-api-python-client, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a ready-to-run validation workflow to verify Google Play Store API connectivity using a service account, ensuring secure access and correct configuration before publishing.

Core Features & Use Cases

  • API connectivity validation: Checks service account credentials and API access to the Android Publisher API.
  • Permission readiness: Validates required Play Console permissions and confirms package access for deployment.
  • Use Case: Teams can automatically verify their Play Store setup in CI/CD pipelines before releasing a new build.

Quick Start

  • Install dependencies: pip install -r scripts/requirements-playstore.txt
  • Run validation: python3 scripts/validate-playstore.py ~/path/to/service-account.json com.example.app
  • Review output for confirmation messages and next steps.

Frequently Asked Questions about android-playstore-api-validation

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

FAQPage Schema
How do I validate Google Play Store API access using a service account?

Validate Google Play Store API access by running a Python script with your service account JSON file and package name. It checks credentials, required scopes, and package access to confirm deployment readiness.

What does Play Store API connectivity validation check for app publishing?

Play Store API connectivity validation checks service account credentials, API access to the Android Publisher API, required Play Console permissions, and package name access to ensure secure app publishing readiness.

Can I use this Play Store API validation in CI/CD pipelines?

Yes, you can use this Play Store API validation in CI/CD pipelines. Teams automatically verify their Play Store setup before releasing a new build across development, staging, and production workflows.

Do I need google-api-python-client to verify Android Publisher API configuration?

Yes, you need google-api-python-client and google-auth installed to verify Android Publisher API configuration. Install dependencies via pip and run the validation script with your service account file.

Why does my Play Store API service account validation fail before publishing?

Play Store API service account validation fails when the service account file, required scopes, or package name do not meet prerequisites. The validation script reports results to identify configuration issues.

What's the best way to check Play Console API permissions for deployment readiness?

The best way to check Play Console API permissions for deployment readiness is running an automated validation script. It verifies service account credentials, required scopes, and package access for app publishing.