Demodesk platform help — AI-powered sales meeting platform with conversation intelligence, coaching scorecards, CRM auto-update, and autonomous AI agents. Use when setting up Demodesk recording and transcription, CRM fields not syncing from Demodesk to Salesforce or HubSpot, AI coaching scorecards scoring inaccurately, transcription in wrong language or speakers mixed up, configuring AI Crew autonomous agents, downloading transcripts or summaries via the Demodesk API, comparing Demodesk to Gong or other conversation intelligence tools, or Demodesk webhook events not firing. Do NOT use for choosing between AI note-takers generally (use /sales-note-taker) or building a coaching program (use /sales-coaching).
If references/learnings.md exists, read it first for accumulated platform knowledge.
What do you need help with?
Which Demodesk modules are you using?
Which CRM?
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Choosing between Demodesk and other note-takers | /sales-note-taker {user's question} |
| Building a coaching program or framework | /sales-coaching {user's question} |
| Reviewing a specific sales call | /sales-call-review {user's question} |
| CRM integration strategy across tools | /sales-integration {user's question} |
| Meeting scheduling optimization | /sales-meeting-scheduler {user's question} |
When routing to another skill, provide the exact command.
Read references/platform-guide.md for the full platform reference — modules, pricing, integrations, data model, API endpoints, workflows.
Answer the user's question using only the relevant section. Don't dump the full reference.
For API-specific questions, also read references/demodesk-api-reference.md for endpoint details, authentication, rate limits, and webhook events.
Focus on the user's specific situation:
/recordings/{token}/scorecards.If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
/api/v2/) for recordings, transcripts, summaries, scorecards. V1 still works for meetings/users but isn't getting new features./sales-note-taker — Choosing between AI note-takers (Fathom, Fireflies, Avoma, Gong, etc.) or wiring their APIs into downstream systems/sales-coaching — Building coaching programs, onboarding, role-plays, measuring coaching impact/sales-call-review — Reviewing a specific sales call for coaching feedback/sales-integration — Connecting sales tools via webhooks, Zapier, Make, or API/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-doUser says: "Demodesk isn't syncing call notes to Salesforce after meetings" Skill does: Checks CRM connection status, verifies AI CRM Concierge field mapping, confirms meeting was recorded and transcription completed, walks through Salesforce event object mapping and duplicate prevention settings.
User says: "I want to score my team's discovery calls on MEDDIC criteria" Skill does: Walks through creating a custom scorecard template with MEDDIC dimensions (Metrics, Economic Buyer, Decision Criteria, Decision Process, Identify Pain, Champion), configuring 1-5 scoring per question, setting up team performance dashboards, and exporting scores via the API.
User says: "How do I download all team transcripts into our data warehouse?"
Skill does: Covers V2 API authentication, listing recordings with filters, cursor-based pagination, batch transcript download (POST /transcripts/batch with up to 100 tokens), rate limit handling (120 req/min, 429 with Retry-After), and webhook-driven pipeline using recording.transcription_postprocessed event.
Cause: Automatic language detection fails with code-switching (e.g., switching between English and German mid-call) or strong accents. Speaker diarization struggles with similar-sounding voices. Solution: Check if the meeting had clear audio (no background noise). Demodesk supports 98 languages but auto-detection can misfire — look for manual language override in meeting settings. For speaker attribution, ensure all participants joined with distinct audio sources (not sharing a mic).
Cause: AI notes are generated from transcripts — if the transcript has errors, the summary inherits them. Notes can also be placed into irrelevant templates. Solution: Always verify summaries against the raw transcript. Check that the correct note template was applied. Report persistent inaccuracies to Demodesk support for model improvement.
Cause: Webhook setup requires manual activation by Demodesk support. Self-service webhook configuration is not available.
Solution: Email [email protected] with your endpoint URLs and which events you need (e.g., recording.transcription_postprocessed, demo.ended). Verify your endpoint returns 200 within the timeout window. Check for 429 rate limiting if processing is slow.