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.
npx agentmods add instructions/pollyglot/google-play-cli-skills/agents-mdgit clone --depth 1 https://github.com/PollyGlot/google-play-cli-skillsWrote 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.
[](https://agentmods.dev/instructions/pollyglot/google-play-cli-skills/agents-md)<a href="https://agentmods.dev/instructions/pollyglot/google-play-cli-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/pollyglot/google-play-cli-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00445 | $0.00445 |
| Opus 5 | $0.00222 | $0.00222 |
| Sonnet 5 | $0.00089 | $0.00089 |
| Haiku 4.5 | $0.00044 | $0.00044 |
Grade A, and why
google-play-cli-skills AGENTS.md 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 today.
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.
What it actually says
CLAUDE.md
Agent skills pour le CLI gplay
(Google Play Developer API) — un SKILL.md par skill sous skills/<nom>/,
distribués via skills.sh.
- Les skills pilotent
gplay, le CLI est la source de vérité. Avant de pousser, lancepython3 scripts/check-skills.py: il résout chaque invocation documentée contre le binaire installé et échoue sur un flag ou une commande qui n'existe pas. La CI le rejoue sur chaque PR et tous les lundis, pour attraper la dérive causée par une release de gplay. Il échoue aussi sur toute commande du binaire qu'aucune skill ne nomme : après une release de gplay,brew upgrade gplaypuis relance-le avant d'analyser. - Merge :
mainexige le check CIcheckvert et un historique linéaire, pas de revue humaine. Une PR verte se merge avecgh pr merge <n> --squash --delete-branch, sans--admin. Un lundi rouge ouvre une issueskills-driftavec la sortie du script : c'est le ticket de la PR de rattrapage. - Ajouter ou renommer une skill change le pack que
gplay install-skillsépingle (commands/installskills/skills-pin.jsondans le repo du CLI, commit- liste exacte). Après le merge ici, ouvre la PR jumelle de repin là-bas,
typée
fixpour qu'une release la livre.
- liste exacte). Après le merge ici, ouvre la PR jumelle de repin là-bas,
typée
- Rédaction en anglais, instructions actionnables pour un agent, suivre
le skill global
writing-for-agents. - Pas de tiret cadratin dans la prose des skills, la barrière le refuse. Les blocs de code en sont exemptés : ils citent ce que le binaire imprime.
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.
- today Changed · +11 lines · +207 tokens per session 718659c2f528
- 5d ago First seen · 16 lines · 238 tokens per session scan A 104265213f1f
google-play-cli-skills AGENTS.md is an instructions file published in the GitHub repository PollyGlot/google-play-cli-skills (5 stars, last pushed 2d ago), licensed MIT. It adds 445 tokens to every session, about $0.0022 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.
Other instructions, from other repositories
MobiAI-Core CLAUDE.md
Claude Code instructions for ArisGuimera/MobiAI-Core, covering mobiai — mobile development ai ecosystem, bootstrap and principles.
freetube CLAUDE.md
Instructions for leshkodev/freetube, covering claude.md, 1. what this project is, 2. non-negotiable constraints, 3. tech stack (locked) and 4. project structure.
ConsultMe CLAUDE.md
Claude Code instructions for Tarek-Bohdima/ConsultMe, covering claude.md, project context, common commands, module graph and conventions enforced by tooling.
phone-mcp CLAUDE.md
Claude Code instructions for premex-ab/phone-mcp, covering claude.md, project overview, build commands, architecture and module layout.
dev-challenge CLAUDE.md
Claude Code instructions for micheltlutz/dev-challenge, covering claude.md, the one rule to internalise, slash commands, subagents and skills.
android-media-pack CLAUDE.md
Instructions for sunnat629/android-media-pack, covering claude.md, what this repository is, commands, markdown lint (config in .markdownlint-cli2.jsonc) and shell script lint.