revenuecat

revenuecat is a skill for Claude Code, Codex from ashish7802/awesome-api-skills. It costs 0 tokens per session (536 once invoked), scanned A, original, MIT.

A service for managing mobile in-app purchases from Apple and Google. It lets a backend check subscriptions and grant access to paid features called entitlements.

In plain words
What is it for?
It helps verify mobile subscriptions, update a local database, process subscription webhooks, and protect backend calls and webhook data.
Why use it?
It keeps subscription status in sync without repeatedly checking the purchase provider for every premium request, while webhooks report purchases, renewals, and cancellations.

Skill for Claude CodeCodex

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

Good fit It helps verify mobile subscriptions, update a local database, process subscription webhooks, and protect backend calls and webhook data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ashish7802/awesome-api-skills/revenuecat
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 ashish7802/awesome-api-skills --skill revenuecat
Clone the repo
git clone --depth 1 https://github.com/ashish7802/awesome-api-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 revenuecat

README.md
[![agentmods](https://agentmods.dev/badge/skills/ashish7802/awesome-api-skills/revenuecat/github.svg)](https://agentmods.dev/skills/ashish7802/awesome-api-skills/revenuecat)
Your own site
<a href="https://agentmods.dev/skills/ashish7802/awesome-api-skills/revenuecat"><img src="https://agentmods.dev/badge/skills/ashish7802/awesome-api-skills/revenuecat/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 revenuecat

Your own site · 80×15
<a href="https://agentmods.dev/skills/ashish7802/awesome-api-skills/revenuecat"><img src="https://agentmods.dev/badge/skills/ashish7802/awesome-api-skills/revenuecat.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 536 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00536
Opus 5 $0.00000 $0.00268
Sonnet 5 $0.00000 $0.00107
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

revenuecat 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.

The scan reads SKILL.md. This mod also ships 4 executable files (examples/basic.py, examples/check.ts, examples/webhook-auth.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/revenuecat/SKILL.md · 59 lines

How it starts

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

RevenueCat API Skill

Quick Start

RevenueCat manages mobile in-app purchases (Apple/Google) seamlessly. The REST API allows your backend to verify user subscription status and grant entitlements.

  # Standard fetch/axios is used for REST API

Common Workflows

Entitlement Verification

When a user accesses a premium feature, your backend queries the RevenueCat API (/v1/subscribers/{app_user_id}) to check if the 'Pro' entitlement is active.

Production Patterns

Webhooks

Do not constantly poll the Subscriber API. Configure RevenueCat Webhooks to push INITIAL_PURCHASE, RENEWAL, and CANCELLATION events to your backend. Sync this status to your local database (e.g., PostgreSQL).

Error Recovery

Handle HTTP 404 if the app_user_id does not exist in RevenueCat yet. Webhooks include retry logic; ensure your webhook handler is idempotent.

Security Notes

Use the X-RevenueCat-Authorization header with your secret API key for backend calls. Verify webhook signatures using the shared secret to prevent malicious payload injection.

Performance Considerations

Calling the Subscriber API on every single premium request adds latency. Cache the entitlement status locally in your database or Redis, and invalidate the cache when a webhook is received.

Testing Guidance

RevenueCat provides a sandbox environment. Use sandbox API keys and trigger test webhooks directly from the RevenueCat dashboard.

Troubleshooting

If entitlements aren't active, verify the user's app_user_id matches the exact string initialized in the iOS/Android client SDK.

References

Why use this skill

Use this when your agent works with revenuecat — structured patterns beat pasted docs and prevent common hallucinations.

AI pitfalls

  • Inventing webhook event names not in the vendor catalog
  • Using secret keys in client-side or browser code
  • Skipping signature verification on webhook payloads

Read the full file on GitHub · 59 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 59 lines · 0 tokens per session scan A e7641220547e

Subscribe to this mod's changes

revenuecat is a skill published in the GitHub repository ashish7802/awesome-api-skills (13 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 536 tokens. 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-09-03.

Related

Other skills, from other repositories

agent-device

Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.

callstack/agent-device · 69 tokens

android-emulator

Verify and debug native, React Native, Expo, or Flutter apps on an Android Emulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an Android virtual device.

callstack/agent-device · 65 tokens

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

ios-simulator

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

callstack/agent-device · 69 tokens

asc-revenuecat-catalog-sync

Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat products, entitlements, offerings, and packages using asc and RevenueCat MCP. Use when setting up or syncing subscription catalogs across ASC and RevenueCat.

rorkai/app-store-connect-cli-skills · 51 tokens

android-development

Android development with Kotlin, Jetpack Compose, and modern Android architecture. Use when building Android apps, implementing Material Design, or following Android best practices.

travisjneuman/.claude · 33 tokens