Build meeting intelligence with the MeetStream API — AI notetakers, real-time sales coaches, conversation intelligence, Google Calendar auto-recording, and AI meeting agents. Scaffolds complete apps in one prompt. Works with Zoom, Google Meet, and Microsoft Teams. Every endpoint live-tested — no hallucinations.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build Google Calendar-driven meeting automation on MeetStream — connect a Google Calendar once and a bot auto-joins every upcoming meeting, records, transcribes, and triggers your post-meeting workflow. Use when the user says "auto-record my Google Calendar meetings", "connect Google Calendar to MeetStream", "Google Calendar bot integration", "calendar automation for meetings", "join every meeting on my calendar automatically", "scheduled meeting bot", "recurring meeting notetaker", "Google Calendar meeting intelligence", or "OAuth calendar bot setup". Walks through Google Cloud OAuth setup, connects the calendar to MeetStream, enables auto-scheduling with a default bot config, and shows how to handle recurring events.
First-time setup for MeetStream — guides a brand-new user through account signup, API key creation, environment configuration, and a validation ping. MUST be invoked before any other MeetStream skill (notetaker, sales-coach, calendar-automation, etc.) if MEETSTREAM_API_KEY is missing. Auto-trigger when user says "set up MeetStream", "I don't have a MeetStream account", "first time using MeetStream", "MeetStream onboarding", "create MeetStream API key", "MeetStream signup", "how do I start with MeetStream", or when a user invokes any other MeetStream skill without MEETSTREAM_API_KEY set.
Build a complete MeetStream-powered AI meeting notetaker — bot joins, records, transcribes, generates an AI summary, and emails it to the meeting attendees (you choose the email provider: Resend / SendGrid / SMTP). Use when the user says "build a notetaker", "AI meeting notetaker", "meeting recorder with AI summaries", "auto-summarize my meetings", "AI meeting summarizer", "meeting action items extractor", "meeting recap email", or any variant of a meeting-summary product. Walks through tech stack choice, scaffolds webhook handler, transcript fetch, LLM summary, and email delivery end-to-end.
Build a real-time AI sales coaching tool on MeetStream — live transcription streams to a server that detects objections, talk-time imbalance, missed questions, etc., and surfaces coach cards to the seller during the call. Use when the user says "real-time AI sales coach", "AI cue cards during calls", "live objection detection", "AI copilot for sales calls", "live conversation intelligence", "live meeting assistant", "real-time meeting intelligence", "live sales call analyzer", or "real-time AI call coaching". Scaffolds streaming-provider bot + webhook server + WebSocket push to the seller's browser tab.
Send a single test bot to a live meeting and stream every webhook event to the terminal in real time. Used to validate end-to-end MeetStream configuration before shipping. Use when the user says "test my MeetStream setup", "send a test bot", "validate my webhook", "watch bot events live", "debug a bot run", or "make sure everything works".
Uses power tools
Uses Bash, Write, or Edit tools
The fastest way to build meeting intelligence — AI notetakers, real-time sales coaches, transcription pipelines, and Google Calendar–driven recording automation.
# 1. Install the plugin
claude plugin install meetstream-ai/meetstream
# 2. Set your API key (one-time)
export MEETSTREAM_API_KEY=ms_xxxxx
# 3. Verify your account is configured
claude "verify my meetstream account"
# 4. Build something
claude "build me an AI meeting notetaker that emails summaries"
That's it. Claude scaffolds a working FastAPI/Express app with the webhook handler, transcript fetch, LLM summary, and delivery layer wired up.
The fastest path from idea to production for every meeting-intelligence use case:
| Use case | Try in Claude | What you get |
|---|---|---|
| 🎙️ AI Meeting Notetaker | "build me an AI notetaker" | Full webhook server + transcript fetch + GPT-4 summary + email delivery (Resend / SendGrid / SMTP) |
| 🎯 Real-Time AI Sales Coach | "build a real-time AI sales coach" | Live transcription + objection detection + WebSocket push to seller's browser |
| 📊 Conversation Intelligence Platform | "build a conversation intelligence tool" | Live + post-call transcripts + speaker analytics + searchable archive |
| 📅 Google Calendar Auto-Recording | "auto-record every meeting on my Google Calendar" | OAuth setup + /calendar/create_calendar + auto-schedule + recurring event handling + post-meeting delivery |
| 🔁 Scheduled / Recurring Meeting Bot | "join every standup automatically" | Calendar-driven, hands-free — bot joins 1 min before each meeting, recurring events auto-reschedule |
| 🤖 AI Meeting Assistant (MIA) | "build an AI agent that joins my meetings" | MIA agent config (pipeline/realtime) + hosted bridge + voice/text interaction |
| 📞 Customer Call Analyzer | "analyze every sales call for insights" | Transcript → LLM extraction → CRM auto-update → trend dashboards |
| 🌍 Multilingual Meeting Transcriber | "transcribe Hindi/Tamil/Telugu meetings" | Sarvam provider + Indic language config + translation |
| 🎬 Compliance Meeting Recorder | "record meetings with 90-day retention" | Long-retention bot + per-participant audio + audit trail |
| 📝 Live Captions Service | "build a live captions service" | Streaming bot + caption broadcast UI + multilingual support |
| 🎓 Interview Recorder | "record + diarize interview meetings" | Per-participant audio tracks + speaker labels + structured transcript |
Each of these is a complete, production-quality prompt. Paste any one into Claude Code and you'll get a working, end-to-end app — webhook server, MeetStream integration, AI processing, delivery layer, error handling, all wired up.
Build me an API-triggered AI meeting notetaker in Python + FastAPI. Flow: my app POSTs
{meeting_link, attendee_emails, triggered_by}to/meetings/start→ MeetStream bot joins → meeting ends → fetch transcript via the canonicalbot_details.transcript_idflow → generate a structured summary with GPT-4o (executive summary, key decisions, action items with owners, open questions) → email the summary to all attendees + the trigger user via Resend with the transcript attached astranscript.txt. Use deepgram as the transcription provider. Include: idempotent webhook handler (dedupe with{bot_id, event, timestamp || message}fallback for lifecycle events), Redis-backed dedup, graceful handling oftranscription.failed(retry with a different provider viaPOST /bots/{id}/transcribe),.envconfig with.gitignore, README withngroksetup, arequirements.txt, and aseed.pytest script that triggers a sample meeting. Tag every bot withtriggered_byincustom_attributesfor correlation. Use the recommendedautomatic_leavedefaults (600/600/600/14400/300).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub meetstream-ai/claude-plugin --plugin meetstreamSkills for the Zoom Developer Platform: REST APIs, Meeting SDK, Video SDK, MCP servers, webhooks, Team Chat, Phone, Contact Center, and authentication workflows
Claude Code skill pack for Granola AI meeting notes (24 skills)
Conversation memory for AI assistants — record, transcribe, search meetings and voice memos. 19 skills + 1 agent + 2 hooks.
Meeting intelligence - analyze transcripts, prepare for meetings, and catch up after time off via Glean. Requires glean-core.
Session wrap-up workflow with multi-agent analysis pipeline for documentation, automation, learning, and follow-up suggestions
Process meeting transcripts into structured notes with action items