transcript-cleanup

transcript-cleanup is a skill for Claude Code from ur-grue/autopunk-media-skills. It costs 49 tokens per session (1,774 once invoked), scanned A, original, MIT.

A transcript editor for raw computer-generated podcast transcripts. It removes filler and transcription mistakes, adds speaker labels, improves layout, and keeps the host's and guests' authentic wording.

In plain words
What is it for?
It is for cleaning transcripts from services such as Otter.ai, Descript, Whisper, or Rev for websites, show pages, or documents.
Why use it?
It turns error-filled, difficult-to-read transcripts into clear records that are suitable for publication and accessibility.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the autopunk-media-skills plugin — 187 skills shipped together

Good fit It is for cleaning transcripts from services such as Otter.ai, Descript, Whisper, or Rev for websites, show pages, or documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ur-grue/autopunk-media-skills/transcript-cleanup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ur-grue/autopunk-media-skills --skill transcript-cleanup
Clone the repo
git clone --depth 1 https://github.com/ur-grue/autopunk-media-skills

Made for: Claude Code.

Or install autopunk-media-skills, the plugin that ships this one along with the rest of its 187 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for transcript-cleanup

README.md
[![agentmods](https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/transcript-cleanup/github.svg)](https://agentmods.dev/skills/ur-grue/autopunk-media-skills/transcript-cleanup)
Your own site
<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/transcript-cleanup"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/transcript-cleanup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for transcript-cleanup

Your own site · 80×15
<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/transcript-cleanup"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/transcript-cleanup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,774 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.01774
Opus 5 $0.00024 $0.00887
Sonnet 5 $0.00010 $0.00355
Haiku 4.5 $0.00005 $0.00177

Measured 7d ago against content hash c4a9e51504b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

transcript-cleanup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/podcast/post-production/transcript-cleanup/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Transcript Cleanup

What This Skill Does

Cleans and formats a raw auto-generated podcast transcript for publication on a website or show page — removing filler words and transcription errors, adding speaker labels, formatting for readability, and preserving the authentic voice of host and guests.

When To Use This Skill

  • You have a raw transcript from an auto-transcription service (Otter.ai, Descript, Whisper, Rev) and need it cleaned for publication
  • You want to publish an accessible transcript on your show's website alongside the episode
  • Your sponsor or network requires a clean transcript for accessibility compliance
  • You want a readable written record of an interview that can be shared as a standalone document

What You Need To Provide

Required:

  • The raw transcript text (paste directly)
  • The names of the host and guest(s), so the assistant can assign correct speaker labels

Optional:

  • Show name and episode title (for the header)
  • Any proper nouns, technical terms, or names that the transcription service consistently got wrong (the assistant will look for these and correct them)
  • Publication format: website (markdown), plain text, or formatted document
  • Whether you want light cleanup (fix errors, add speakers, remove obvious filler) or heavy cleanup (also remove all filler words, tighten sentences, remove false starts)

How the Assistant Approaches This

  1. Assigns correct speaker labels throughout, replacing auto-generated labels (SPEAKER 1, SPEAKER 2) with actual names
  2. Corrects transcription errors: proper nouns misspelled, technical terms mangled, homophones chosen incorrectly, sentences that clearly run together or are incorrectly split
  3. Applies the appropriate level of cleanup:
    • Light: Fix errors and add speakers only; preserve all speech patterns including filler words and false starts — this is the most authentic record
    • Heavy: Also remove filler words (um, uh, you know, like used non-meaningfully), clean false starts (incomplete sentences immediately corrected by the speaker), and tighten repeated false starts into the completed sentence
  4. Adds minimal formatting: timestamps every 5–10 minutes, a header with episode title and date, clean paragraph breaks between speakers
  5. Does not change the meaning, reorder ideas, or silently alter what was said — any uncertain transcription is marked [UNCLEAR] rather than guessed at
  6. Closes with a "Next Step" note: how to handle any [UNCLEAR] passages (check against the audio file), and whether show-notes-generator or episode-summary-writer should be run using this cleaned transcript as the source material

Read the full file on GitHub · 113 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 113 lines · 49 tokens per session scan A c4a9e51504b4

Subscribe to this mod's changes

transcript-cleanup is a skill published in the GitHub repository ur-grue/autopunk-media-skills (30 stars, last pushed 10d ago), licensed MIT. It adds 49 tokens to every session and 1,774 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

design-elevation

Comprehensive design elevation system that automatically transforms functional visual outputs into polished, professional designs. Use when creating ANY visual output including presentations (pptx), spreadsheets (xlsx), dashboards, reports, HTML artifacts, PDFs, web pages, or data visualizations. Applies systematic…

cuellarfr/design-skills · 122 tokens

bluf-rewriter

Reorganizes a memo, email, status update, or report so the bottom line is up front. Implements Kramon's BLUF (Bottom Line Up Front) rule. Use when a draft buries the lede, opens with context instead of conclusion, or builds up to the point with "organ music." Triggers on "BLUF," "lede," "buried," "memo," "status…

kalyvask/winning-writing · 98 tokens

podcast-transcript-txt

A workflow for finding and exporting cleaned podcast or video transcripts as TXT files. It accepts sources such as YouTube, episode webpages, podcast searches, social-media links, audio URLs, and episode titles.

KingJing1/podcast-transcript-txt-skill · 78 tokens

transcript-to-epub

Turn a YouTube URL or a local timestamped transcript into a designed, attributed EPUB reading edition. Auto-detects speakers/channel, cleans timestamps, always credits the original creators, and builds both a clean Markdown book and a book.epub.

forsvn-labs/transcript-to-epub · 56 tokens

audio-video

Load this skill whenever the project contains audio or video content, media players, podcasts, video embeds, or any / elements. Under no circumstances publish audio or video without captions, transcripts, and audio descriptions where required. Absolutely always apply WCAG 1.2 criteria for time-based media.

mgifford/accessibility-skills · 65 tokens

transcript-ingestion

Transcript ingestion authority — capture, normalize, and prioritize transcripts from YouTube videos, podcast pages, captions, show notes, and transcript-like page content for persona systems, RAG pipelines, and grounded synthesis.

LuuOW/meridian-mcp · 45 tokens