💼 Gong Automation
Gong(ゴング)の会話分析データを自動で
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Automate Gong conversation intelligence -- retrieve call recordings, transcripts, detailed analytics, speaker stats, and workspace data -- using natural language through the Composio MCP integration.
🇯🇵 日本人クリエイター向け解説
Gong(ゴング)の会話分析データを自動で
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o gong-automation.zip https://jpskill.com/download/1681.zip && unzip -o gong-automation.zip && rm gong-automation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/1681.zip -OutFile "$d\gong-automation.zip"; Expand-Archive "$d\gong-automation.zip" -DestinationPath $d -Force; ri "$d\gong-automation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
gong-automation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
gong-automationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Gong Automation で、私のビジネスを分析して改善案を3つ提案して
- › Gong Automation を使って、来週の会議用の資料を作って
- › Gong Automation で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] Gong Automation
Gong Automation
営業電話からインサイトを引き出しましょう。自然言語コマンドを通じて、トランスクリプトの取得、日付範囲による通話データの分析、トピックやトラッカーを含む詳細な会話分析へのアクセス、ワークスペースの管理が可能です。
ツールキットのドキュメント: composio.dev/toolkits/gong
セットアップ
- クライアント設定にComposio MCPサーバーを追加します。
https://rube.app/mcp - プロンプトが表示されたら、Gongアカウントを接続します(OAuth / ベアラートークン認証)。
- 自然言語コマンドを発行して、通話データの分析を開始します。
主要なワークフロー
1. 日付範囲で通話トランスクリプトを取得する
指定された期間内のすべての通話のトランスクリプトを取得します。特定の通話IDまたはワークスペースによるオプションのフィルタリングも可能です。
ツール: GONG_RETRIEVE_TRANSCRIPTS_OF_CALLS_V2_CALLS_TRANSCRIPT
プロンプトの例:
"2025年2月1日から10日までのすべての通話のGongトランスクリプトを取得してください"
主要なパラメーター:
filter__fromDateTime-- ISO-8601形式の開始日(例:2025-02-01T00:00:00Z)filter__toDateTime-- ISO-8601形式の終了日(例:2025-02-10T23:59:59Z)filter__callIds-- フィルタリングする特定の通話IDのオプションの配列filter__workspaceId-- オプションのワークスペースIDフィルターcursor-- 前回の応答からのページネーションカーソル
必要なスコープ: api:calls:read:transcript
2. 特定の通話のトランスクリプトを取得する
フィルターオブジェクトを使用して、話者情報、タイムスタンプ、トピック分類を含むトランスクリプトを取得します。
ツール: GONG_GET_CALL_TRANSCRIPT
プロンプトの例:
"通話ID 555785916001072125 のGongトランスクリプトを取得してください"
主要なパラメーター(フィルターは必須):
filter.callIds-- 特定の通話IDの配列(例:["555785916001072125"])filter.fromDateTime-- ISO-8601形式の開始日filter.toDateTime-- ISO-8601形式の終了日filter.workspaceId-- オプションのワークスペースフィルターcursor-- ページネーションカーソル
3. 日付範囲で通話を一覧表示する
日付範囲内の通話の基本的なメタデータ(参加者、期間、タイミング)を取得します。
ツール: GONG_RETRIEVE_CALL_DATA_BY_DATE_RANGE_V2_CALLS
プロンプトの例:
"先週のすべてのGong通話を一覧表示してください"
主要なパラメーター(両方必須):
fromDateTime-- ISO-8601形式の開始日(例:2025-02-03T00:00:00Z)toDateTime-- ISO-8601形式の終了日(例:2025-02-10T00:00:00Z)workspaceId-- オプションのワークスペースフィルターcursor-- ページネーションカーソル
必要なスコープ: api:calls:read:basic
4. 詳細な通話分析を取得する
ハイライト、キーポイント、トピック、トラッカー、話者統計、質問、メディアURLを含む広範な通話の詳細を取得します。
ツール: GONG_RETRIEVE_FILTERED_CALL_DETAILS
プロンプトの例:
"今週のGong通話について、トピック、キーポイント、話者統計を含む詳細な分析を取得してください"
主要なパラメーター:
filter__fromDateTime/filter__toDateTime-- 日付範囲フィルターfilter__callIds-- 特定の通話IDfilter__primaryUserIds-- 通話ホストのユーザーIDでフィルター- コンテンツセレクター(すべてブール値):
contentSelector__exposedFields__content__keyPoints-- 通話のキーポイントcontentSelector__exposedFields__content__topics-- トピックの期間contentSelector__exposedFields__content__highlights-- 通話のハイライトcontentSelector__exposedFields__content__outline-- 通話のアウトラインcontentSelector__exposedFields__content__brief-- スポットライト通話の概要contentSelector__exposedFields__content__callOutcome-- 通話の結果contentSelector__exposedFields__content__trackers-- スマート/キーワードトラッカーcontentSelector__exposedFields__content__trackerOccurrences-- トラッカーのタイミングと話者(trackers=trueが必要)contentSelector__exposedFields__interaction__speakers-- 各参加者の発話時間contentSelector__exposedFields__interaction__questions-- 質問数contentSelector__exposedFields__interaction__personInteractionStats-- ホストの統計contentSelector__exposedFields__media-- オーディオ/ビデオURL(8時間有効)contentSelector__exposedFields__parties-- 関係者情報contentSelector__exposedFields__collaboration__publicComments-- 公開コメント
contentSelector__context-- CRM/外部システムリンクの「Basic」、「Extended」、または「None」
必要なスコープ: api:calls:read:extensive(メディアの場合はapi:calls:read:media-urlも)
5. IDで特定の通話を取得する
Gongの一意のIDを使用して、単一の通話の基本データを取得します。
ツール: GONG_RETRIEVE_DATA_FOR_A_SPECIFIC_CALL_V2_CALLS_ID
プロンプトの例:
"Gong通話 1223781272986876929 の詳細を取得してください"
主要なパラメーター(必須):
id-- 通話の一意のGongの数値識別子(最大20桁)
必要なスコープ: api:calls:read:basic
6. 会社のワークスペースを一覧表示する
フィルタリング用のワークスペースIDを取得するために、Gong組織内のすべてのワークスペースを取得します。
ツール: GONG_LIST_ALL_COMPANY_WORKSPACES_V2_WORKSPACES
プロンプトの例:
"私の会社のすべてのGongワークスペースを一覧表示してください"
主要なパラメーター: 不要です。
必要なスコープ: api:workspaces:read
既知の落とし穴
- ISO-8601日付形式は必須です: すべての日付パラメーターは、タイムゾーンを含むISO-8601形式を使用する必要があります:
2025-02-01T00:00:00Zまたは2025-02-01T02:30:00-07:00。プレーンな日付は失敗します。 - 日付範囲は
toDateTimeで排他的です:toDateTimeパラメーターは、指定された時間まで(ただしその時間は含まない)に開始された通話を返します。特定の日付の通話を含めるには、toDateTimeを翌日に設定してください。 - 大規模な結果セットにはページネーションが必要です: すべてのリストエンドポイントはページネーションされた結果を返します。前回の応答からの
cursor値を使用して次のページを取得してください。カーソルが返されなくなるまで続行します。 - スコープ要件はエンドポイントによって異なります: エンドポイントによって異なるAPIスコープが必要です。トランスクリプトへのアクセスには
api:calls:read:transcript、基本的な通話データにはapi:calls:read:basic、詳細な分析にはapi:calls:read:extensiveが必要です。 - メディアURLは8時間後に期限切れになります: オーディオおよびビデオURL
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Gong Automation
Unlock insights from your sales calls -- retrieve transcripts, analyze call data by date range, access detailed conversation analytics with topics and trackers, and manage workspaces -- all through natural language commands.
Toolkit docs: composio.dev/toolkits/gong
Setup
- Add the Composio MCP server to your client configuration:
https://rube.app/mcp - Connect your Gong account when prompted (OAuth / Bearer token authentication).
- Start issuing natural language commands to analyze your call data.
Core Workflows
1. Retrieve Call Transcripts by Date Range
Get transcripts for all calls within a specified time period, with optional filtering by specific call IDs or workspace.
Tool: GONG_RETRIEVE_TRANSCRIPTS_OF_CALLS_V2_CALLS_TRANSCRIPT
Example prompt:
"Get Gong transcripts for all calls from February 1-10, 2025"
Key parameters:
filter__fromDateTime-- ISO-8601 start date (e.g.,2025-02-01T00:00:00Z)filter__toDateTime-- ISO-8601 end date (e.g.,2025-02-10T23:59:59Z)filter__callIds-- Optional array of specific call IDs to filterfilter__workspaceId-- Optional workspace ID filtercursor-- Pagination cursor from previous response
Required scope: api:calls:read:transcript
2. Get Transcript for Specific Calls
Retrieve transcripts with speaker information, timestamps, and topic categorization using a filter object.
Tool: GONG_GET_CALL_TRANSCRIPT
Example prompt:
"Get the Gong transcript for call ID 555785916001072125"
Key parameters (filter required):
filter.callIds-- Array of specific call IDs (e.g.,["555785916001072125"])filter.fromDateTime-- ISO-8601 start datefilter.toDateTime-- ISO-8601 end datefilter.workspaceId-- Optional workspace filtercursor-- Pagination cursor
3. List Calls by Date Range
Retrieve basic call metadata (participants, duration, timing) for calls within a date range.
Tool: GONG_RETRIEVE_CALL_DATA_BY_DATE_RANGE_V2_CALLS
Example prompt:
"List all Gong calls from last week"
Key parameters (both required):
fromDateTime-- ISO-8601 start date (e.g.,2025-02-03T00:00:00Z)toDateTime-- ISO-8601 end date (e.g.,2025-02-10T00:00:00Z)workspaceId-- Optional workspace filtercursor-- Pagination cursor
Required scope: api:calls:read:basic
4. Get Detailed Call Analytics
Retrieve extensive call details including highlights, key points, topics, trackers, speaker stats, questions, and media URLs.
Tool: GONG_RETRIEVE_FILTERED_CALL_DETAILS
Example prompt:
"Get detailed analytics for Gong calls this week including topics, key points, and speaker stats"
Key parameters:
filter__fromDateTime/filter__toDateTime-- Date range filterfilter__callIds-- Specific call IDsfilter__primaryUserIds-- Filter by call host user IDs- Content selectors (all boolean):
contentSelector__exposedFields__content__keyPoints-- Key points of the callcontentSelector__exposedFields__content__topics-- Topic durationscontentSelector__exposedFields__content__highlights-- Call highlightscontentSelector__exposedFields__content__outline-- Call outlinecontentSelector__exposedFields__content__brief-- Spotlight call briefcontentSelector__exposedFields__content__callOutcome-- Call outcomecontentSelector__exposedFields__content__trackers-- Smart/keyword trackerscontentSelector__exposedFields__content__trackerOccurrences-- Tracker timing and speaker (requires trackers=true)contentSelector__exposedFields__interaction__speakers-- Time each participant spokecontentSelector__exposedFields__interaction__questions-- Question countscontentSelector__exposedFields__interaction__personInteractionStats-- Host statisticscontentSelector__exposedFields__media-- Audio/video URLs (valid 8 hours)contentSelector__exposedFields__parties-- Party informationcontentSelector__exposedFields__collaboration__publicComments-- Public comments
contentSelector__context-- "Basic", "Extended", or "None" for CRM/external system links
Required scope: api:calls:read:extensive (plus api:calls:read:media-url for media)
5. Get a Specific Call by ID
Retrieve basic data for a single call using its unique Gong ID.
Tool: GONG_RETRIEVE_DATA_FOR_A_SPECIFIC_CALL_V2_CALLS_ID
Example prompt:
"Get details for Gong call 1223781272986876929"
Key parameters (required):
id-- Gong's unique numeric identifier for the call (up to 20 digits)
Required scope: api:calls:read:basic
6. List Company Workspaces
Retrieve all workspaces in your Gong organization to get workspace IDs for filtering.
Tool: GONG_LIST_ALL_COMPANY_WORKSPACES_V2_WORKSPACES
Example prompt:
"List all Gong workspaces in my company"
Key parameters: None required.
Required scope: api:workspaces:read
Known Pitfalls
- ISO-8601 date format is mandatory: All date parameters must use ISO-8601 format with timezone:
2025-02-01T00:00:00Zor2025-02-01T02:30:00-07:00. Plain dates will fail. - Date range is exclusive on toDateTime: The
toDateTimeparameter returns calls started UP TO BUT EXCLUDING the specified time. To include calls on a specific day, settoDateTimeto the next day. - Pagination is required for large result sets: All list endpoints return paginated results. Use the
cursorvalue from the previous response to fetch the next page. Continue until no cursor is returned. - Scope requirements vary by endpoint: Different endpoints require different API scopes. Transcript access needs
api:calls:read:transcript, basic call data needsapi:calls:read:basic, and detailed analytics needapi:calls:read:extensive. - Media URLs expire after 8 hours: Audio and video URLs returned by the detailed call endpoint are temporary and expire after 8 hours.
- Tracker occurrence data availability: Tracker occurrence data (timing and speaker ID) is only available for calls recorded since January 1, 2023. Contact Gong support for backfill.
- Web-conference vs. regular calls: For web-conference calls recorded by Gong, the date represents the scheduled time. For other calls, it represents the actual start time.
Quick Reference
| Action | Tool Slug | Required Params |
|---|---|---|
| Get transcripts by date | GONG_RETRIEVE_TRANSCRIPTS_OF_CALLS_V2_CALLS_TRANSCRIPT |
None (date range recommended) |
| Get call transcript | GONG_GET_CALL_TRANSCRIPT |
filter object |
| List calls by date | GONG_RETRIEVE_CALL_DATA_BY_DATE_RANGE_V2_CALLS |
fromDateTime, toDateTime |
| Get detailed call analytics | GONG_RETRIEVE_FILTERED_CALL_DETAILS |
None (date range or call IDs recommended) |
| Get specific call | GONG_RETRIEVE_DATA_FOR_A_SPECIFIC_CALL_V2_CALLS_ID |
id |
| List workspaces | GONG_LIST_ALL_COMPANY_WORKSPACES_V2_WORKSPACES |
None |
Powered by Composio