Loading...
Loading...
Execute TwinMind primary workflow: Meeting transcription and summary generation. Use when implementing meeting capture, building transcription features, or automating meeting documentation. Trigger with phrases like "twinmind transcription workflow", "meeting transcription", "capture meeting with twinmind".
npx skill4agent add jeremylongshore/claude-code-plugins-plus twinmind-core-workflow-atwinmind-install-authMeetingCapturestartLiveCapture()transcribeRecording()SummaryGeneratorgenerateSummary()generateFollowUpEmail()generateMeetingNotes()SpeakerManagerprocessMeeting()| Error | Cause | Solution |
|---|---|---|
| Transcription timeout | Large audio file | Increase maxWaitMs or use async callback |
| Speaker match failed | No calendar data | Provide attendees list manually |
| Summary generation failed | Transcript too short | Ensure minimum 30s of audio |
| Audio format unsupported | Wrong codec | Convert to MP3/WAV/M4A |
| Rate limit exceeded | Too many requests | Implement queue-based processing |
| Format | Supported | Notes |
|---|---|---|
| MP3 | Yes | Recommended |
| WAV | Yes | Best quality |
| M4A | Yes | iOS recordings |
| WebM | Yes | Browser recordings |
twinmind-core-workflow-b