HN Podcast Transcribe
/install hn-podcast-transcribe
HN Podcast Transcribe
Automated pipeline: RSS feed → download audio → Whisper transcription → markdown archive.
Quick Start
List episodes from a feed
python3 scripts/hn_podcast_feed.py --feed roundup --limit 10
python3 scripts/hn_podcast_feed.py --json --limit 50
Feeds: roundup (Hacker News Roundup), recap (Hacker News Recap), highlights (HN Highlights), or pass a custom URL with --url \x3CRSS_URL>.
Download and transcribe a single episode
bash scripts/fetch_and_transcribe.sh \x3Caudio_url> ./output
Full archive pipeline (download → transcribe → markdown)
By direct audio URL:
bash scripts/archive_episode.sh "https://media.transistor.fm/ac6c95a2/8dc4e7fe.mp3" ./archive
Batch archive recent episodes (with dedup)
# Archive latest 5 from a feed, skip already-processed
bash scripts/batch_archive.sh roundup 5 ./archive
bash scripts/batch_archive.sh highlights 10 ./archive
Processed episodes are tracked in ./archive/.processed_episodes.json to avoid duplicate work.
Configuration
| Variable | Default | Description |
|---|---|---|
WHISPER_MODEL |
medium |
Whisper model: tiny, base, small, medium, large, turbo |
WHISPER_LANG |
en |
Language code for transcription |
Use turbo for speed, large for best accuracy, tiny for quick testing.
Output
Each archived episode produces:
\x3Cstem>.md— Markdown with metadata header + full transcript\x3Cstem>.mp3— Original audio file
Batch runs maintain .processed_episodes.json for dedup tracking.
Requirements
whisper(pip install openai-whisper)yt-dlp(optional, for non-direct URLs)ffmpeg- Python 3.8+
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hn-podcast-transcribe - After installation, invoke the skill by name or use
/hn-podcast-transcribe - Provide required inputs per the skill's parameter spec and get structured output
What is HN Podcast Transcribe?
Download, transcribe, and archive Hacker News podcast episodes using Whisper. Use when: (1) transcribing HN podcast episodes, (2) archiving podcast transcrip... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.
How do I install HN Podcast Transcribe?
Run "/install hn-podcast-transcribe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is HN Podcast Transcribe free?
Yes, HN Podcast Transcribe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does HN Podcast Transcribe support?
HN Podcast Transcribe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created HN Podcast Transcribe?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.