gplay-reports-download

Download Google Play Console financial and statistics reports from Google Cloud Storage buckets.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-reports-download-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gplay-reports-download
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/android-dev/skills/gplay-reports-download
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-reports-download-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Play Console reports are not accessible via REST API; this skill lists and downloads financial and statistics reports directly from Google Cloud Storage buckets to enable auditing and archival.

Core Features & Use Cases

  • List financial reports (earnings, sales, payouts, play_balance_krw, wht_statements) from GCS buckets.
  • List statistics reports (installs, ratings, crashes, store_performance, subscriptions) and download as needed.
  • Discover and correct bucket configuration, access permissions, and date-range selections for automated reporting workflows.

Quick Start

List earnings reports for a bucket and download them for a given date range.

Frequently Asked Questions about gplay-reports-download

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download Google Play Console reports automatically from Google Cloud Storage?

To download Google Play Console reports automatically, you retrieve financial and statistics reports directly from Google Cloud Storage buckets using a configured GCS authentication session and a valid bucket URI.

Why can't I access Google Play financial reports through the REST API?

Google Play financial reports are not accessible via REST API because the console publishes these earnings and sales files directly to Google Cloud Storage buckets, requiring direct GCS retrieval for auditing and archival.

What types of statistics reports can I download from Google Play GCS buckets?

You can download statistics reports including installs, ratings, crashes, store_performance, and subscriptions, alongside financial reports like earnings, sales, and payouts from configured Google Cloud Storage buckets.

Do I need a specific bucket-id to retrieve Google Play earnings reports?

Yes, retrieving Google Play earnings reports requires a configured authentication session, proper access permissions, and a valid bucket-id or URI to locate and download the specific financial data files.

What is the best way to fix Google Cloud Storage bucket configuration for Play Store statistics?

The best way to fix Google Cloud Storage bucket configuration is to verify access permissions, validate the bucket-id or URI, and correct date-range selections to ensure successful statistics report downloads.

Can I list available payouts and sales reports before downloading from GCS?

Yes, you can list available financial reports such as payouts and sales for a given date range from your Google Cloud Storage bucket before initiating the actual download process.