gps-troubleshooting

gps-troubleshooting is a skill for Claude Code, Codex from appeeky/google-play-console-cli. It costs 47 tokens per session (376 once invoked), scanned A, original, MIT.

A guide for diagnosing failed Google Play Publisher commands and unexpected results. Google Play Publisher is the service that lets tools manage a published Android app.

In plain words
What is it for?
Use it when commands return errors or empty reviews, especially while checking authentication, app access, package names, write permissions, and available operations.
Why use it?
It helps identify whether a problem comes from missing credentials, incorrect app permissions, the wrong package name, read-only mode, or a required confirmation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/appeeky/google-play-console-cli/gps-troubleshooting
Any agent
npx skills add appeeky/google-play-console-cli --skill gps-troubleshooting
Clone the repo
git clone --depth 1 https://github.com/appeeky/google-play-console-cli

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gps-troubleshooting

README.md
[![agentmods](https://agentmods.dev/badge/skills/appeeky/google-play-console-cli/gps-troubleshooting.svg)](https://agentmods.dev/skills/appeeky/google-play-console-cli/gps-troubleshooting)
Your own site
<a href="https://agentmods.dev/skills/appeeky/google-play-console-cli/gps-troubleshooting"><img src="https://agentmods.dev/badge/skills/appeeky/google-play-console-cli/gps-troubleshooting.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 376 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00376
Opus 5 $0.00023 $0.00188
Sonnet 5 $0.00009 $0.00075
Haiku 4.5 $0.00005 $0.00038

Measured 6d ago against content hash ad2c602a4d61, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

gps-troubleshooting scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gps-troubleshooting/SKILL.md · 51 lines

What it actually says

Troubleshooting gps

1. Auth first

gps whoami
Error Fix
No credentials found Set GOOGLE_APPLICATION_CREDENTIALS or --credentials
401 Regenerate SA key; confirm API enabled
403 Invite SA in Play Console with app access

2. Wrong package

Use the exact application id (com.example.app). Listings/tracks succeeding for one package and failing for another usually means permissions are app-scoped.

3. Empty reviews

reviews list{ "reviews": [] } is often normal: Publisher API only returns a recent slice of reply-eligible reviews. Verify auth with tracks list / listings list.

4. Read-only surprises

--read-only / MCP --read-only blocks writes (deploy, reply, refund, …). Track/listing reads still work (ephemeral edit, never committed).

Message Meaning
Cannot perform write operation … in read-only mode Drop --read-only or use a write-enabled session after user approval

5. Writes without confirm

CLI write commands fail without --confirm. Add it only after the user clearly asked for the mutation.

6. Discovery

gps ops <keyword>
gps search <keyword>

If a subcommand is missing, use gps call / MCP with the registry name.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 51 lines · 47 tokens per session scan A ad2c602a4d61

Subscribe to this mod's changes

gps-troubleshooting is a skill published in the GitHub repository appeeky/google-play-console-cli (13 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 376 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

google-mobile-ads-validate

Validates a project's Google Mobile Ads (GMA) SDK integration for iOS, Android, or Unity projects. Use when conducting a full pre-launch audit of an app that integrates GMA SDK or when validating any individual GMA SDK integration checks, such as when validating ad unit IDs and ad formats, SKAdNetwork IDs, mediation…

google/skills · 84 tokens

argent-metro-debugger

Debug a JS runtime via CDP using argent debugger tools. Primary path is React Native via Metro (iOS / Android / Vega); a subset of the tools (debugger-connect, debugger-status, debugger-evaluate, debugger-log-registry) also drive a Chromium (CDP) app's renderer (an Electron app, or any Chromium browser exposing CDP)…

software-mansion/argent · 104 tokens

argent-react-native-optimization

Optimizes a React Native app by profiling first to find real bottlenecks, then sweeping for mechanical issues. Entry-point for all performance work. Use when the app feels slow, user asks to optimize, fix re-renders, reduce jank, or improve startup. Delegates to argent-react-native-profiler for measurement.

software-mansion/argent · 71 tokens

argent-native-profiler

Native profiling for CPU hotspots, UI hangs, memory issues. iOS via xctrace; Android via Perfetto. Use when diagnosing native-level performance issues.

software-mansion/argent · 37 tokens

Debroid CLI Debugger

Orchestrate headless Android debugging via JDWP. ACTIVATE this skill whenever asked to debug an Android application, set line or exception breakpoints, inspect runtime variables or Jetpack Compose state, step through execution, evaluate live expressions, watch fields, or diagnose runtime crashes.

PatilShreyas/debroid · 61 tokens

compose-performance

Use when investigating Jetpack Compose recomposition cost, compiler stability reports, skippability, unstable parameters, frame-rate State reads, cross-phase snapshot back-writing, or @ReadOnlyComposable contracts.

chrisbanes/skills · 42 tokens