gong

Retrieve Gong calls, transcripts, users, and activity stats via API.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill gong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gong
Source: https://github.com/jdrhyne/agent-skills/tree/main/skills/gong
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill gong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, base64, date, and includes scripts (resource) components.

What problem does it solve?

Gong is a powerful conversation intelligence platform. This Skill provides programmatic access to Gong data (calls, transcripts, users, and analytics) via API calls, enabling automation and integration into analytics pipelines.

Core Features & Use Cases

  • List Users: Retrieve user information and status from Gong to audit access and ownership.
  • List Calls (date range): Fetch calls for a defined window to analyze engagement and outcomes.
  • Get Call Transcript: Retrieve call transcripts for review, coaching, or sentiment analysis.
  • Get Call Details: Access detailed call metadata and associated events.
  • Activity Stats: Pull aggregated metrics to measure team activity and performance.
  • Use Case: A sales operations team automates weekly reporting by pulling last 7-30 days of calls and transcripts, then exporting to a dashboard.

Quick Start

Use the Gong Skill to list users or calls. Start by providing credentials at ~/.config/gong/credentials.json and setting GONG_CREDS, GONG_BASE, and GONG_AUTH as described in the SKILL.md. Then run sample API calls to verify connectivity.

Frequently Asked Questions about gong

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Gong call transcripts via API for sales coaching?

Retrieve Gong call transcripts via API by providing base_url, access_key, and secret_key credentials, then using curl and jq to fetch transcript data. This enables automated coaching workflows and sentiment analysis directly from conversation intelligence data.

What's the best way to automate pulling Gong calls within a date range?

Automate pulling Gong calls within a date range by configuring credentials and running API requests with curl. Fetch calls for defined windows to analyze engagement and outcomes, enabling weekly reporting automation for sales operations teams.

Can I get Gong activity stats and user lists using CLI tools?

Get Gong activity stats and user lists using CLI tools like curl and jq with API authentication. Retrieve aggregated metrics to measure team performance and user status information for access auditing and ownership reviews.

Do I need jq and curl to access Gong conversation intelligence data?

Yes, jq and curl are required dependencies to access Gong conversation intelligence data. The Skill uses curl for HTTP API requests and jq for processing JSON responses, alongside base64 and date utilities for authentication and date range filtering.

How do I set up credentials to fetch Gong calls and transcripts programmatically?

Set up Gong credentials by creating a JSON file at ~/.config/gong/credentials.json containing base_url, access_key, and secret_key. Configure GONG_CREDS, GONG_BASE, and GONG_AUTH environment variables to authenticate API requests for calls and transcripts.

What Gong API data can I retrieve for sales analytics and reporting?

Retrieve Gong API data including users, calls within date ranges, call transcripts, call details with metadata, and activity stats. Use this data for sales analytics, performance measurement, coaching workflows, and automated dashboard reporting.