linxule

Carrel Transcribe — Development skill for Claude Code

Development community

Transcribe an audio recording and save the transcript to your vault.

How to install Carrel Transcribe

Installs to ~/.claude/skills/linxule-carrel-carrel-transcribe/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linxule-carrel-carrel-transcribe && curl -fsSL https://raw.githubusercontent.com/linxule/carrel/HEAD/commands/carrel-transcribe.md -o ~/.claude/skills/linxule-carrel-carrel-transcribe/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Carrel Transcribe does


description: Transcribe an audio recording and save the transcript to your vault

/carrel-transcribe — Audio Transcription

Transcribe audio files to markdown text and save to the transcripts folder.

When to Use

  • Researcher has an audio file to transcribe
  • Researcher says "transcribe this", "convert this recording"
  • Audio file from interviews, meetings, lectures

What Happens

Uses the `transcribe` skill:

  1. Run `carrel transcript create [--kind interview|meeting|lec

Alternatives in Development

  • Transcribe — Transcribe audio files to text with optional speaker diarization 14.6k ★
  • Memory Recording — 写作记忆记录 skill 669 ★
  • Media — Understand an audio / video / image file — Antigravity (agy/Gemini) transcribes and analyzes it, returning a t 284 ★

Full documentation available on GitHub

View Source Repository