Armory
Source
Browse
Skills

transcribe

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install transcribe --cli claude

writes the skill into.claude/skills/transcribe/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/transcribe/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

When to use it

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/media/transcribe/SKILL.md -o .claude/skills/transcribe/SKILL.md

Notes

Extracted from davila7/claude-code-templates, transcribe category.