AssemblyAI Skill

Media

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for AssemblyAI tools.

5 tools
SKILL.md

AssemblyAI
SKILL.md

Domain knowledge for AssemblyAI — speech-to-text, transcription, Lemur, paragraphs, subtitles

AssemblyAI

AssemblyAI transcribes audio/video. Transcripts are the core entity; paragraphs, sentences, subtitles are derived. Lemur is the AI summarization model.

Data Model

  • Transcripts are completed transcriptions. List to get transcript id (tr_id). Paragraphs, sentences, subtitles are transcript-scoped.
  • Lemur: AI summarization/Q&A. Pass transcript id as request_id — same value as tr_id.
  • Hierarchy: Transcript → paragraphs/sentences/subtitle. All derived content needs transcript id.

Gotchas

  • tr_id = request_id: For Lemur, transcript id doubles as request_id.
  • Transcript status: List returns completed transcripts. Pending/processing may need polling.
  • Lemur prompt: Custom prompt for summarization or Q&A.

Use with AssemblyAI Bundle

This skill teaches your AI assistant domain knowledge. To actually execute AssemblyAI API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use AssemblyAI?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

AssemblyAI Skill - SKILL.md for Claude Code, Cursor & More