Back to Skills

android-service-account-guide

majiayu000
Updated 13 days ago
21 views
58
9
58
View on GitHub
Otherapidesign

About

This skill provides a guided workflow for developers to create Google Cloud service accounts with Play Store API access. It generates setup documentation and walks through the manual configuration process step-by-step. Use this when you need to automate Play Store deployments or integrate with Google Play Developer API.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/android-service-account-guide

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/android-service-account-guide
0

Related Skills

android-signing-config

Other

This 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.

View skill

android-playstore-setup

Other

This skill automates Google Play Store deployment setup for Android apps, specifically for the internal testing track. It orchestrates Fastlane configuration, version management, asset generation, and privacy policy setup. Use it to streamline the complete preparation process for internal distribution.

View skill

android-release-build-setup

Other

This 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.

View skill

android-playstore-scan

Other

This skill analyzes Android projects to automatically generate a Play Console setup checklist based on code inspection. It scans manifests, build files, and dependencies to detect requirements like permissions, SDKs, and privacy policy needs without modifying any source files. Use it to accelerate store submission by pre-filling configuration answers and identifying missing elements.

View skill