C

Gong Automation

作者 ComposioHQ

Gong Automation 可協助代理透過 Composio MCP 使用 Gong,擷取逐字稿、錄音、分析資料、講者統計、主題、trackers 與 workspace 資料,支援銷售與 Revenue Operations 工作流程。

Stars67.5k
收藏0
評論0
加入時間2026年7月11日
分類收入运营
安裝指令
npx skills add ComposioHQ/awesome-claude-skills --skill "Gong Automation"
編輯評分

此 skill 評分為 74/100,表示可收錄於目錄,但更適合定位為輕量的 Composio MCP 工作流程指南,而不是完整封裝的自動化模組。目錄使用者能清楚理解它可協助代理擷取並分析 Gong 通話逐字稿、錄音、分析資料、講者統計與 workspace 資料,也提供具體的 tool 名稱與參數提示。不過,安裝與營運層面的深度僅限於單一 SKILL.md 與外部 toolkit 連結,因此使用者應預期部分設定與邊界情境處理需要在 skill 本身之外完成。

74/100
亮點
  • 有效的 frontmatter 清楚標示必要的 MCP 相依項目(`rube`),並將此 skill 定位為 Gong 對話智慧自動化用途。
  • SKILL.md 提供實用的設定步驟,可加入 Composio MCP server,並透過 OAuth 或 bearer token 連接 Gong 帳號。
  • 核心工作流程說明包含明確的 Gong tool 名稱、自然語言 prompt 範例,以及 ISO-8601 日期篩選、call IDs、workspace ID、cursor pagination 等關鍵參數。
注意事項
  • 除了 SKILL.md 之外,沒有提供支援檔案、指令碼、參考資料或 README,因此導入時幾乎完全仰賴單一 skill 文件與外部 Composio toolkit 文件。
  • 設定說明偏精簡,未提供特定用戶端的完整安裝/設定範例,也缺少錯誤處理、分頁策略或驗證疑難排解。
總覽

Gong Automation skill 概覽

Gong Automation 的用途

Gong Automation 是一項 conversation-intelligence skill,可透過 Composio MCP integration,讓你用自然語言操作 Gong。它能協助 AI agent 擷取 Gong 通話逐字稿、錄音、分析資料、講者資料、主題、trackers 與 workspace 資訊,不需要你手動瀏覽 Gong 匯出檔或自行呼叫 API。

最適合的使用者與待完成工作

Gong Automation skill 特別適合 Revenue Operations、業務主管、銷售賦能、客戶成功團隊,以及需要從 Gong 資料取得結構化答案的分析人員。常見工作包括:檢視特定日期範圍內的通話、查找指定 call IDs 的逐字稿、摘要商機對話、比較業務代表的談話模式,或擷取通話證據,用於 coaching、forecasting 與 pipeline inspection。

為什麼這不只是一般 prompt

一般 prompt 可以要求 AI「分析 Gong calls」,但 AI 無法自行存取 Gong。這項 skill 透過 Composio 定義 Gong 專用工作流程與工具使用方式,包括日期篩選、call IDs、workspace IDs、pagination cursors 與逐字稿擷取。因此,當 agent 必須先取得真實記錄再進行摘要或分析時,它更適合用於可重複執行的 Gong Automation 情境。

導入前需要注意的事項

Gong Automation 依賴已連線的 Gong 帳號與 Composio MCP server。它不是獨立的逐字稿解析器,repository 內也不包含額外 scripts、參考檔案或本機資料處理程式碼。若你希望 agent 透過 MCP 操作 Gong tools,才適合安裝;如果你只需要離線分析已匯出的逐字稿,則不建議使用。

如何使用 Gong Automation skill

Gong Automation 安裝與 MCP 設定

若要以 Claude Skills 風格安裝,請使用你的 skills installer 指向 repository path,例如:

npx skills add ComposioHQ/awesome-claude-skills --skill "Gong Automation"

接著在你的 client 中設定 Composio MCP server:

https://rube.app/mcp

系統提示時,請使用支援的 OAuth 或 bearer-token 流程連接 Gong。此 skill 需要 rube MCP connection;沒有它,agent 只能讀取指示,無法擷取 Gong 資料。

讓 Gong Automation 使用更可靠的輸入

高品質的 Gong Automation prompt 會明確包含擷取目標、時間範圍、timezone、workspace,以及期望的輸出格式。擷取逐字稿時,盡可能使用 ISO-8601 日期,例如從 2025-02-01T00:00:00Z2025-02-10T23:59:59Z。如果你知道 call IDs,請直接提供,而不是要求 agent 大範圍搜尋。若你的 Gong instance 有多個 workspaces,請提供 workspace ID 或 workspace name,以減少不相關結果。

較弱的 prompt:

“Analyze recent Gong calls.”

較好的 prompt:

“Use Gong Automation to retrieve transcripts for calls in workspace enterprise-sales from 2025-02-01T00:00:00Z through 2025-02-10T23:59:59Z. Summarize objections, competitor mentions, next steps, and rep coaching opportunities. Return a table with call ID, account, themes, risk signals, and recommended follow-up.”

常見 revenue workflow 的 prompt 寫法

對 Revenue Operations 來說,應先說明商業問題,再提出資料擷取需求。例如:

  • “Find all Gong calls from last week for late-stage opportunities and identify pricing objections.”
  • “Retrieve transcripts for these call IDs and compare customer pain points across them.”
  • “Pull call analytics and speaker stats for a rep coaching review; flag talk-time imbalance and missed discovery questions.”
  • “Get workspace-level Gong data needed to verify which team or workspace contains the calls before retrieving transcripts.”

這樣的順序能避免 agent 在取得正確 Gong records 之前,就直接跳到摘要階段。

第一次使用前的 repository 閱讀路徑

請先從 composio-skills/gong-automation/SKILL.md 開始。這是 skill directory 中唯一可見的支援檔案,內容包含設定說明、toolkit documentation link、工作流程描述與 Gong tool names。請特別留意逐字稿擷取所列出的參數名稱,包括 filter__fromDateTimefilter__toDateTimefilter__callIdsfilter__workspaceIdcursor,因為這些會決定 agent 是否能正確分頁並縮小結果範圍。

Gong Automation skill 常見問題

Gong Automation 適合 Revenue Operations 嗎?

適合。當 RevOps 需要可重複存取通話證據時,Gong Automation for Revenue Operations 很合適:包括擷取逐字稿、通話分析、主題與 tracker 檢視、workspace 檢查,以及銷售流程稽核。當輸出需要支援 forecasting、coaching、deal reviews 或 pipeline-quality analysis 時,尤其實用。

這會取代 Gong dashboards 嗎?

不會。Gong dashboards 更適合在 Gong 內進行視覺化探索。Gong Automation skill 則更適合在你希望 AI agent 擷取特定 Gong 資料,並轉換成 written brief、表格、coaching note、risk summary 或可直接用於工作流程的分析時使用。

需要哪些權限或存取能力?

你需要有一個能存取所要求 calls、transcripts、workspaces 或 analytics 的 Gong 帳號。MCP connection 必須透過 Composio 完成驗證。若已連線使用者沒有某個 workspace 或 call 的權限,skill 就無法可靠地擷取該資料。

什麼情況不應安裝這項 skill?

如果你的團隊不使用 Gong、無法授權 Composio MCP access,或只需要針對上傳的逐字稿檔案做一般銷售通話分析,就不應安裝 Gong Automation。它也不是用來建立完整自訂 Gong data warehouse 的工具;它的設計目標是透過自然語言執行 agent-driven Gong tasks。

如何改善 Gong Automation skill 的使用成效

用商業情境強化 Gong Automation prompts

最佳結果通常來自把擷取指令與你要做的決策放在一起。不要只要求 “call insights”,而是說明你正在準備 QBR、coaching 某位業務代表、稽核 MEDDICC compliance、調查 churn risk,或驗證 forecast confidence。這能幫助 agent 選擇合適的細節層級,避免產出泛泛而談的摘要。

用日期、IDs、workspaces 與 pagination 控制範圍

多數失敗情況都來自擷取範圍過大或需求不明確。可用時,請使用精確日期範圍、call IDs 與 workspace filters。若範圍很大,請要求 agent 使用回傳的 cursor 進行分頁,並回報實際檢視了多少通 calls。對於活躍銷售團隊使用 Gong Automation 時,這一點特別重要,因為過寬的日期範圍可能回傳過多資料。

要求證據,而不只是結論

在 executive 或 RevOps 工作流程中,請要求 agent 從擷取到的通話資料提供引用依據:call ID、speaker、timestamp(若有)、customer quote、topic 或 tracker reference。一個實用的 prompt 結尾是:

“For every recommendation, include the supporting call ID and the transcript excerpt or analytic signal that led to it.”

這能降低缺乏依據的 coaching 建議,也讓輸出更容易驗證。

根據第一版輸出持續迭代

使用第一輪結果來縮小下一個 Gong Automation prompt 的範圍。如果 agent 發現反覆出現的 objections,請要求它擷取相關 calls,或依 rep、segment、workspace 或 stage 進行比較。若輸出太淺,請要求第二輪聚焦在單一面向,例如 competitor mentions、security concerns、pricing resistance、stakeholder mapping 或 next-step quality。

評分與評論

尚無評分
分享你的評論
登入後即可為這項技能評分並留言。
G
0/10000
最新評論
儲存中...