android-service-account-guide
关于
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.
快速安装
Claude Code
推荐npx 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-service-account-guide在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
相关推荐技能
android-test-structure
其他这个Skill为Android项目自动创建androidTest目录结构,包含基础测试类和工具类。它专门用于快速搭建Espresso测试框架,需要先配置好Espresso依赖。开发者只需提供项目路径和包名,即可生成标准化的测试基础设施。
android-signing-config
其他这个Skill用于配置Android应用的发布签名,支持双源凭证管理:环境变量用于CI/CD流水线,gradle.properties用于本地开发。它自动检测并配置签名信息到build.gradle.kts文件中,要求keystores已预先创建在项目目录中。该工具简化了团队协作和自动化构建中的签名配置流程,确保安全凭证的分离管理。
android-release-build-setup
其他这个Skill为Android项目自动化配置完整的发布构建流程。它依次执行密钥库生成、ProGuard/R8配置和签名设置,确保生产环境和本地开发环境的安全构建。特别适合需要快速设置标准化发布流程的开发者,使用Kotlin DSL的Gradle项目可直接使用。
android-playstore-setup
其他这是一个用于Android应用内部测试发布的完整Play Store自动化配置工具。它通过Fastlane一站式处理版本管理、隐私政策生成、截图捕获和商店列表配置等部署准备工作。开发者可以用它快速搭建从代码到内部测试轨道的自动化发布流程,简化测试版本的分发。
