Jump to related tools in the same category or review the original source on GitHub.

Search & Research @jeiting Updated 2/26/2026

😻 Revenuecat OpenClaw Skill - ClawHub

Do you want your AI agent to automate Revenuecat workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.

Install

npx clawhub@latest install revenuecat

Full SKILL.md

Open original
namedescriptionlicense
revenuecatRevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.MIT

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.

Local API Reference

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

Domain File Covers
Customers references/customers.md CRUD, attributes, aliases, entitlements, subscriptions, purchases, invoices, virtual currencies, actions
Subscriptions references/subscriptions.md List, get, transactions, cancel, refund, management URL
Products references/products.md CRUD, create in store, test prices
Offerings references/offerings.md Offerings, packages, package products
Entitlements references/entitlements.md CRUD, attach/detach products
Purchases references/purchases.md List, get, refund, entitlements
Projects references/projects.md Projects, apps, API keys, StoreKit config
Metrics references/metrics.md Overview metrics, charts, chart options
Paywalls references/paywalls.md Paywall creation
Integrations references/integrations.md Integrations CRUD
Virtual Currencies references/virtual-currencies.md Virtual currencies CRUD
Error Handling references/error-handling.md Error handling
Rate Limits references/rate-limits.md 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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/jeiting/revenuecat

Related skills

If this matches your use case, these are close alternatives in the same category.