RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install revenuecat或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install revenuecat⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/revenuecat/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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", }, } ---
Query RevenueCat metrics and search documentation.
Set RC_API_KEY environment variable, which should be a v2 secret API key.
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.
{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:
| 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.
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.
安装 RevenueCat 后,可以对 AI 说这些话来触发它
Help me get started with RevenueCat
Explains what RevenueCat does, walks through the setup, and runs a quick demo based on your current project
Use RevenueCat to revenueCat metrics, customer data, and documentation search
Invokes RevenueCat with the right parameters and returns the result directly in the conversation
What can I do with RevenueCat in my data & analytics workflow?
Lists the top use cases for RevenueCat, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/revenuecat/ 目录(个人级,所有项目可用),或 .claude/skills/revenuecat/(项目级)。重启 AI 客户端后,用 /revenuecat 主动调用,或让 AI 根据上下文自动发现并使用。
RevenueCat 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
RevenueCat 可免费安装使用。请查阅仓库了解许可证信息。
RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.
RevenueCat 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using RevenueCat
Identifies repetitive steps in your workflow and sets up RevenueCat to handle them automatically