
Gpd Cli Usage
- 36 installs
- 6 repo stars
- Updated July 3, 2026
- rudrankriyam/gpd-cli-skills
Helps with ai & agent building tasks.
About
gpd-cli-usage is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- gpd-cli-usage
- AI & Agent Building
- AI-coding skill
Gpd Cli Usage by the numbers
- 36 all-time installs (skills.sh)
- Ranked #8,638 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rudrankriyam/gpd-cli-skills --skill gpd-cli-usageAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 36 |
|---|---|
| repo stars | ★ 6 |
| Last updated | July 3, 2026 |
| Repository | rudrankriyam/gpd-cli-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
GPD CLI usage
Use this skill when you need to run or design gpd commands for Google Play Developer Console.
Command discovery
- Always use
--helpto confirm commands and flags. gpd --helpgpd publish --helpgpd monetization --help
Flag conventions
- Use explicit long flags (for example:
--package,--track,--status). - No interactive prompts; destructive operations require
--confirm. - Use
--allwhen the user wants all pages.
Output formats
- Default output is minified JSON.
- Use
--prettyfor readable JSON during debugging.
Authentication and defaults
- Service account auth via
GPD_SERVICE_ACCOUNT_KEYis required. - Validate access for a package:
gpd auth check --package com.example.app
Safety
- Use
--dry-runwhen available before destructive operations. - Prefer edit lifecycle (
gpd publish edit create) for multi-step publishing.
Related skills
AI & Agent Buildingagents