dl-alexandre/skills

gpd-cli-usage

Guidance for using the Google Play Developer CLI (flags, output formats, auth, pagination). Use when asked to run or design gpd commands for Play Console workflows.

First seen Mar 10, 2026

Installation

$ npx skills add dl-alexandre/skills --skill gpd-cli-usage

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dl-alexandre/skills · top by installs.

npx skills add dl-alexandre/skills

Browse all from dl-alexandre/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch master
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,119 B
  • docs SUMMARY.md 185 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 30 installs

SKILL.md

GPD CLI usage

Use this skill when you need to run or design gpd commands for Google Play Developer Console.

Command discovery

  • Always use --help to confirm commands and flags.

- gpd --help - gpd publish --help - gpd monetization --help

Flag conventions

  • Use explicit long flags (for example: --package, --track, --status).
  • No interactive prompts; destructive operations require --confirm.
  • Use --all when the user wants all pages.

Output formats

  • Default output is minified JSON.
  • Use --pretty for readable JSON during debugging.

Authentication and defaults

  • Service account auth via GPDSERVICEACCOUNT_KEY is required.
  • Validate access for a package:

- gpd auth check --package com.example.app

Safety

  • Use --dry-run when available before destructive operations.
  • Prefer edit lifecycle (gpd publish edit create) for multi-step publishing.