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
How do I install this agent skill?
npx skills add https://github.com/revenuecat/ai-toolkit --skill revenuecat-store-stateIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides instructions for managing app store product states through RevenueCat MCP tools. No security risks were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Managing 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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/revenuecat/ai-toolkit/revenuecat-store-state">View revenuecat-store-state on skillZs</a>