This walks Claude through using the gplay CLI for Google Play Console operations. It covers command discovery with help flags, authentication via service accounts, output formats (JSON by default, table or markdown for readability), and environment variables for defaults and timeouts. You'll want this when automating releases, managing tracks, or scripting Play Console workflows. The skill emphasizes explicit flags over interactivity and includes patterns for pagination, dry runs, and edit sessions. Honest take: the comprehensive command reference and flag conventions make it genuinely useful for avoiding trial and error with an unfamiliar CLI, especially the distinctions between high-level commands like release versus manual edit session management.
npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-cli-usage