Lets you query RevenueCat metrics and search their documentation directly from your editor. You'll need a v2 secret API key set as RC_API_KEY, which gives you access to a single project. The skill pulls project info first, then you can make subsequent API calls using a simple shell script wrapper. It's straightforward if you're already managing subscriptions through RevenueCat and want to check revenue data or customer metrics without context switching to their dashboard. The implementation is minimal, basically a thin wrapper around their API, so don't expect much beyond raw data queries. Good for quick checks during development, less useful if you need complex analytics or multi-project oversight.
npx skills add https://github.com/revenuecat/revenuecat-skill --skill revenuecat