Retrieve and analyze Gong calls, transcripts, and conversation data with natural language.
The material indicates a prompt-only skill wrapper, but in practice it relies on a remote Composio MCP service and Gong OAuth/token access to retrieve transcripts, analytics, and workspace data. Given the public GitHub source and strong community adoption, this is better rated as caution rather than high risk; the main concern is exposure of sensitive business call data through a third-party integration path.
The metadata says no key is required, but the README explicitly requires connecting a Gong account via OAuth / bearer token. This means the workflow handles credentials capable of accessing call and workspace data, creating normal concerns around token misuse or excessive scopes.
The metadata says there is no remote endpoint, but the README explicitly instructs users to add the remote MCP endpoint https://rube.app/mcp and access Gong via Composio. User requests and related call data are therefore likely routed through a third-party service, which is a notable but still typical egress concern.
The system flags this as prompt-only, and the material does not claim local code execution, process spawning, or elevated system permissions. Based on the available facts, it appears to act as a remote MCP/HTTP integration rather than a local code runner.
The skill claims access to call recordings, transcripts, detailed analytics, speaker stats, media URLs, and workspace data, covering highly sensitive sales and meeting content. No local file read/write is described, but the breadth of SaaS data access warrants careful use.
The source is a public GitHub repository with very strong community adoption, which materially lowers risk. However, the skill functionally depends on external Composio/Rube MCP services, and the license is undeclared with unknown maintenance status, so the supply chain is not fully transparent and remains caution.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Gong Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/gong-automation/SKILL.md 2. Save it as ~/.claude/skills/gong-automation/SKILL.md 3. Reload skills and tell me it's ready
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
https://rube.app/mcp
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 responseRequired scope: api:calls:read:transcript
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 cursorRetrieve 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 cursorRequired scope: api:calls:read:basic
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 IDscontentSelector__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 statistics…
Automate ToneDen tasks through Rube MCP to streamline marketing operations.
Automate Triggercmd task execution, lookup, and workflows through Rube MCP.
Automate Attio CRM queries, record management, and relationship data navigation in natural language.
Connect external apps to send messages, create issues, and take actions.
Automate Amara tasks through Rube MCP after checking current tool schemas first.
Automate Proofly workflows via Rube MCP using current tool schemas first.
Access Gong call recordings, analytics, and CRM data for sales insights.
Automate Deepgram tasks and connect speech workflows through Rube MCP.
Automate LLM inference, audio translation, and TTS workflows with GroqCloud APIs.
Automate ElevenLabs text-to-speech, voice management, and audio history workflows.
Automate RingCentral messaging, call handling, and team notification workflows.
Automate OpenAI API tasks for text, embeddings, images, and model listing.