BeClaude

rc

Official PluginDevelopmentby Anthropic

Configure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development workflow.

First seen 4/17/2026

Summary

The rc skill lets you manage RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code.

  • It eliminates context switching by allowing you to configure your in-app purchase backend without leaving your development workflow.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install rc@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Create a new RevenueCat project and configure its basic settings from the command line.
Add or update an app (iOS, Android, etc.) to an existing RevenueCat project.
Define subscription products with pricing tiers and durations for your app.
Set up entitlements and link them to specific products for access control.
Organize products into offerings (e.g., monthly, yearly) for A/B testing or promotions.
List all products or entitlements in a project to audit your current configuration.

Usage Examples

1

/rc create project --name MyGame --platform ios,android

2

/rc add product --project MyGame --identifier premium_monthly --type subscription --price 9.99

3

/rc list entitlements --project MyGame

View source on GitHub

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is rc?

The rc skill lets you manage RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. It eliminates context switching by allowing you to configure your in-app purchase backend without leaving your development workflow.

How to install rc?

To install rc: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install rc@<marketplace>. Finally, /plugin in Claude Code.

What is rc best for?

rc is a plugin categorized under Development. Created by Anthropic.

What can I use rc for?

rc is useful for: Create a new RevenueCat project and configure its basic settings from the command line.; Add or update an app (iOS, Android, etc.) to an existing RevenueCat project.; Define subscription products with pricing tiers and durations for your app.; Set up entitlements and link them to specific products for access control.; Organize products into offerings (e.g., monthly, yearly) for A/B testing or promotions.; List all products or entitlements in a project to audit your current configuration..