gplay-vitals-monitoring

Monitor Android app crashes, ANRs, and performance metrics via gplay CLI.

43|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-vitals-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gplay-vitals-monitoring
Source: https://github.com/tamtom/gplay-cli-skills/tree/main/skills/gplay-vitals-monitoring
Command: npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-vitals-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you proactively monitor and manage your Android application's stability and performance by leveraging Google Play Console's vitals data, preventing issues before they impact users.

Core Features & Use Cases

  • Crash and ANR Monitoring: Track and analyze crash clusters and Application Not Responding (ANR) events.
  • Performance Metrics: Review startup time, rendering performance, battery usage, and permission denials.
  • Error Reporting: Identify and investigate critical errors impacting your app.
  • Use Case: When a new app version is released, use this Skill to check for any spikes in crash rates or ANRs within the first 48 hours to quickly identify and address regressions.

Quick Start

Use the gplay-vitals-monitoring skill to list crash clusters for the package com.example.app.

Frequently Asked Questions about gplay-vitals-monitoring

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

FAQPage Schema
How do I monitor Android app vitals like crashes and ANRs from Google Play Console?

To monitor Android app vitals, you can use this Skill to execute gplay CLI commands that retrieve crash clusters, ANR events, and performance metrics directly from your Google Play Console data.

Can I check Android app crash rates after releasing a new version?

Yes, you can check crash rates after a new release by using this Skill to analyze crash clusters and ANR spikes, helping you quickly identify and address regressions impacting app stability.

What performance metrics can I review for my Android application?

You can review Android app performance metrics including startup time, rendering performance, battery usage, and permission denials by leveraging the vitals data accessed through gplay CLI commands.

Do I need a service account to access Google Play Console vitals data?

Yes, accessing Google Play Console vitals data requires a configured gplay CLI tool and appropriate service account permissions to retrieve crash, ANR, and performance metrics for your Android application.

How do I list crash clusters for a specific Android package?

You can list crash clusters for a specific Android package by instructing this Skill to query the vitals data using the gplay CLI tool with your target package name, such as com.example.app.

What is the best way to track Application Not Responding events for Android apps?

The best way to track ANR events is to use this Skill to pull Application Not Responding data from Google Play Console vitals, allowing you to investigate critical errors and assess app stability.