sales-gong
Gong platform help — Revenue AI OS with call recording, transcript analytics, Smart Trackers, coaching scorecards, deal boards, Gong Forecast, Gong Engage sequences, Gong Agents, REST API (3 req/sec, 10k/day), webhook automation rules with JWT signing, CRM sync (Salesforce/HubSpot/Dynamics), MCP support. Use when setting up Gong call recording or transcript analysis, Smart Trackers returning false positives or missing key moments, Gong API integration for transcript export or deal data, configuring webhook automation rules, Gong Forecast not matching pipeline reality, Gong Engage sequences slow or buggy, coaching scorecards not reflecting methodology, or CRM sync delays. Do NOT use for picking a note-taker (use /sales-note-taker) or building a coaching program (use /sales-coaching).
What this skill does
# Gong Platform Help
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated platform knowledge.
1. **What do you need help with?**
- A) Call recording, transcription, or Smart Tracker setup
- B) API integration (transcripts, calls, deals, users)
- C) Webhook automation rules
- D) Gong Forecast module
- E) Gong Engage (sequences/sales engagement)
- F) Coaching scorecards and deal boards
- G) CRM sync (Salesforce, HubSpot, Dynamics)
- H) Pricing, plan selection, or ROI justification
- I) Other
2. **What's your role?**
- A) RevOps / admin configuring Gong
- B) Developer integrating Gong API
- C) Sales manager using coaching features
- D) Rep using Gong day-to-day
- E) Evaluating Gong vs alternatives
3. **Team size?**
- A) <20 reps (may be overkill for Gong)
- B) 20-100 reps (Gong sweet spot)
- C) 100+ reps (enterprise)
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
## Step 2 — Route or answer directly
| Problem domain | Route to |
|---|---|
| Picking a note-taker (Gong vs Fathom vs Fireflies vs Avoma) | `/sales-note-taker {user's question}` |
| Building a coaching program or training cadence | `/sales-coaching {user's question}` |
| Reviewing a specific sales call for coaching | `/sales-call-review {user's question}` |
| Revenue forecasting strategy (not Gong Forecast module) | `/sales-forecast {user's question}` |
| General CRM-to-tool integration patterns (Zapier, webhooks) | `/sales-integration {user's question}` |
| Deal health inspection or MEDDPICC assessment | `/sales-deal-inspect {user's question}` |
Otherwise, answer directly below.
## Step 3 — Gong platform reference
**Read `references/platform-guide.md`** for the full platform reference — modules, pricing, integrations, data model, workflows.
Answer the user's question using only the relevant section. Don't dump the full reference.
## Step 4 — Actionable guidance
You no longer need the platform guide — focus on the user's specific situation.
**For Smart Tracker problems**: Start with fewer, more specific phrases (10-15 per tracker). Add negative examples to train the model. Review false positives weekly and refine. Expect 50-100 examples before accuracy improves meaningfully.
**For API integrations**: Queue all outbound calls — 3 req/sec is aggressive. Cache call metadata. Use webhooks for real-time, polling for backfill. The transcript endpoint is POST, not GET (common gotcha).
**For CRM sync**: Gong can only connect to one CRM at a time. Web conference calls appear in CRM within 15 minutes; config changes can take 2-24 hours. Initial sync can take up to 24 hours.
**For cost justification**: Frame ROI around coaching impact (ramp time reduction, win rate improvement) not feature count. Enterprise (100+ seats) sees best ROI. Mid-market (20-100) breaks even with high adoption. Under 20 reps, suggest Fathom or Fireflies instead.
If you discover a gotcha, workaround, or tip not covered in `references/learnings.md`, append it there.
## Gotchas
> *Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
- **Mandatory bundling (2024+)**: New contracts often require Forecast + Engage bundles at $250/user/month even if you only want conversation intelligence. Negotiate hard for CI-only pricing if that's all you need.
- **Transcript endpoint is POST, not GET.** Every other vendor uses GET for transcripts — Gong is the exception. This is the most common first-integration bug.
- **3 req/sec rate limit is real.** At 500 calls/day you'll hit it fast when fetching metadata + transcript + participants per call. Queue everything, cache aggressively, honor `Retry-After` headers.
- **Smart Trackers need 50-100 examples for accuracy.** Out of the box they rely on keyword matching, which generates high false-positive rates. Budget 40+ RevOps hours/month for training and tuning.
- **Gong Forecast is widely considered weak.** ~40% of Gong customers stack Clari on top for forecasting. If forecasting is your primary need, evaluate Clari first.
- **Gong Engage has known stability issues.** Multiple reviews report slowness and bugs. If sales engagement is your primary need, evaluate Salesloft or Outreach first.
- **CRM sync is one-way for many fields.** Gong logs activities (tasks/meetings) to CRM but does not auto-populate custom methodology fields, opportunity stages, or MEDDIC fields. You need automation rules or Zapier for that.
- **No bulk data export via UI.** Exporting calls requires downloading individually. For bulk access, you must build against the API — budget development time for this.
- **Support quality has declined (2024-2025).** Onboarding is often outsourced. Ticket resolution can take weeks. Factor in self-sufficiency when planning implementation.
- **Platform fee is mandatory.** $5K-$50K/year on top of per-user licensing, regardless of team size. This makes Gong disproportionately expensive for small teams.
## Related skills
- `/sales-note-taker` — Picking an AI note-taker (Gong vs Fathom vs Fireflies vs Avoma) or wiring its API into downstream systems
- `/sales-call-review` — Review a specific sales call for coaching or scoring
- `/sales-coaching` — Build coaching programs that consume Gong call data
- `/sales-forecast` — Revenue forecasting strategy (Gong Forecast is one tool, not the only approach)
- `/sales-deal-inspect` — Inspect deal health using Gong deal board data
- `/sales-integration` — General CRM/tool integration patterns (Zapier, webhooks, iPaaS)
- `/sales-salesloft` — Salesloft platform help (Salesloft Conversations is an alternative to Gong for call intelligence)
- `/sales-zoominfo` — ZoomInfo platform help (Chorus is an alternative to Gong for conversation intelligence)
- `/sales-do` — Not sure which skill to use? The router matches any sales objective to the right skill. Install: `npx skills add sales-skills/sales --skill sales-do`
## Examples
### Example 1: Smart Trackers returning false positives
**User says**: "Our Gong Smart Trackers keep flagging competitor mentions when the rep just says 'like' followed by a brand name — how do I reduce noise?"
**Skill does**:
1. Reads platform guide for Smart Tracker configuration details
2. Recommends switching from single-word triggers to multi-word phrases with context
3. Suggests adding negative example phrases to train the model
4. Advises a weekly review cadence for false positives (budget 2-3 hours/week)
5. Notes that 50-100 training examples are needed before accuracy improves meaningfully
**Result**: Specific tracker tuning plan with expected timeline
### Example 2: API integration for transcript pipeline
**User says**: "I need to pipe every Gong transcript into Snowflake for our BI team"
**Skill does**:
1. Reads platform guide and API reference for endpoint details
2. Recommends webhook-first architecture (automation rule fires on call processed)
3. Walks through the POST transcript endpoint (not GET — common gotcha)
4. Designs rate-limit-aware queueing (2 req/sec target against 3/sec limit)
5. Adds nightly reconcile job to catch missed webhooks
**Result**: Production-shaped pipeline architecture with specific endpoints and rate-limit design
### Example 3: Justifying Gong cost to leadership
**User says**: "My VP wants to know if Gong is worth $300K/year for 100 reps"
**Skill does**:
1. Reads platform guide pricing section for TCO breakdown
2. Frames ROI around coaching impact: ramp time reduction (target 20%), win rate improvement, deal velocity
3. Flags that ~40% of teams also add Clari for forecasting — factor that into TCO
4. Suggests piloting with 20-30 power users before full rollout
5. Provides Fathom/Fireflies as alternatives if the team can't justify enterprise pricing
**Result**: Balanced ROI analysis with honest caveats and alternatives
## Troubleshooting
### Smart Trackers miss importanRelated in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.