meeting-autopilotTurn meeting transcripts into operational outputs ā action items, decisions, follow-up email drafts, and ticket drafts. Not a summarizer. An operator. Accept...
Install via ClawdBot CLI:
clawdbot install tkuehnl/meeting-autopilotTurn meeting transcripts into structured operational outputs ā NOT just summaries.
This skill activates when the user mentions:
permissions:
exec: true # Run extraction scripts
read: true # Read transcript files
write: true # Save history and reports
network: true # LLM API calls (Anthropic or OpenAI)
Ask the user for their meeting transcript. Accept any of:
The skill auto-detects the format (VTT, SRT, or plain text).
Important: This skill does NOT do audio transcription. If the user has an audio/video file, suggest they use:
whisper.cpp for local transcriptionAsk for (but don't require):
Save the transcript to a temporary file if pasted, then run:
bash "$SKILL_DIR/scripts/meeting-autopilot.sh" <transcript_file> --title "Meeting Title"
Or from stdin:
echo "$TRANSCRIPT" | bash "$SKILL_DIR/scripts/meeting-autopilot.sh" - --title "Meeting Title"
The script handles all three passes automatically:
The script outputs a complete Markdown report to stdout. Present it directly ā the formatting is designed to look great in Slack, email, or any Markdown renderer.
The report includes:
When the conversation is happening in a Discord channel:
Show Action ItemsShow Follow-Up Email DraftShow Ticket DraftsAfter presenting the report, offer:
| Situation | Behavior |
|-----------|----------|
| No API key set | Print branded error with setup instructions |
| Transcript too short (<20 chars) | Suggest pasting more content or checking file path |
| Empty LLM response | Report API issue, suggest checking key/network |
| No items extracted | Report "meeting may not have had actionable content" ā still show key points if any |
| Unsupported file format | Suggest --format txt to force plain text parsing |
~/.meeting-autopilot/history/. Mention this ā it's a preview of the v1.1 feature that tracks commitments across meetings.scripts/meeting-autopilot.sh ā Main orchestrator (the only entry point you need)scripts/parse-transcript.sh ā Transcript parser (VTT/SRT/TXT ā JSONL)scripts/extract-items.sh ā LLM extraction + classificationscripts/generate-outputs.sh ā Operational output generation + report formattingGenerated Mar 1, 2026
A software development team records their daily standup meeting. The skill processes the transcript to extract action items for bug fixes, feature implementations, and technical decisions, then generates Jira ticket drafts and follow-up emails to stakeholders.
A consulting firm holds a quarterly review with a client. The skill analyzes the transcript to capture agreed-upon deliverables, budget decisions, and client requests, producing ready-to-send email summaries and project tracking items.
A product team brainstorms new features and prioritizes roadmap items. The skill extracts decisions on feature scope, assigns action items to designers and developers, and drafts internal communication emails about the new initiatives.
A nonprofit organization records their board meeting discussing strategic initiatives and budget approvals. The skill processes the transcript to document formal decisions, action items for committee chairs, and generates draft minutes for official distribution.
A sales team reviews quarterly performance and plans outreach campaigns. The skill extracts key decisions on target accounts, assigns follow-up tasks to sales representatives, and creates email templates for prospect communication.
Offer the skill as part of a productivity platform with tiered pricing based on meeting volume and features. Enterprise plans include cross-meeting tracking analytics and custom integration with project management tools.
Sell annual licenses to corporations for internal use, with volume discounts based on employee count. Include premium support, custom training, and integration with existing systems like Slack, Microsoft Teams, and Jira.
Provide basic meeting processing for free with limited outputs, then charge for advanced features like unlimited history tracking, custom report templates, and priority API access. Upsell through email draft refinement services.
š¬ Integration Tip
Ensure API keys for Anthropic or OpenAI are properly configured in environment variables before use, and verify transcript formats (VTT/SRT/TXT) match the expected structure for optimal parsing.
ClawdTalk ā Voice calls, SMS, and AI Missions for Clawdbot
Connect to Fathom AI to fetch call recordings, transcripts, and summaries. Use when user asks about their meetings, call history, or wants to search past conversations.
Access Fireflies.ai meeting transcripts, summaries, action items, and analytics via GraphQL API
This skill enables IP address masking and accessing hidden services on the Anyone Network. Route requests through the Anyone Protocol VPN network using a local SOCKS5 proxy.
Query Fireflies.ai meeting data. Use when searching meetings, viewing transcripts, reading AI summaries, extracting action items, or looking up what was disc...
Create or delete Zoom meetings via Server-to-Server OAuth. Use this skill when the user asks to: schedule a Zoom call, create a Zoom meeting, set up a video...