gps-monetization

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

A toolkit for managing the products an Android app sells through Google Play, including subscriptions, one-time products, offers, and older in-app purchases.

In plain words
What is it for?
Use it to list or inspect products, update subscriptions and offers, and convert prices between currencies. It does not handle purchase refunds or purchase tokens.
Why use it?
It avoids manually navigating product catalogs and helps distinguish current product APIs from the older in-app purchase system.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/appeeky/google-play-console-cli/gps-monetization.svg)](https://agentmods.dev/skills/appeeky/google-play-console-cli/gps-monetization)
Your own site
<a href="https://agentmods.dev/skills/appeeky/google-play-console-cli/gps-monetization"><img src="https://agentmods.dev/badge/skills/appeeky/google-play-console-cli/gps-monetization.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 252 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.00051 $0.00252
Opus 5 $0.00026 $0.00126
Sonnet 5 $0.00010 $0.00050
Haiku 4.5 $0.00005 $0.00025

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

Security

Grade A, and why

gps-monetization 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 5d 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-monetization/SKILL.md · 32 lines

What it actually says

Monetization catalogs

gps --package $PKG subscriptions list --json
gps --package $PKG subscriptions get monthly_premium
gps --package $PKG otp list --json
gps --package $PKG iap list --json
gps --package $PKG convert-prices --currency USD --units 9 --nanos 990000000

Advanced create/patch/batch/base-plan/offer ops:

gps ops subscription
gps ops offer
gps call gps_get_subscription '{"packageName":"'"$PKG"'","productId":"monthly_premium"}'

Rules

  • Prefer subscriptions / OTP APIs for new catalogs; iap is legacy inappproducts.
  • Do not invent prices or product ids — read first, then patch with user-provided fields.
  • Purchase tokens, acknowledge, refund → skill gps-purchases.
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. 5d ago First seen · 32 lines · 51 tokens per session scan A 55747b15cb59

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

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

user-journey-tracking

Track user journeys with intent context and friction signals. Use when instrumenting onboarding, checkout, or any multi-step flow where you need to understand WHY users fail.

nexus-labs-automation/mobile-observability · 39 tokens

onesub

Use this skill when the user wants to add in-app purchases (subscriptions, consumables, or non-consumables) to a React Native / Expo mobile app. onesub is the open-source server side of react-native-iap — one line of Express middleware validates Apple StoreKit 2 and Google Play Billing receipts. Pair it with the…

jeonghwanko/onesub · 0 tokens

storekit

In-app purchases and subscriptions on iOS/iPadOS/macOS with StoreKit 2 (iOS 26 era) — fetch products with Product.products(for:), buy with Product.purchase and switch on PurchaseResult (.success/.pending/.userCancelled), always unwrap VerificationResult (.verified/.unverified), gate access from…

TalissonVitorino/kmp-ios-skills · 242 tokens

app-paywall-pilot

Design, audit, debug, and implement App Store-compliant mobile paywalls, subscription flows, pricing screens, trials, offers, feature gates, and subscription lifecycle UX. Use when the user asks to audit my paywall, fix App Store 3.1.2 rejection, improve trial-to-paid, choose plans/prices/trials, review…

Nikolai-Iakubovskii/app-paywall-pilot · 101 tokens

play-billing-library-version-upgrade

Use this skill when upgrading or migrating an Android project from any legacy Google Play Billing Library (PBL) version to the latest stable version of PBL.

arindamxd/camerax-android · 39 tokens