📦 Podcast Downloader — 小宇宙播客下载

v1.0.0

一键下载小宇宙播客音频与 Show Notes,自动转 MP3,支持单集/批量、自定义音质,适配骨传导耳机与离线播放。

3· 395·2 当前·2 累计
zymclaw 头像by @zymclaw (zhang Yuming)·Next
下载技能包
License
Next
最后更新
2026/3/12
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's files and runtime instructions match its stated purpose (downloading episodes from xiaoyuzhoufm, converting to MP3, and saving show notes) and do not request unrelated credentials or perform unexpected network exfiltration.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec; this is an instruction-only skill with a bundled bash script. Nothing is downloaded or installed by the skill itself.
凭证需求
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).
持久化与权限
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.
安全有层次,运行前请审查代码。

License

Next

请查看许可证条款了解详情。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/11

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.

无害

安装命令

点击复制
官方npx clawhub@latest install podcast-downloader
镜像加速npx clawhub@latest install podcast-downloader --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库