Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-financial-reports"
Install specific skill from multi-skill repository
# Description
Use when discovering or downloading Google Play financial reports from Cloud Storage with gpc, especially for normalized JSON, table, csv, or tsv outputs.
# SKILL.md
name: gpc-financial-reports
description: Use when discovering or downloading Google Play financial reports from Cloud Storage with gpc, especially for normalized JSON, table, csv, or tsv outputs.
gpc Financial Reports
Overview
Use this skill when finance or operations workflows need Play earnings exports from Cloud Storage.
Workflow
- List available report objects first.
Usegpc reports financial list --bucket play_financial_reports --prefix earnings/. - Download and normalize the desired object.
Usegpc reports financial get --gcs-uri gs://play_financial_reports/earnings/earnings_2026-03.csv --output json. - Choose the output format for the downstream consumer:
jsonfor automationtablefor terminal reviewcsvortsvfor spreadsheet workflows
Notes
- Keep the bucket and prefix explicit in automation.
- Treat Cloud Storage access failures separately from Play Console API issues.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.