gong-setup

Automate Gong session cookie setup and persist credentials to ~/.fe-skills/.env.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/al-stev/field-eng-skills --skill gong-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gong-setup
Source: https://github.com/al-stev/field-eng-skills/tree/main/.claude/skills/gong-setup
Command: npx skills add https://github.com/al-stev/field-eng-skills --skill gong-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gong access requires a valid session cookie and workspace context to operate the Gong API. This skill automates the one-time setup of the Gong authentication artifacts (GONG_COOKIE, GONG_BASE_URL, GONG_WORKSPACE_ID) and persists them to the user's environment for repeatable access.

Core Features & Use Cases

  • Auto-detects Gong region and saves GONG_BASE_URL and workspace ID to ~/.fe-skills/.env
  • Stores GONG_COOKIE securely and refreshes it when expired
  • Supports both automated cookie refresh (Chrome debugging) and manual cookie entry for flexible workflows

Quick Start

Run the gong-setup skill and follow prompts to auto-refresh cookies or manually enter them, then verify the setup with a test Gong API call.

Frequently Asked Questions about gong-setup

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

FAQPage Schema
How do I set up a Gong session cookie for API access automation?

To set up a Gong session cookie for API access, you can run an automated setup skill that auto-detects your Gong region, saves the workspace ID and base URL, and persists the GONG_COOKIE to a local environment file for repeatable automated workflows.

What is the best way to refresh an expired Gong session cookie for automated workflows?

The best way to refresh an expired Gong session cookie is to use an automated setup tool that supports Chrome debugging for auto-refresh or allows manual cookie entry, ensuring the renewed credential is securely stored in your environment file.

Does Gong API access require a workspace ID and base URL along with the session cookie?

Yes, Gong API access requires a valid session cookie, the GONG_BASE_URL, and the GONG_WORKSPACE_ID to establish proper workspace context. These artifacts must be persisted together in your environment for successful authentication.

Can I manually enter a Gong session cookie instead of using automated Chrome debugging?

Yes, you can manually enter a Gong session cookie as an alternative to automated Chrome debugging. The setup process supports both manual entry and automated refresh to accommodate flexible workflow configurations and credential persistence.

Why does my Gong API authentication fail when the session cookie is missing?

Gong API authentication fails when the session cookie is missing or expired because the cookie is the primary credential required for access. Running a cookie setup process detects the missing credential and renews it to restore API connectivity.

Where are Gong credentials like the session cookie and workspace ID stored after setup?

Gong credentials including the session cookie, base URL, and workspace ID are stored securely in the ~/.fe-skills/.env file after setup. This local persistence ensures repeatable access across Gong-based workflows without requiring repeated manual configuration.