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 skills add appeeky/google-play-console-cli --skill gps-purchasesgit clone --depth 1 https://github.com/appeeky/google-play-console-cliWrote 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/skills/appeeky/google-play-console-cli/gps-purchases)<a href="https://agentmods.dev/skills/appeeky/google-play-console-cli/gps-purchases"><img src="https://agentmods.dev/badge/skills/appeeky/google-play-console-cli/gps-purchases.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.00045 | $0.00302 |
| Opus 5 | $0.00023 | $0.00151 |
| Sonnet 5 | $0.00009 | $0.00060 |
| Haiku 4.5 | $0.00005 | $0.00030 |
Grade A, and why
gps-purchases 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 6d 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.
What it actually says
Purchases and orders
Product purchases
gps --package $PKG purchases product PRODUCT_ID TOKEN
gps --package $PKG purchases product-v2 PRODUCT_ID TOKEN
gps --package $PKG purchases ack-product PRODUCT_ID TOKEN --confirm
gps --package $PKG purchases consume PRODUCT_ID TOKEN --confirm
Subscriptions
gps --package $PKG purchases subscription TOKEN
gps --package $PKG purchases cancel-subscription SUBSCRIPTION_ID TOKEN --confirm
gps --package $PKG purchases revoke-subscription SUBSCRIPTION_ID TOKEN --confirm
Defer / acknowledge via ops: gps_defer_subscription, gps_acknowledge_subscription.
Voided + orders
gps --package $PKG purchases voided --json
gps --package $PKG orders get ORDER_ID
gps --package $PKG orders refund ORDER_ID --confirm
Safety
- Never refund/revoke/cancel without explicit user confirmation.
- Prefer inspect (
get/subscription/voided) first. - MCP:
gps_get_product_purchase,gps_get_subscription_purchase,gps_refund_order, …
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.
- 6d ago First seen · 43 lines · 45 tokens per session scan A 4c6a80b65496
gps-purchases is a skill published in the GitHub repository appeeky/google-play-console-cli (13 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 302 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.
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.
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.
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…
passkit
Apple Pay and Wallet passes on iOS with PassKit — build a PKPaymentRequest (merchantIdentifier, supportedNetworks, merchantCapabilities .threeDSecure/.credit/.debit, PKPaymentSummaryItem, PKContactField shipping/billing), present PKPaymentAuthorizationController with its delegate (async didAuthorizePayment →…
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…
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…