sales-monday-notetaker
monday.com AI Notetaker platform help — native meeting recording, transcription, and action-item creation inside monday.com boards for Zoom/Meet/Teams. Use when deciding if monday's built-in notetaker is enough or if a dedicated tool like Fathom or Fireflies is better, setting up AI Notetaker with calendar auto-invite and Zoom bot permissions, turning meeting action items into monday.com board items automatically, querying meeting transcripts via the monday GraphQL API (notetaker.meetings endpoint), troubleshooting the notetaker bot not joining or recording, understanding AI credit costs for meeting transcription, or comparing monday Notetaker pricing on Pro vs Enterprise plans. Do NOT use for general note-taker comparison across many platforms (use /sales-note-taker) or reviewing a single call for coaching (use /sales-call-review).
What this skill does
# monday.com AI Notetaker Platform Help
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated platform knowledge.
1. **What's your primary goal?**
- A) Decide if monday's notetaker is sufficient or if I need a dedicated tool
- B) Set up AI Notetaker (calendar connect, bot config, auto-invite)
- C) Turn meeting action items into monday.com board items/subitems
- D) Query meeting data via the monday GraphQL API
- E) Understand pricing — AI credits, Pro vs Enterprise, add-on costs
- F) Troubleshoot a specific issue (bot not joining, vague summaries, permissions)
2. **What meeting platforms do you use?**
- A) Zoom
- B) Google Meet
- C) Microsoft Teams
- D) Multiple
3. **What monday.com plan are you on?**
- A) Standard ($12/seat/mo) — AI Notetaker not available
- B) Pro ($19/seat/mo)
- C) Enterprise (custom)
- D) Not sure
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 |
|---|---|
| Comparing many note-taker platforms broadly | `/sales-note-taker {user's question}` |
| Reviewing a specific call for coaching | `/sales-call-review {user's question}` |
| Building a coaching program | `/sales-coaching {user's question}` |
| General CRM-to-tool integration (Zapier, webhooks, iPaaS) | `/sales-integration {user's question}` |
| monday.com board/workflow questions unrelated to notetaker | Suggest the user consult monday.com support |
When routing, provide the exact command: "This is a {problem domain} question — run: `/sales-{skill} {user's original question}`"
Otherwise, answer directly below.
## Step 3 — monday Notetaker platform reference
**Read `references/platform-guide.md`** for the full platform reference — features, pricing, AI credits, integrations, workflow setup.
If the question involves the GraphQL API, also read `references/monday-notetaker-api-reference.md`.
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.
**Should you use monday's notetaker or a dedicated tool?**
- **Use monday Notetaker if**: you already pay for Pro/Enterprise, your team lives in monday.com, you want action items flowing directly into boards, and you don't need deep conversation analytics or coaching scorecards.
- **Use a dedicated tool if**: you need sophisticated summaries, speaker analytics, coaching/methodology scoring, cross-meeting search, or you're on Standard plan.
**Setup checklist:**
1. Confirm you're on Pro or Enterprise plan
2. Connect Google or Outlook calendar in monday.com
3. Configure auto-invite or manually invite the Notetaker bot per meeting
4. For Zoom: ensure your Zoom settings allow external bots/guests to join and record
5. After first meeting: check that action items appear and can be pushed to your board
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.*
- **Requires Pro ($19/seat/mo) or Enterprise — not available on Standard or Basic.** The notetaker is a paid add-on on top of already-paid plans.
- **AI credits system adds hidden cost.** You get 500 free AI credits/month per account. If the notetaker consumes credits per meeting, costs add up. The cheapest paid AI credit plan is $200/month ($2,400/yr annual).
- **Summaries are vague compared to dedicated tools.** Multiple reviews note that monday's AI-generated summaries lack detail compared to Fathom, Fireflies, or tl;dv. Don't expect coaching-grade insights.
- **Zoom bot requires explicit recording permissions from the host.** If your Zoom settings block external bots or guests, the notetaker silently fails to join or record.
- **The Notetaker API requires API version 2026-04 or later.** Older API versions won't expose the `notetaker.meetings` query.
- **Early-stage product with minimal community validation.** Launched September 2025; zero G2/Capterra reviewers mention it across 23,000+ reviews. Expect rough edges.
- **monday.com explicitly disclaims performance warranties for the notetaker** in its terms — treat it as best-effort, not mission-critical.
## Related skills
- `/sales-note-taker` — Comparing AI meeting note-takers and conversation intelligence platforms (Fathom, Fireflies, Gong, etc.)
- `/sales-call-review` — Review a specific call for coaching
- `/sales-coaching` — Build coaching programs that consume call data
- `/sales-integration` — General CRM/tool integration patterns (Zapier, webhooks, iPaaS)
- `/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: Deciding between monday Notetaker and a dedicated tool
**User says**: "We're on monday Pro and wondering if the built-in notetaker is good enough or if we should pay for Fathom or Fireflies."
**Skill does**:
1. Notes monday Notetaker is included with Pro (plus AI credit costs) — no extra per-seat fee
2. Compares: monday gives basic summaries + action items → board items; Fathom/Fireflies give detailed transcripts, conversation search, coaching scorecards, deeper CRM sync
3. If the team's primary need is "stop manual note-taking and create tasks from meetings" → monday Notetaker is sufficient
4. If the team needs analytics, coaching, or detailed searchable transcripts → recommend Fathom ($16-20/mo) or Fireflies ($10-19/mo) with monday.com Zapier integration
**Result**: Clear decision framework based on what the team actually needs from meeting AI.
### Example 2: Setting up auto-invite for Zoom meetings
**User says**: "How do I get the monday notetaker to automatically join all my Zoom calls?"
**Skill does**:
1. Walks through calendar connection (Settings → connect Google/Outlook calendar)
2. Enables auto-invite for all meetings or filtered by calendar/keyword
3. Flags Zoom prerequisite: Settings → Recording → allow external bots
4. Notes: host must grant recording permission when bot joins for the first time
**Result**: Working auto-join config with Zoom permission prerequisites covered.
### Example 3: Querying meeting transcripts via API
**User says**: "I want to pull all meeting transcripts from the last week via the monday API for our data warehouse."
**Skill does**:
1. Points to `notetaker.meetings` GraphQL query (API version 2026-04+)
2. Provides example query with `transcript`, `summary`, `action_items` fields
3. Notes cursor-based pagination (limit 1-100, use `page_info.cursor`)
4. Recommends storing raw JSON in S3/GCS and normalized rows in warehouse
5. Flags: no webhooks for meeting events — must poll
**Result**: Working API integration pattern with pagination and storage architecture.
## Troubleshooting
### Notetaker bot doesn't join the meeting
**Symptom**: You invited the notetaker but it never appears in the Zoom/Meet/Teams call
**Cause**: Most common: Zoom settings block external bots or guests from joining. Also: calendar not connected, meeting is on a platform not supported, or auto-invite filter excluded the meeting.
**Solution**: For Zoom, go to Settings → Recording → enable "Allow external bots to join meetings." For Google Meet, ensure the calendar invite includes the correct email. Verify your calendar is connected in monday.com settings. Check if auto-invite filters are excluding the meeting by keyword or calendar.
### Meeting summaries are too vague or generic
**Symptom**: The AI summary says something like "The team discussed project updates" without useful detail
**Cause**: monday's summarization model is early-stage and less detailed than dedicated tools. Short meetings (<10 min) produce particularly thin summaries.
**SRelated 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.