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+
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hn-podcast-transcribe - 安装完成后,直接呼叫该 Skill 的名称或使用
/hn-podcast-transcribe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
HN Podcast Transcribe 是什么?
Download, transcribe, and archive Hacker News podcast episodes using Whisper. Use when: (1) transcribing HN podcast episodes, (2) archiving podcast transcrip... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。
如何安装 HN Podcast Transcribe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hn-podcast-transcribe」即可一键安装,无需额外配置。
HN Podcast Transcribe 是免费的吗?
是的,HN Podcast Transcribe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HN Podcast Transcribe 支持哪些平台?
HN Podcast Transcribe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HN Podcast Transcribe?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。