gplay-team

gplay-team is a skill for Claude Code, Codex from PollyGlot/google-play-cli-skills. It costs 65 tokens per session (895 once invoked), scanned A, original, MIT.

A command-line workflow for managing members of a Google Play Developer account and their per-app access. It includes an offline catalogue of permission names and predefined role bundles such as viewer, tester-manager, release-manager, and admin.

In plain words
What is it for?
Use it to list or invite account members, remove or audit a member, grant or adjust access for a specific app, and find the permission alias or role bundle needed for a change.
Why use it?
It makes account and app permissions easier to look up and change without guessing Google’s permission names. It also distinguishes account-wide membership from access to one app.

Skill for Claude CodeCodex

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

Good fit Use it to list or invite account members, remove or audit a member, grant or adjust access for a specific app, and find the permission alias or role bundle needed for a change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pollyglot/google-play-cli-skills/gplay-team
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.

Any agent
npx skills add PollyGlot/google-play-cli-skills --skill gplay-team
Clone the repo
git clone --depth 1 https://github.com/PollyGlot/google-play-cli-skills

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 gplay-team

README.md
[![agentmods](https://agentmods.dev/badge/skills/pollyglot/google-play-cli-skills/gplay-team/github.svg)](https://agentmods.dev/skills/pollyglot/google-play-cli-skills/gplay-team)
Your own site
<a href="https://agentmods.dev/skills/pollyglot/google-play-cli-skills/gplay-team"><img src="https://agentmods.dev/badge/skills/pollyglot/google-play-cli-skills/gplay-team/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gplay-team

Your own site · 80×15
<a href="https://agentmods.dev/skills/pollyglot/google-play-cli-skills/gplay-team"><img src="https://agentmods.dev/badge/skills/pollyglot/google-play-cli-skills/gplay-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 895 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00065 $0.00895
Opus 5 $0.00032 $0.00447
Sonnet 5 $0.00013 $0.00179
Haiku 4.5 $0.00006 $0.00089

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

Security

Grade A, and why

gplay-team 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 10d 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/gplay-team/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

gplay team (users + grants + permissions)

Two write surfaces and one offline reference: account-wide membership (team users), per-app access (team grants), and the permission vocabulary (team permissions). Shared conventions (auth, output, exit codes) are in gplay-cli-usage.

Permission vocabulary (start here)

gplay team permissions                 # account-scope aliases + role bundles
gplay team permissions --scope app     # the per-app enum family
gplay team permissions --output json   # marks the admin-conferring alias/bundle

team permissions is offline (no API call, no credential) and is the single source of truth the write commands resolve --role / --permissions through (ADR-0016). It lists the curated aliases and the frozen role bundles: viewer, reviewer, tester-manager, release-manager, admin. Writes express permissions in friendly form, --role <bundle> XOR --permissions <alias,…>, and any raw CAN_* enum is also accepted. --scope account resolves the account-wide _GLOBAL family (for team users); --scope app resolves the bare per-app family (for team grants).

Account-wide members

gplay team users list
gplay team users view [email protected]    # one member: permissions + per-app grants
gplay team users add [email protected] --role release-manager
gplay team users set [email protected] --permissions CAN_REPLY_TO_REVIEWS_GLOBAL
gplay team users remove [email protected]

add invites a member (users.create); set declaratively replaces a member's account-wide permissions; remove off-boards them. These are the routine tier (CI-scriptable, no confirmation gate), except conferring admin: --role admin (or a permission set including the all-permissions enum) requires the named --grant-admin flag. Handing out full control is never silent (ADR-0017).

users view <email> answers "what can this person do?" in one call: their accessState, their account-wide permissions (admins flagged in the ADMIN field), and one row per app grant. The Play API has no users.get, so gplay lists the account and filters client-side, the same cost as team grants list --user. A member who is not on the account exits 30, so team users list is the way to see who is.

Read the full file on GitHub · 79 lines

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. 10d ago First seen · 79 lines · 65 tokens per session scan A 731e884498b4

Subscribe to this mod's changes

gplay-team is a skill published in the GitHub repository PollyGlot/google-play-cli-skills (5 stars, last pushed 7d ago), licensed MIT. It adds 65 tokens to every session and 895 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

field-service

Build ServiceNow Field Service Management — wmorder work orders, wmtask tasks, wmresource technicians with skills/territories, dispatch/auto-assignment, mobile status updates, and time entries.

serac-labs/serac · 42 tokens

expo-eas-submit

App Store Connect and Google Play Console upload flow with EAS Submit, metadata, build-artifact selection, review notes, and phased release. Triggers on eas submit, app store connect, google play, asc api key, service account, metadata, screenshot, phased release, review notes, testflight, internal testing, production…

fatihkan/badi · 75 tokens

asc-submission

Prepare an app for App Store submission or TestFlight distribution using the App Store Connect MCP server. Use when user says "prepare submission", "submit to app store", "prepare for review", "update metadata", "set what's new", "check submission readiness", "distribute to testflight", or wants to manage App Store…

markdavidgan/apple-dev-skills · 78 tokens

app-store-prep

When preparing a release build or responding to rejection reasons.

sawrus/agent-guides · 0 tokens

app-store-launch-orchestrator

Coordinate an Apple app from idea research through specification, design, development, testing, App Store Connect, compliance, review recovery, release, and post-launch measurement. Use when the user asks to create, finish, ship, publish, launch, or assess an iPhone, iPad, macOS, watchOS, tvOS, or visionOS app; when…

MartinPuli/createAnApp · 99 tokens

dev-story

Read a story file and implement it end-to-end. Loads PRD requirement, governing ADR, control manifest, and routes to the right framework specialist (RN/Flutter/iOS/Android). Use when a story has passed /story-readiness and is ready to be built.

cenconq25/claude-code-app-studio · 58 tokens