gps-users

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

A tool guide for managing people who can access Google Play Console and the apps in a developer account. Google Play Console is Google's website for publishing and managing Android apps.

In plain words
What is it for?
Use it to list account users, invite or remove collaborators, and grant, update, or revoke access to a specific Android app.
Why use it?
It removes the need to remember separate operations for inviting users, changing access, and removing permissions. It also distinguishes access to one app from wider account access.

Skill for Claude CodeCodex

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-users
Any agent
npx skills add appeeky/google-play-console-cli --skill gps-users
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-users

README.md
[![agentmods](https://agentmods.dev/badge/skills/appeeky/google-play-console-cli/gps-users.svg)](https://agentmods.dev/skills/appeeky/google-play-console-cli/gps-users)
Your own site
<a href="https://agentmods.dev/skills/appeeky/google-play-console-cli/gps-users"><img src="https://agentmods.dev/badge/skills/appeeky/google-play-console-cli/gps-users.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 239 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 $0.00034 $0.00239
Opus 5 $0.00017 $0.00120
Sonnet 5 $0.00007 $0.00048
Haiku 4.5 $0.00003 $0.00024

Measured 3d ago against content hash 6256197630e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gps-users 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 3d 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-users/SKILL.md · 34 lines

What it actually says

Play Console users and grants

These flows are exposed primarily via the ops registry / MCP (not always as short CLI verbs).

gps ops users
gps call gps_list_users '{"developerId":"DEVELOPER_ID"}'

Common ops:

Op Purpose
gps_list_users List users
gps_create_user Invite / create user
gps_patch_user Update user
gps_delete_user Remove user
gps_create_grant Grant app access
gps_patch_grant Update grant
gps_delete_grant Remove grant

Agent rules

  • Destructive user/grant changes need explicit user confirmation.
  • You need the Play developer account id for list/create user calls.
  • Prefer grants scoped to the target app package rather than broad account admin when the user only asked for app access.
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. 3d ago First seen · 34 lines · 34 tokens per session scan A 6256197630e0

Subscribe to this mod's changes

gps-users is a skill published in the GitHub repository appeeky/google-play-console-cli (13 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 239 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

agent-platform-tuning

Agent Platform Model Tuning. Use when you need to fine-tune open models or Gemini models using Agent Platform infrastructure. Don't use for model training outside Agent Platform, model deployment to endpoints (use agent-platform-deploy), or managing serving endpoints (use agent-platform-endpoint-management).

google/skills · 64 tokens

application-design-center-design-deploy

Processes GCP infrastructure design and deployment workflows within Application Design Center (ADC). Use when: - Designing GCP infrastructure with Terraform. - Validating local HCL. - Performing best-practice plan scans. - Importing templates to Application Design Center (ADC). - Deploying templates. - Troubleshooting…

google/skills · 94 tokens

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens

gemini-api

Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI, Google Cloud, or Agent Platform. Guides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like multimodal inputs, tools, media…

google/skills · 83 tokens

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

speckit-specify

Create or update the feature specification from a natural language feature description.

unoplatform/uno · 19 tokens