gong
Gong API for searching calls, transcripts, and conversation intelligence. Use when working with Gong call recordings, sales conversations, transcripts, meeting data, or conversation analytics. Supports listing calls, fetching transcripts, user management, and activity stats.
Why use this skill?
Integrate Gong conversation intelligence with OpenClaw. Search call transcripts, retrieve meeting data, and analyze sales performance with this powerful automation skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jdrhyne/gongWhat This Skill Does
The Gong skill provides a robust interface for the Gong conversation intelligence platform. It enables OpenClaw to interact directly with your organization's sales and meeting data. By leveraging the Gong API, this skill allows users to list team members, query historical call records within specific date ranges, retrieve full call transcripts, and pull aggregated activity statistics. It serves as an essential bridge between your conversational data and automated analysis workflows, transforming raw call data into actionable insights.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/jdrhyne/gong
After installation, configure your credentials by creating a file at ~/.config/gong/credentials.json. Populate this file with your base_url, access_key, and secret_key obtained from your Gong settings page under Ecosystem > API.
Use Cases
- Automated Sales Analysis: Automatically pull transcripts from calls held in the last week to perform sentiment analysis or extract key customer pain points.
- Team Performance Tracking: Aggregate activity stats for specific sales representatives over a month to identify coaching opportunities.
- Meeting Summarization: Quickly fetch the transcript of a specific call to generate a summary or extract follow-up action items.
- Data Syncing: Programmatically list all users and their metadata to synchronize Gong user roles with other internal CRM systems.
Example Prompts
- "Find all sales calls conducted between January 1st and January 15th and calculate the total number of calls for each salesperson."
- "Get the transcript for the most recent call with Acme Corp and extract the list of action items mentioned by the customer."
- "List all active users in our Gong organization and verify who has not recorded any calls in the last 30 days."
Tips & Limitations
- Pagination: When querying large lists of calls, always check the
records.cursorfield in the response to handle pagination. Failing to implement this will result in incomplete data retrieval. - Rate Limiting: Ensure your requests are handled with standard API best practices to avoid triggering Gong's rate limits.
- Security: Always protect your
credentials.jsonfile. Since it contains your API secret keys, do not commit it to version control systems like GitHub. - Authentication: The skill uses Basic Authentication via Base64 encoding. Ensure your local environment has
jqinstalled, as the skill heavily relies on it for parsing and transforming JSON responses.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jdrhyne-gong": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
nutrient-openclaw
OpenClaw-native PDF/document processing skill for Nutrient DWS. Best for OpenClaw users who need PDF conversion, OCR, text/table extraction, PII redaction, watermarking, digital signatures, and API credit checks via built-in `nutrient_*` tools. Triggers on OpenClaw tool names (`nutrient_convert_to_pdf`, `nutrient_extract_text`, etc.), "OpenClaw plugin", "Nutrient OpenClaw", and document-processing requests in OpenClaw chats. For non-OpenClaw environments, use the Universal Nutrient Document Processing skill instead.
todo-tracker
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
sysadmin-toolbox
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
munger-observer
Daily wisdom review applying Charlie Munger's mental models to your work and thinking. Use when asked to review decisions, analyze thinking patterns, detect biases, apply mental models, do a "Munger review", or run the Munger Observer. Triggers on scheduled daily reviews or manual requests like "run munger observer", "review my thinking", "check for blind spots", or "apply mental models".
jira
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.