Skip to content
Skillv1.0.0

twinmind-core-workflow-a

Execute TwinMind primary workflow: Meeting transcription and summary generation. Use when implementing meeting capture, building transcription features, or automating meeting documentation. Trigger wi

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/twinmind-core-workflow-a/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill twinmind-core-workflow-a. Copyright stays with the author (MIT).

TwinMind Core Workflow A: Meeting Transcription & Summary

Contents

Overview

Primary workflow for capturing meetings, generating transcripts with speaker diarization, and creating AI summaries with action items.

Prerequisites

  • Completed twinmind-install-auth setup
  • TwinMind Pro/Enterprise for API access
  • Valid API credentials configured
  • Audio source available (live or file)

Instructions

Step 1: Initialize Meeting Capture

Build a MeetingCapture class with startLiveCapture() for real-time recording and transcribeRecording() for file-based transcription. Use Ear-3 model with auto language detection and speaker diarization.

Step 2: Generate AI Summary

Create a SummaryGenerator with generateSummary() (brief/detailed/bullet-points formats), generateFollowUpEmail(), and generateMeetingNotes() methods.

Step 3: Handle Speaker Identification

Build a SpeakerManager that extracts speakers from transcript segments, calculates speaking time per speaker, and optionally matches speakers to calendar attendees.

Step 4: Orchestrate Complete Workflow

Wire everything together in processMeeting(): transcribe audio, then generate summary and identify speakers in parallel, optionally produce follow-up email and meeting notes.

See detailed implementation for complete MeetingCapture, SummaryGenerator, SpeakerManager, and orchestration code.

Output

  • Complete meeting transcript with timestamps
  • Speaker-labeled segments
  • AI-generated summary
  • Extracted action items with assignees
  • Optional follow-up email draft
  • Optional formatted meeting notes

Error Handling

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

Examples

Basic usage: Apply twinmind core workflow a to a standard project setup with default configuration options.

Advanced scenario: Customize twinmind core workflow a for production environments with multiple constraints and team-specific requirements.

Audio Format Support

Format Supported Notes
MP3 Yes Recommended
WAV Yes Best quality
M4A Yes iOS recordings
WebM Yes Browser recordings

Resources

  • TwinMind Transcription API
  • Ear-3 Model Details
  • Audio Format Guide

Next Steps

For action item extraction and follow-up automation, see twinmind-core-workflow-b.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-twinmind-core-a9a300/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-twinmind-core-a9a300.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-twinmind-core-a9a300",
  "kind": "skill",
  "name": "twinmind-core-workflow-a",
  "description": "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\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "saas",
      "twinmind",
      "transcription",
      "workflow",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/twinmind-core-workflow-a/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/twinmind-core-workflow-a/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/twinmind-core-workflow-a/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Bash(npm:*),",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# TwinMind Core Workflow A: Meeting Transcription & Summary\n\n## Contents\n\n- [Overview](#overview)\n- [Prerequisites](#prerequisites)\n- [Instructions](#instructions)\n- [Output](#output)\n- [Error Handling](#error-handling)\n- [Examples](#examples)\n- [Resources](#resources)\n\n## Overview\n\nPrimary workflow for capturing meetings, generating transcripts with speaker diarization, and creating AI summaries with action items.\n\n## Prerequisites\n\n- Completed `twinmind-install-auth` setup\n- TwinMind Pro/Enterprise for API access\n- Valid API credentials configured\n- Audio source available (live or file)\n\n## ",
  "cost": {
    "context_tokens": 740
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-twinmind-core-a9a300/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.