RevenueChat(売上管理プラットフォーム)のプロジェクト設定内容を素早く確認できます。アプリ、商品、利用権、販売方法、通知機能など、プロジェクトの主要な構成要素の概要が得られます。
Get a quick overview of your RevenueCat project configuration including apps, products, entitlements, offerings, and webhooks.
RevenueCat プロジェクトの設定概要を素早く確認します。
このコマンドは、RevenueCat プロジェクトの以下の情報をまとめて表示します:
/revenuecat-status [project_name]
引数:
project_name(省略可): ステータスを表示するプロジェクト名。
指定しない場合は、アクセス可能なすべてのプロジェクトのステータスを表示します。スキル内では $ARGUMENTS として参照できます。
すべてのツール呼び出しには RevenueCat MCP サーバーを使用してください。
ユーザーがこのスキルを呼び出した場合、以下のステップを実行してください:
引数のパース($ARGUMENTS から取得)
project_name(省略可)を抽出するプロジェクトの取得
list-projects ツールを使用して、アクセス可能なすべてのプロジェクトを取得するproject_name が指定されている場合は、プロジェクト名でフィルタリングする(大文字・小文字を区別しない部分一致)project_name が指定されていない場合は、すべてのプロジェクトのステータスを表示する各プロジェクトの統計情報を収集する フィルタリング済み、またはすべてのプロジェクトに対して、以下のツールを使用する:
list-appslist-productslist-entitlementslist-offeringslist-webhook-integrationsサマリーの表示 結果を以下の形式でステータスレポートとして整形する:
📊 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}
...
問題のハイライト(該当する場合)
Get 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)
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。