android-playstore-api-validation
About
This skill generates a Python script to validate your Google Play Store API connection and service account permissions. It requires a service account JSON key and your app's package name as inputs. Use this to quickly verify API access before implementing Play Store automation workflows.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/android-playstore-api-validationCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
android-test-structure
OtherThis skill creates a complete Android instrumentation test structure with base classes and utilities for Espresso testing. It generates the androidTest directory, BaseTest.kt for common setup, and TestUtils.kt for helper functions. Use it when starting Android UI testing to establish a consistent foundation.
android-signing-config
OtherThis skill automatically configures Android release signing with dual-source credential support, pulling from environment variables for CI/CD and gradle.properties for local development. It modifies the app-level build.gradle.kts file to set up signingConfigs after keystores are generated. Use this skill to streamline secure signing setup across different development environments.
android-release-build-setup
OtherThis skill fully configures Android release builds by sequentially running keystore generation, ProGuard/R8 setup, and signing configuration. It handles both production and local development environments with dual-source signing support. Use it to automate the complete release setup process for Android projects using Gradle Kotlin DSL.
android-fastlane-setup
OtherThis skill sets up Fastlane for Android Play Store deployment by generating configuration files for supply (release automation) and screengrab (screenshot automation). It creates the necessary Fastlane structure including Appfile, Fastfile, and metadata directories using your package name and service account credentials. Use this when you need to automate Android app releases and screenshot testing through Claude Code.
