Transform messy voice transcription text into well-formatted, human-readable documents while preserving original meaning
Transforms messy voice transcripts into clean, readable documents by removing filler words, fixing errors, and adding structure. Use when you need to clean raw transcription files while preserving all original content.
/plugin marketplace add MacHu-GWU/sanhe-claude-code-plugins/plugin install youtube@sanhe-claude-code-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/audio_transcript_cleanup.pyClean up raw audio transcriptions by removing filler words, fixing errors, and adding proper structure.
Use the audio_transcript_cleanup.py script to process transcript files:
# Use default output location (~/tmp/cleaned_transcript.md - allows overwrite)
python scripts/audio_transcript_cleanup.py --transcript-file /path/to/transcript.txt
# Specify custom output location (cannot overwrite existing files)
python scripts/audio_transcript_cleanup.py --transcript-file /path/to/transcript.txt --output /path/to/output.md
The script automatically:
--transcript-file (required) - Path to the transcript file to clean up--output (optional) - Custom output path (default: ~/tmp/cleaned_transcript.md)~/tmp/cleaned_transcript.md - Allows overwriteAuto-detects and works with: