Install
openclaw skills install podcast-transcribeFor transcript or subtitle requests involving podcast URLs, public audio URLs/files, or raw transcript cleanup. Generates audio + SRT + TXT artifacts and can...
openclaw skills install podcast-transcribeGenerate transcript artifacts from a podcast episode, audio file, or raw transcript, with an optional cleanup pass that uses episode-page context.
./out/<episode-slug>/.npx podcast-helper transcribe <input> --output-dir <dir> --json.--progress jsonl only when machine-readable progress is needed..srt, and .txt.If you are already inside this repository and dist/cli.js exists, node dist/cli.js ... is acceptable. Do not default to repository-local build steps outside this repository.
If you are inside this repository and dist/cli.js is missing, run pnpm run build before using the repo-local entry point.
npx, then pnpm dlx, then a globally installed podcast-helper.yt-dlp.mlx-whisper runs require ffmpeg, python3, and a working runtime from podcast-helper setup mlx-whisper.*.cleaned.txt.Default:
npx podcast-helper transcribe <input> --output-dir ./out/<slug> --json
Fallbacks:
pnpm dlx podcast-helper transcribe <input> --output-dir ./out/<slug> --jsonpodcast-helper transcribe <input> --output-dir ./out/<slug> --jsonnode dist/cli.js transcribe <input> --output-dir ./out/<slug> --json only inside this repositoryFor offline Apple Silicon:
npx podcast-helper transcribe <input> --engine mlx-whisper --output-dir ./out/<slug> --json
Only enter cleanup when the user asks for it or already has a raw transcript.
curl https://r.jina.ai/<podcast-url>.*.cleaned.txt file.If no episode URL is available, clean conservatively and explicitly say that external episode context was not used.
references/inputs-and-engines.md for supported inputs, engine selection, and dependency notes.references/output-contract.md for the JSON success and failure envelopes and progress handling.references/cleanup.md for detailed cleanup rules and conservative editing guidance.references/verification.md for smoke-test inputs and verification steps.references/setup.md when installing this skill into Claude Code, OpenClaw, or other agents.