assemblyai-transcribe

Installation
SKILL.md

AssemblyAI transcription + exports

Use this skill when you need to transcribe audio/video or export readable formats (subtitles, paragraphs, sentences) using AssemblyAI.

The helper script in this skill implements the basic REST flow:

  1. (Local files) Upload via POST /v2/upload.
  2. Create a transcript job via POST /v2/transcript.
  3. Poll GET /v2/transcript/:id until the transcript status is completed (or error).

Setup

This skill requires:

  • node on PATH (Node.js 18+ recommended; script uses built-in fetch)
  • ASSEMBLYAI_API_KEY in the environment

Recommended Clawdbot config (~/.clawdbot/clawdbot.json):

Installs
11
GitHub Stars
624
First Seen
Feb 22, 2026
assemblyai-transcribe — sundial-org/awesome-openclaw-skills