← 返回 Skills 市场
Podcast Downloader
作者
zhang Yuming
· GitHub ↗
· v1.0.0
· MIT-0
427
总下载
3
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install podcast-downloader
功能描述
小宇宙播客下载工具。从小宇宙(xiaoyuzhoufm.com)下载播客音频和Show Notes。自动转换为MP3格式(兼容Sanag、小游等骨传导蓝牙耳机、水下游泳时离线播放)。当用户需要下载播客、保存播客音频、提取播客文字内容时使用。支持:(1) 单集下载,(2) 批量下载,(3) 自定义音质,(4) 自动...
安全使用建议
This skill appears to do exactly what it claims: parse episode pages, download the audio from the podcast CDN, convert to MP3, and save shownotes to disk. Before installing or running: (1) inspect scripts/download.sh yourself (it will write files into PODCAST_DIR and execute curl/ffmpeg commands); (2) ensure ffmpeg and jq are installed; (3) change PODCAST_DIR if you don't want downloads placed into a cloud-synced Documents folder; (4) confirm you have the right to download and store the podcast content (copyright/terms); and (5) run the script in a safe environment the first time (or with a test URL) so you can confirm behavior.
功能分析
Type: OpenClaw Skill
Name: podcast-downloader
Version: 1.0.0
The podcast-downloader skill is a legitimate utility designed to download audio and show notes from xiaoyuzhoufm.com. The core logic in `scripts/download.sh` uses standard tools (curl, jq, ffmpeg) to extract metadata from the site's JSON data, download the media, and perform format conversion. No evidence of data exfiltration, malicious execution, or prompt injection was found; the hardcoded default path (/Users/zym/Documents/podcast/) appears to be a user-specific configuration rather than a malicious indicator.
能力评估
Purpose & Capability
Name/description, SKILL.md, reference.md and scripts/download.sh are coherent: they parse __NEXT_DATA__ from xiaoyuzhoufm pages, download the enclosure URL (media.xyzcdn.net), convert m4a→mp3 with ffmpeg, and save shownotes. No unrelated services, credentials, or binaries are requested.
Instruction Scope
Runtime instructions and the script only fetch web pages and media from xiaoyuzhoufm/CDN, convert audio, and write files to the user-specified PODCAST_DIR. They do not read unrelated system files, access other env vars, or send data to unexpected endpoints.
Install Mechanism
No install spec; this is an instruction-only skill with a bundled bash script. Nothing is downloaded or installed by the skill itself.
Credentials
No credentials or secret environment variables are required. Declared env vars (PODCAST_DIR, AUDIO_QUALITY, KEEP_M4A) are appropriate for the task. The default directory is a user Documents path (not a secret).
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent settings, and has no persistent/background components. It only runs the included script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install podcast-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/podcast-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Download podcast audio and show notes from xiaoyuzhoufm.com with automatic MP3 conversion for Bluetooth headphone compatibility. Supports single and batch downloads, custom audio quality, and show notes extraction.
元数据
常见问题
Podcast Downloader 是什么?
小宇宙播客下载工具。从小宇宙(xiaoyuzhoufm.com)下载播客音频和Show Notes。自动转换为MP3格式(兼容Sanag、小游等骨传导蓝牙耳机、水下游泳时离线播放)。当用户需要下载播客、保存播客音频、提取播客文字内容时使用。支持:(1) 单集下载,(2) 批量下载,(3) 自定义音质,(4) 自动... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 427 次。
如何安装 Podcast Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install podcast-downloader」即可一键安装,无需额外配置。
Podcast Downloader 是免费的吗?
是的,Podcast Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Podcast Downloader 支持哪些平台?
Podcast Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Podcast Downloader?
由 zhang Yuming(@zymclaw)开发并维护,当前版本 v1.0.0。
推荐 Skills