revenuecat
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.
3installs
Added on
NPX Install
npx skill4agent add revenuecat/revenuecat-skill revenuecatTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →RevenueCat
Query RevenueCat metrics and search documentation.
Config
Set environment variable, which should be a v2 secret API key.
RC_API_KEYContext
Query the RevenueCat API () to get information about the project you have access to. Your RevenueCat API key allows access to a single project. Use the project ID in subsequent API calls.
GET /projectsAPI Access
bash
{baseDir}/scripts/rc-api.sh <endpoint>Example: to list projects.
{baseDir}/scripts/rc-api.sh /projectsLocal API Reference
Start with for auth, pagination, and common patterns. Then load the domain file you need:
{baseDir}/references/api-v2.md| Domain | File | Covers |
|---|---|---|
| Customers | | CRUD, attributes, aliases, entitlements, subscriptions, purchases, invoices, virtual currencies, actions |
| Subscriptions | | List, get, transactions, cancel, refund, management URL |
| Products | | CRUD, create in store, test prices |
| Offerings | | Offerings, packages, package products |
| Entitlements | | CRUD, attach/detach products |
| Purchases | | List, get, refund, entitlements |
| Projects | | Projects, apps, API keys, StoreKit config |
| Metrics | | Overview metrics, charts, chart options |
| Paywalls | | Paywall creation |
| Integrations | | Integrations CRUD |
| Virtual Currencies | | Virtual currencies CRUD |
| Error Handling | | Error handling |
| Rate Limits | | Rate limits |
Only load the reference file relevant to the current task — don't load them all.
Remote Documentation Search
The RevenueCat documentation is available at https://www.revenuecat.com/docs. Use https://www.revenuecat.com/docs/llms.txt and /sitemap.xml as a guide to the content that is available. Add .md to the end of a documentation URL to get the markdown version of the page.