• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLOfficialdevelopment

revenuecat-dashboard-links

プラグイン
rc
ソース
GitHub で見る ↗
説明

RevenueCat ダッシュボード内のページ(商品構成・商品・顧客・設定・連携・決済画面・実験など)にリンクする方法について説明します。 フィルター機能付きのグラフにリンクする場合は revenuecat-charts を、フィルター機能付きの顧客リスト一覧にリンクする場合は revenuecat-audiences を使用してください。

原文を表示

How to link to pages in the RevenueCat dashboard (offerings, products, customers, settings, integrations, paywalls, experiments, etc.). For chart links with filters, use revenuecat-charts; for filtered customer lists, use revenuecat-audiences.

ユースケース
  • RevenueCatダッシュボード内のページへリンク
  • 商品構成・商品・顧客など各ページへ遷移
  • フィルター機能付きグラフにリンク
  • フィルター機能付き顧客リストにリンク
本文(日本語訳)

ダッシュボードのリンク

https://app.revenuecat.com/... 形式のリンクを共有して、ユーザーが見ている画面を開けるようにしてください。 IDを勝手に作ってはいけません。IDがない場合は、ユーザーに確認するか、リンクを省略してください。

rc コマンドラインツール(revenuecat-cli スキルを参照)を使うと、rc open [section] [id] --print で大まかなセクション(paywalls、customers、experiments、charts、apps、overview、settings、integrations、catalog、api-keys、audit-logs)のディープリンク(特定ページへの直接リンク)を表示できます。特定のリソースが必要な場合は、下記のルールを参考にしてください。

グラフ・指標のリンク(フィルタと日付範囲付き) には revenuecat-charts を、フィルタをかけた顧客リストとオーディエンス には revenuecat-audiences を使用してください。

URLのルール

  • ベースURL:https://app.revenuecat.com
  • パス内の {projectId} は 短い16進法のID(例:56965ae1)であり、proj56965ae1 ではありません。 list-projects が返すIDは proj で始まるため、ダッシュボードのURLでは接頭辞を削除してください。
  • すべての {param} をAPI/MCPレスポンスから取得した実際のIDで埋めてください。
  • revenuecat-charts や revenuecat-audiences で指定された場合以外、クエリパラメータを追加しないでください。
  • /customer-lists/{listId} の $listId は、オーディエンスの customer_list_id(list…)です。id(aud…)ではありません。

アカウント(プロジェクトなし)

パス ページ
/overview ホーム / アカウント概要
/settings/account アカウント設定
/settings/billing RevenueCatプランと請求
/settings/billing/invoices 請求書
/settings/security セキュリティ、2段階認証
/projects/add プロジェクト作成

プロジェクトのページ

すべてのパスの前に /projects/{projectId} を付けてください。

パス ページ
/ または /overview プロジェクト概要
/apps アプリ一覧
/apps/{appId} アプリ詳細、ストア認証情報
/new-app アプリ追加
/api-keys APIキー
/sdk-compatibility SDKバージョンと機能互換性
/settings プロジェクト設定
/collaborators チームメンバーと権限
/audit-logs 監査ログ
/product-catalog/entitlements 利用権一覧
/product-catalog/entitlements/{entitlementId} 利用権詳細
/product-catalog/products 商品一覧
/product-catalog/products/{productId} 商品詳細
/product-catalog/product-editor 商品一括編集
/product-catalog/offerings オファー一覧
/product-catalog/offerings/{offeringId} オファー詳細
/product-catalog/virtual-currencies アプリ内通貨
/paywalls 料金画面一覧
/paywalls/{paywallId}/builder 料金画面ビルダー
/targeting ターゲティングルール
/experiments 実験一覧
/experiments/{experimentId} 実験詳細 / 結果
/lifecycle/customer-center カスタマーセンター設定
/lifecycle/winback 復帰キャンペーン
/lifecycle/retention リテンション(継続率改善)オファー
/funnels Webファネル(購買段階の分析)
/charts グラフホーム(フィルタ付きグラフURLは revenuecat-charts を参照)
/benchmarks ベンチマーク
/customer-lists オーディエンス / 顧客リスト
/customer-lists/{listId} 保存済みオーディエンス(customer_list_id)
/customers/{appUserId} 顧客プロフィール
/integrations 連携ホーム
/integrations/webhooks Webhook

使用例

オファー詳細:

https://app.revenuecat.com/projects/56965ae1/product-catalog/offerings/ofrng_default

料金画面ビルダー:

https://app.revenuecat.com/projects/56965ae1/paywalls/pw_abc123/builder
原文(English)を表示

Dashboard links

Share https://app.revenuecat.com/... links so the user can open the page you are talking about. Do not invent IDs. If you do not have one, ask or omit the link.

Via the rc CLI (see the revenuecat-cli skill): rc open [section] [id] --print prints a deep link for a coarse section (paywalls, customers, experiments, charts, apps, overview, settings, integrations, catalog, api-keys, audit-logs). Use the routes below when you need a specific resource.

For chart/metric links with filters and date ranges, use revenuecat-charts. For filtered customer lists and audiences, use revenuecat-audiences.

URL rules

  • Base: https://app.revenuecat.com
  • {projectId} in these paths is the short hex ID (e.g. 56965ae1), not proj56965ae1. list-projects returns IDs starting with proj — strip that prefix for dashboard URLs.
  • Fill every {param} with a real ID from an API/MCP response.
  • Do not add query parameters unless revenuecat-charts or revenuecat-audiences says so.
  • $listId on /customer-lists/{listId} is an audience's customer_list_id (list…), not its id (aud…).

Account (no project)

Path Page
/overview Home / account overview
/settings/account Account settings
/settings/billing RevenueCat plan and billing
/settings/billing/invoices Billing invoices
/settings/security Security, 2FA
/projects/add Create a project

Project pages

Prefix every path with /projects/{projectId}.

Path Page
/ or /overview Project overview
/apps Apps list
/apps/{appId} App details, store credentials
/new-app Add an app
/api-keys API keys
/sdk-compatibility SDK versions and feature compatibility
/settings Project settings
/collaborators Team members and roles
/audit-logs Audit logs
/product-catalog/entitlements Entitlements list
/product-catalog/entitlements/{entitlementId} Entitlement detail
/product-catalog/products Products list
/product-catalog/products/{productId} Product detail
/product-catalog/product-editor Bulk product editor
/product-catalog/offerings Offerings list
/product-catalog/offerings/{offeringId} Offering detail
/product-catalog/virtual-currencies In-app currencies
/paywalls Paywalls list
/paywalls/{paywallId}/builder Paywall builder
/targeting Targeting rules
/experiments Experiments list
/experiments/{experimentId} Experiment detail / results
/lifecycle/customer-center Customer Center config
/lifecycle/winback Win-back campaigns
/lifecycle/retention Retention offers
/funnels Web funnels
/charts Charts home (see revenuecat-charts for filtered chart URLs)
/benchmarks Benchmarks
/customer-lists Audiences / customer lists
/customer-lists/{listId} Saved audience (customer_list_id)
/customers/{appUserId} Customer profile
/integrations Integrations home
/integrations/webhooks Webhooks

Examples

Offering detail:

https://app.revenuecat.com/projects/56965ae1/product-catalog/offerings/ofrng_default

Paywall builder:

https://app.revenuecat.com/projects/56965ae1/paywalls/pw_abc123/builder

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。