• 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

プラグイン
revenuecat
ソース
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 による自動翻訳です。