RevenueCat プロジェクトの設定内容(アプリ、商品、利用権、オファリング(収益化パッケージ)、ウェブフック(自動通知機能))をまとめて確認できます。
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 による自動翻訳です。