Gplay Vitals Monitoring
Continuously monitors game server health metrics like CPU, memory, and network latency to proactively identify performance issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gplay-vitals-monitoring npx -- -y @trustedskills/gplay-vitals-monitoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gplay-vitals-monitoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gplay-vitals-monitoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gplay-vitals-monitoring skill allows you to monitor Google Play Vitals data directly from the command line. It retrieves and displays key metrics like ANR rate, crash rate, and app start time, providing insights into your application's performance and stability on Android devices. This helps developers proactively identify and address issues impacting user experience.
When to use it
- Performance Regression Detection: Quickly check vitals after a new release to ensure no regressions have been introduced.
- Root Cause Analysis: Investigate sudden drops in app ratings or negative user reviews by examining vital signs data.
- Scheduled Reporting: Automate the retrieval of vital metrics for regular reporting and tracking trends over time.
- Incident Response: During a production incident, use this skill to rapidly assess the impact on key vitals.
Key capabilities
- Retrieves Google Play Vitals data.
- Displays ANR rate.
- Displays crash rate.
- Displays app start time.
Example prompts
- "Show me the current crash rate for my app."
- "What's the average app start time over the last 7 days?"
- "Get the latest ANR rate data."
Tips & gotchas
- Requires authentication with Google Play Console. Ensure you have configured your
gplayCLI credentials correctly before using this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.