gps-compliance

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

A guide for managing Google Play data-safety declarations, app recovery actions, and device-tier settings. These are Google Play Console controls for describing data handling, recovering app installations, and configuring supported device groups.

In plain words
What is it for?
Use it to update data-safety declarations supplied by the user, list or manage app recovery actions, and list or create device-tier configurations.
Why use it?
It helps perform these administrative operations through the gps tooling while avoiding invented data-safety information or incomplete configuration details.

Skill for Claude CodeCodex

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

Good fit Use it to update data-safety declarations supplied by the user, list or manage app recovery actions, and list or create device-tier configurations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/appeeky/google-play-console-cli/gps-compliance
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 appeeky/google-play-console-cli --skill gps-compliance
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-compliance

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

Measured 7d ago against content hash 0f3e9438dd7b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gps-compliance 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 7d 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-compliance/SKILL.md · 39 lines

What it actually says

Compliance and recovery

Data safety

gps --package $PKG --confirm call gps_set_data_safety '{
  "packageName":"'"$PKG"'",
  "safetyLabels": { }
}'

Only set data safety when the user provides the declaration payload. Do not invent safety labels.

App recovery

gps --package $PKG recovery list
gps ops recovery

Ops: gps_list_app_recoveries, gps_create_app_recovery, gps_deploy_app_recovery, gps_cancel_app_recovery, gps_add_app_recovery_targeting.

Device tiers

gps --package $PKG device-tiers
gps call gps_list_device_tier_configs '{"packageName":"'"$PKG"'"}'

Writes (create) require --confirm and a valid config body from the user or an existing template.

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. 7d ago First seen · 39 lines · 37 tokens per session scan A 0f3e9438dd7b

Subscribe to this mod's changes

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

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI/greenlight · 65 tokens

android-expert

Expert in Android development with Jetpack Compose, Material Design, ViewModel, and modern Android architecture. Use when the user mentions mobile, Kotlin, Jetpack Compose, Material Design, or Google, or when the task involves Android Architecture, Android Components, Jetpack Libraries, or Activity/Fragment Lifecycle.

personamanagmentlayer/pcl · 64 tokens

app-store-review

Audit an iOS app's App Store submission readiness and rejection risk for a fintech app — App Review Guidelines domains (Safety/Performance/Business/Design/Legal), PrivacyInfo.xcprivacy (NSPrivacyAccessedAPITypes required-reason APIs, NSPrivacyTrackingDomains, NSPrivacyCollectedDataTypes), App Privacy nutrition labels…

TalissonVitorino/kmp-ios-skills · 219 tokens

admob-policy

Diagnose and fix any AdMob, Google Publisher, or Google Play ads policy violation in a native Android app — full catalog of Policy Center issues with the concrete code fix for each. Covers Modified ad behavior, accidental clicks, unexpected interstitials, ad density, ads interfering with navigation, inventory value…

SajjadMohammed/admob-policy-skill · 330 tokens

ipaship-audit

Use when auditing iOS/Android app submissions for compliance with Apple App Store Review Guidelines or Google Play Developer Policies. Scan .ipa, .apk, or .zip files against official store policies, generate structured compliance reports, and identify violations with remediation steps.

atharvnaik1/ipaship-audit · 57 tokens

app-store-compliance

Run an enterprise pre submission compliance audit on a mobile app project before uploading to the Apple App Store or Google Play. Use when the user is about to submit, ship, or release an iOS or Android app, when an app was rejected and needs a fix plan, when reviewing App Store Review Guidelines or Google Play policy…

mjmirza/app-store-compliance · 108 tokens