Get a quick overview of your RevenueCat project configuration including apps, products, entitlements, offerings, and webhooks.
64
76%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./revenuecat/skills/revenuecat-status/SKILL.mdGet a quick overview of your RevenueCat project configuration.
This command provides a summary of your RevenueCat project including:
/revenuecat-status [project_name]Arguments:
project_name (optional): Name of the project to show status for. If not provided, shows status for all accessible projects.Can be referenced as $ARGUMENTS in the skill.
Use the RevenueCat MCP server for all tool calls.
When the user invokes this skill, perform the following steps:
Parse Arguments (from $ARGUMENTS)
project_name (optional)Get Projects
list-projects tool to retrieve all accessible projectsproject_name is specified in arguments, filter projects by name (case-insensitive partial match)project_name provided, show status for all projectsGather Statistics for Each Project For each project (filtered or all), use the following tools:
list-appslist-productslist-entitlementslist-offeringslist-webhook-integrationsPresent Summary Format the results as a clear status report:
📊 RevenueCat Project Status
============================
Project: {project_name} ({project_id})
📱 Apps: {count}
- {app_name} ({platform})
...
📦 Products: {count}
- {product_identifier} ({type})
...
🔑 Entitlements: {count}
- {entitlement_name}
...
🎁 Offerings: {count}
- {offering_name} (current: yes/no)
...
🔗 Webhooks: {count}
- {webhook_name} → {url}
...Highlight Issues (if any)
407e465
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.