elevenlabs-transcribe

Transcribe an audio/video file using ElevenLabs Scribe v2

Content Preview
---
description: Transcribe an audio/video file using ElevenLabs Scribe v2
argument-hint: <audio-file> [--output file.txt] [--language eng] [--num-speakers 2] [--keyterms "term"]
allowed-tools: Skill(elevenlabs-transcribe), Bash, Read
---

Invoke the elevenlabs-transcribe skill for: $ARGUMENTS
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/elevenlabs-transcribe.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/media/elevenlabs-transcribe.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/media/elevenlabs-transcribe.md

Related Skills