skills$openclaw/revenuecat
jeiting9.0k

by jeiting

revenuecat – OpenClaw Skill

revenuecat is an OpenClaw Skills integration for writing workflows. RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.

9.0k stars8.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namerevenuecat
descriptionRevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs. OpenClaw Skills integration.
ownerjeiting
repositoryjeiting/revenuecat
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @jeiting/revenuecat
last updatedFeb 7, 2026

Maintainer

jeiting

jeiting

Maintains revenuecat in the OpenClaw Skills directory.

View GitHub profile
File Explorer
19 files
.
references
api-v2.md
3.5 KB
customers.md
23.2 KB
entitlements.md
8.4 KB
error-handling.md
5.1 KB
integrations.md
7.6 KB
metrics.md
5.2 KB
offerings.md
14.5 KB
paywalls.md
1.0 KB
products.md
6.4 KB
projects.md
15.7 KB
purchases.md
5.9 KB
rate-limits.md
1.5 KB
subscriptions.md
22.3 KB
virtual-currencies.md
5.3 KB
scripts
rc-api.sh
506 B
_meta.json
273 B
SKILL.md
3.8 KB
SKILL.md

name: revenuecat description: RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs. license: MIT metadata: { "openclaw": { "emoji": "😻", "requires": { "bins": ["curl"], "env": ["RC_API_KEY"] }, "primaryEnv": "RC_API_KEY", }, }

RevenueCat

Query RevenueCat metrics and search documentation.

Config

Set RC_API_KEY environment variable, which should be a v2 secret API key.

Context

Query the RevenueCat API (GET /projects) 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.

API Access

{baseDir}/scripts/rc-api.sh <endpoint>

Example: {baseDir}/scripts/rc-api.sh /projects to list projects.

Start with {baseDir}/references/api-v2.md for auth, pagination, and common patterns. Then load the domain file you need:

DomainFileCovers
Customersreferences/customers.mdCRUD, attributes, aliases, entitlements, subscriptions, purchases, invoices, virtual currencies, actions
Subscriptionsreferences/subscriptions.mdList, get, transactions, cancel, refund, management URL
Productsreferences/products.mdCRUD, create in store, test prices
Offeringsreferences/offerings.mdOfferings, packages, package products
Entitlementsreferences/entitlements.mdCRUD, attach/detach products
Purchasesreferences/purchases.mdList, get, refund, entitlements
Projectsreferences/projects.mdProjects, apps, API keys, StoreKit config
Metricsreferences/metrics.mdOverview metrics, charts, chart options
Paywallsreferences/paywalls.mdPaywall creation
Integrationsreferences/integrations.mdIntegrations CRUD
Virtual Currenciesreferences/virtual-currencies.mdVirtual currencies CRUD
Error Handlingreferences/error-handling.mdError handling
Rate Limitsreferences/rate-limits.mdRate limits

Only load the reference file relevant to the current task — don't load them all.

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.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

Configuration

Set `RC_API_KEY` environment variable, which should be a v2 secret API key.

FAQ

How do I install revenuecat?

Run openclaw add @jeiting/revenuecat in your terminal. This installs revenuecat into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jeiting/revenuecat. Review commits and README documentation before installing.