What problem does it solve? Google Play Console reports are not available via the REST API; they live as CSV/ZIP files in Google Cloud Storage buckets, making manual retrieval tedious and error-prone. This Skill automates listing and downloading financial reports (earnings, sales, payouts) and statistics reports (installs, ratings, crashes) directly from those GCS buckets. ## Core Features & Use Cases - Financial Report Access: List and download earnings, sales, payouts, play balance, and withholding tax statement reports filtered by type and month range. - Statistics Report Access: Retrieve installs, ratings, crashes, store performance, and subscription metrics filtered by package name and date range. - Structured Output: Get results as JSON, table, or Markdown for scripting, CI/CD archival, or analysis pipelines. - Use Case: Automate a monthly finance review by downloading all earnings and sales reports for the quarter into a local directory, or pull crash statistics for an app to feed into a quality dashboard. ## Quick Start Ask the AI to list all earnings reports from your Play Console bucket for the last quarter and download them into a local reports folder.