End-to-end audio transcription pipeline: preprocess (denoise, VAD, format normalization, speaker sampling), transcribe (Gemini, AssemblyAI, local Whisper), post-process (clean fillers, structure, blog/summary/notes), combine versions, and export.
Remove filler words, false starts, and immediate repetitions from an existing transcript file. Preserves meaning, tone, and structure. Use when the user asks to clean a transcript, remove fillers, or tidy up a raw transcription.
Concatenate multiple audio recordings into one file and send as a single transcription job. Preserves a segment map so timestamps in the unified transcript can be traced back to their source files. Use when the user has several voice memos / chapters / interview parts that belong to one session and wants a single combined transcript instead of N separate ones.
Concatenate multiple transcript variants (raw, cleaned, structured, blog, summary, notes) into a single combined document — markdown with variant headers, or Typst-rendered PDF with page numbers and variant name in the footer. Use when the user asks to combine versions, merge transcript variants, or produce a single multi-version document.
Onboarding for Claude-Transcription — registers the user's transcription and denoise backends (cloud APIs, MCP servers, local binaries, custom endpoints) into a user-data config file. No provider hardcoded; user picks what they have. Use when the user asks to configure claude-transcription, set up the plugin, add a new transcription backend, or pick a default provider.
Remove background noise from an audio file. Cloud providers (Auphonic default, ElevenLabs, Dolby.io) or local (DeepFilterNet ML, ffmpeg afftdn non-ML). Use when the user asks to denoise, clean up noise, remove hum/hiss, or enhance speech audio before transcription.
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
End-to-end audio-to-transcript pipeline as a Claude Code plugin. Preprocess long-form recordings, transcribe via cloud or local engines, post-process into clean/structured/blog/summary formats, combine versions, and export.
audio ──► preprocess ──► transcribe ──► post-process ──► combine ──► export
denoise — remove background noise. Cloud: Auphonic (default, cheapest), ElevenLabs Voice Isolator, Dolby.io. Local: DeepFilterNet (ML) or ffmpeg afftdn (non-ML).truncate-silence — VAD-based silence removal (silero-vad or ffmpeg silenceremove).normalize-format — stereo→mono, 16kHz resample, compress WAV to opus/mp3.extract-speaker-samples — cluster unique voices in the audio, emit short per-speaker samples for user to label (feeds diarization).transcribe-gemini-raw — verbatim via gemini-transcription MCP.transcribe-gemini-cleaned — filler words removed at transcription time.transcribe-assemblyai — timestamped + diarization via AssemblyAI.transcribe-whisper-local — offline transcription via local Whisper.setup-whisper — one-time local Whisper installation.clean-transcript — strip fillers (ums, likes, repetitions) from an existing transcript.structure-transcript — add headers, logical sections, paragraph breaks.transcript-to-blog — rewrite as a publishable blog post.transcript-to-summary — executive summary + bullet highlights.transcript-to-notes — structured meeting/study notes.combine-versions — concatenate raw + cleaned + structured into one doc. Markdown (variant headers) or Typst → PDF (page numbers, variant in footer).export-transcript — email, upload to Google Drive, or copy to clipboard.configure — onboarding: pick denoise + transcription providers, set default output directory, toggle cloud/local preference.configure or per-invocation.See CLAUDE.md for config file schema and conventions.
claude plugins marketplace add danielrosehill/Claude-Code-Plugins
claude plugins install claude-transcription@danielrosehill
Then restart Claude Code.
ffmpeg — preprocessingpython3 + uv — for skills that shell out to Python (DeepFilterNet, silero-vad, pyannote, whisper)gemini-transcription, gws-personal (for Drive export)AUPHONIC_API_KEY, ELEVENLABS_API_KEY, ASSEMBLYAI_API_KEY, DOLBY_API_KEYMIT
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-transcriptionStandalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Memory compression system for Claude Code - persist context across sessions
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin for generating personal user manuals and private documentation for codebases. Creates personalized, private reference guides with PDF output support.
Research, filter, compare, and evaluate AI models on OpenRouter — discover models by capability (tool use, vision, audio), get cost/context-aware recommendations, run head-to-head comparisons, and conduct deep research that goes beyond the OpenRouter catalog.
Claude Code plugin for writing assistance, proofreading, style editing, and text transformation workflows.