From claude-transcription
Transcribe an audio file to a raw verbatim transcript using the gemini-transcription MCP server. Preserves every word including fillers. Use when the user asks for a raw transcript, verbatim transcription, or unedited text via Gemini.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-transcriptionThis skill uses the workspace's default tool permissions.
Produce a word-for-word transcript including fillers (ums, ahs, repetitions).
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Produce a word-for-word transcript including fillers (ums, ahs, repetitions).
Call the gemini-transcription MCP tool transcribe_audio_raw (or transcribe_audio with style: "raw" / preset: "verbatim"). Check available presets first with list_transcription_presets.
Transcribe this audio verbatim. Include every word the speaker says, including filler words (um, uh, like), false starts, and repetitions. Do not paraphrase. Do not clean up grammar. Output plain text only, no speaker labels unless multiple speakers are clearly present.
Save to <source_stem>.raw.txt in the source directory (or user-specified path).
gemini-transcription MCP and point them at the server's docs.normalize-format skill first or splitting with ffmpeg.