sales-clari-copilot
Clari Copilot (formerly Wingman) platform help — conversation intelligence with real-time battlecards, live coaching during calls, AI call summaries, coaching scorecards, gametapes, deal intelligence, and CRM auto-update within Clari's revenue orchestration platform. Use when setting up Clari Copilot for a sales team, battlecards popping up too often during calls, meeting bot not joining or joining late, Clari Copilot vs Gong pricing or features, Clari API integration for forecast export or data ingestion, CRM field mapping not syncing correctly, coaching scorecards not scoring accurately, or evaluating Clari Copilot for enterprise conversation intelligence. Do NOT use for picking a note-taker across vendors (use /sales-note-taker) or building a coaching program (use /sales-coaching).
NPX Install
npx skill4agent add sales-skills/sales sales-clari-copilotTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Clari Copilot Platform Help
Step 1 — Gather context
references/learnings.md-
What do you need help with?
- A) Setting up Clari Copilot for the first time
- B) Configuring battlecards, playbooks, or coaching scorecards
- C) Troubleshooting meeting bot, CRM sync, or transcription issues
- D) Clari API integration (forecast export, data ingestion, audit events)
- E) Evaluating Clari Copilot vs alternatives (Gong, Avoma, tl;dv, etc.)
- F) Understanding pricing tiers and what's gated to which plan
-
Which Clari Copilot plan are you on?
- A) Growth (~$60/user/mo)
- B) Accelerator (~$90/user/mo)
- C) Enterprise (~$110/user/mo)
- D) Bundled with Clari Core / not sure
- E) Evaluating — haven't purchased yet
Step 2 — Route or answer directly
| Problem domain | Route to |
|---|---|
| Picking a note-taker across vendors (Clari Copilot vs Gong vs Fathom, etc.) | |
| Building a coaching program or training cadence | |
| Reviewing a specific call for coaching or scoring | |
| Revenue forecasting strategy (not Clari API) | |
| General CRM-to-tool integration (Zapier, webhooks, iPaaS) | |
Step 3 — Clari Copilot platform reference
references/platform-guide.mdStep 4 — Actionable guidance
- Battlecard frequency vs rep distraction — start with 2-3 critical battlecards, not every competitor
- Coaching scorecards — pick 3-5 behaviors that correlate with win rates, avoid scoring everything
- CRM sync — map only the fields reps actually use in their workflow, not every available field
- Gametapes — curate 5-10 best calls per use case, don't let the library bloat
- Meeting bot consistently fails to join (not just late) — likely a calendar/permissions issue on Clari's side
- CRM field mapping returns errors — may need Clari admin to adjust field permissions
- Enterprise API access not provisioned — requires account team intervention
references/learnings.mdGotchas
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
- Copilot API is Enterprise-only. Growth and Accelerator plans don't get API access. If you need programmatic access to call data, confirm Enterprise pricing first.
- Battlecards can be distracting. Multiple users report cards popping up repeatedly mid-call. Start with a small set of high-value battlecards and expand gradually — don't enable every card at launch.
- Bot joining is not instant. Clari's meeting bot can take a few minutes to join after a call starts, potentially missing the opening. Invite the bot manually before critical calls if auto-join is unreliable.
- 15-language transcription limit. If your team sells globally, Clari Copilot supports fewer languages than competitors like tl;dv (30+) or Notta (58). Check your language coverage before committing.
- CRM sync requires clean data. Incomplete or stale CRM records cause sync failures and inaccurate deal intelligence. Clean your CRM data before rolling out Copilot — don't expect Copilot to fix data quality.
- Steep learning curve. Users describe the UI as "overwhelming" with complex navigation. Plan for 2-4 weeks of admin ramp time and schedule team training sessions.
- Implementation costs add 20-30% to first year. Budget $15K-75K for professional services on top of per-seat pricing. Negotiate this as part of the initial contract.
- Clari acquired Salesloft (late 2025). The product roadmap is merging. If evaluating Clari Copilot standalone, ask your account team about Salesloft bundling and how features will consolidate.
Related skills
- — Picking an AI note-taker across vendors (Fathom, Fireflies, Avoma, Gong, etc.) or wiring APIs for transcript pipelines
/sales-note-taker - — Building coaching programs, onboarding, role-play, certifications, measuring coaching impact
/sales-coaching - — Review a specific call for coaching or scoring
/sales-call-review - — Revenue forecasting, pipeline coverage, commit validation, gap analysis
/sales-forecast - — Gong platform help — direct competitor, often compared on pricing and features
/sales-gong - — General CRM/tool integration patterns (Zapier, webhooks, iPaaS)
/sales-integration - — Not sure which skill to use? The router matches any sales objective to the right skill. Install:
/sales-donpx skills add sales-skills/sales --skill sales-do
Examples
Example 1: Battlecards overwhelming reps
- Reads platform guide for battlecard configuration
- Recommends reducing active battlecards to top 3-5 competitors the team actually encounters
- Suggests configuring trigger sensitivity to only fire on explicit competitor mentions, not adjacent keywords
- Advises reviewing battlecard engagement analytics after 2 weeks to see which ones reps actually use Result: Focused battlecard strategy that helps instead of distracts.
Example 2: Evaluating Clari Copilot pricing
- Reads pricing section — Accelerator at $90/user = $32,400/yr for 30 users, plus $15-50K implementation
- Compares to Gong at ~$1,600/user/yr + $5-50K platform fee = $48K+ for 30 users
- Notes Clari Copilot is cheaper but Gong has deeper conversation analytics and larger integration ecosystem
- Flags that Accelerator doesn't include API access — Enterprise ($110/user) needed for that
- Recommends requesting a Gong quote for direct comparison, and evaluating whether Clari Core forecasting (bundled) justifies the premium over dedicated note-takers like Fathom Business ($25/seat) Result: Clear pricing comparison with the right questions to ask each vendor.
Example 3: Clari API integration for forecast data
- Reads API reference for forecast export endpoints
- Walks through: POST to initiate, GET
/export/forecast/{forecastId}to poll status, GET/export/jobs/{jobId}to download/export/jobs/{jobId}/results - Notes auth via header, 100 req/sec rate limit
apikey - Recommends a nightly cron job with error handling for FAILED/ABORTED states
- Flags that API access requires Enterprise plan Result: Working architecture for automated forecast export.