revenuecat-store-state
SkillUse when the user wants to inspect or change the state of products in App Store Connect or Google Play Console (prices, availability, review screenshots) via the RevenueCat MCP store-state tools
Install
git clone https://github.com/RevenueCat/rc-claude-code-plugin.git ~/.claude/skills/revenuecat-store-stateWhat is revenuecat-store-state?
Use when the user wants to inspect or change the state of products in App Store Connect or Google Play Console (prices, availability, review screenshots) via the RevenueCat MCP store-state tools
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Inherit all session tools
Declares no tool restrictions — inherits every session tool
~49 tokens of context used while enabled, before you invoke anything
Documentation
README · ~1 min readManaging product store state
The RevenueCat MCP store-state tools read and write product state — status, pricing, availability, and review metadata — directly in App Store Connect and Google Play Console. Reads are immediate; writes are asynchronous operations that must be polled for completion.
Refer to the MCP tool schemas for the exact parameters of each tool.
Recommended flow
- Inspect first. Call
get-product-store-stateto understand the current state of the product before making any change. - Upload a review screenshot if needed. If the user has a review screenshot to attach, call
upload-product-store-state-screenshotbefore setting the state. - Apply the change. Call
set-product-store-statewith the desired changes. - Poll for completion. Call
get-product-store-state-operationuntilstatusissucceededorfailed. If the operation fails, report the error details back to the user instead of retrying blindly. - Equalize territory pricing if warned. If
warningsindicates incomplete subscription territory pricing, callequalize-subscription-prices.
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →SwiftUI-Agent-Skill
SwiftUI agent skill for Claude Code, Codex, and other AI tools.
4.4K stars
ios-simulator-skill
An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude's ability to build, run and interact with your apps. I mainly use it as an xcodebuild wrapper to save context.
1.2K stars
kotlin-agent-skills
A collection of AI agent skills useful for projects using Kotlin language
972 stars