← 返回 Skills 市场
terrycarter1985

HN Podcast Transcribe

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hn-podcast-transcribe
功能描述
Download, transcribe, and archive Hacker News podcast episodes using Whisper. Use when: (1) transcribing HN podcast episodes, (2) archiving podcast transcrip...
使用说明 (SKILL.md)

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+
安全使用建议
Review or fix batch_archive.sh before using batch mode, especially with any feed you do not fully trust. Run the skill in a dedicated output folder, verify podcast URLs, and install Whisper, ffmpeg, and yt-dlp from trusted sources.
功能分析
Type: OpenClaw Skill Name: hn-podcast-transcribe Version: 1.0.0 The skill contains a Python code injection vulnerability in `scripts/batch_archive.sh` where RSS feed metadata (title, date, and URL) is unsafely interpolated into a dynamically constructed Python string. While the tool's stated purpose of transcribing Hacker News podcasts appears legitimate, this flaw allows for potential remote code execution (RCE) if the agent processes a maliciously crafted RSS feed.
能力评估
Purpose & Capability
The RSS download, audio transcription, and markdown archiving behavior is coherent with the stated purpose, but it intentionally accepts remote podcast/feed inputs and runs local downloader/transcription tools.
Instruction Scope
Batch archiving interpolates RSS title/date/url fields into a generated python3 -c program without escaping, creating a code-execution risk from untrusted feed metadata.
Install Mechanism
There is no install spec and the registry metadata declares no required binaries, while SKILL.md documents required local tools such as whisper, ffmpeg, and Python.
Credentials
Network downloads, yt-dlp/curl, Whisper, and file writes are expected for this purpose, but users should run them only on trusted URLs in a controlled output directory.
Persistence & Privilege
The artifacts show only local archive outputs and a .processed_episodes.json tracking file under the selected archive directory; no credentials, elevated privileges, or background persistence are shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hn-podcast-transcribe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hn-podcast-transcribe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: RSS feed parsing, Whisper transcription, markdown archiving, batch processing with dedup
元数据
Slug hn-podcast-transcribe
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论