podcast-downloader

小宇宙播客下载工具。从小宇宙(xiaoyuzhoufm.com)下载播客音频和Show Notes。自动转换为MP3格式(兼容Sanag、小游等骨传导蓝牙耳机、水下游泳时离线播放)。当用户需要下载播客、保存播客音频、提取播客文字内容时使用。支持:(1) 单集下载,(2) 批量下载,(3) 自定义音质,(4) 自动保存Show Notes为Markdown。音频保存到百度云盘同步目录,个人离线收听后删除,不用于传播。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "podcast-downloader" with this command: npx skills add zymclaw/podcast-downloader

Podcast Downloader

Download podcast audio and show notes from xiaoyuzhoufm.com (小宇宙).

Quick Start

# Download single episode
./scripts/download.sh "https://www.xiaoyuzhoufm.com/episode/abc123def456ghi789jklmno"

Output

/Users/zym/Documents/podcast/  # Baidu cloud sync directory
└── PodcastName-EpisodeTitle/
    ├── EpisodeTitle.mp3
    └── EpisodeTitle.md

Workflow

  1. Extract Info - Parse __NEXT_DATA__ JSON from episode page
  2. Download m4a - Get audio file from CDN
  3. Convert to MP3 - Required for Bluetooth headphones compatibility
  4. Delete m4a - Save disk space
  5. Save Show Notes - Extract shownotes as markdown

Requirements

  • curl - HTTP requests
  • jq - JSON parsing
  • ffmpeg - Audio conversion

Environment Variables

VariableDefaultDescription
PODCAST_DIR/Users/zym/Documents/podcast/Output directory (Baidu cloud sync)
AUDIO_QUALITY0MP3 quality (0=best, 2=good, 4=normal)
KEEP_M4AfalseKeep original m4a file

Quick Reference

TaskCommand
Download single episode./scripts/download.sh <URL>
Batch downloadSee reference.md
Custom qualityAUDIO_QUALITY=2 ./scripts/download.sh <URL>
Keep m4aKEEP_M4A=true ./scripts/download.sh <URL>

Files

  • SKILL.md - This file (quick start)
  • reference.md - Advanced usage, batch download, troubleshooting
  • scripts/download.sh - Main download script
  • LICENSE.txt - MIT License

Next Steps

  • For batch download, see reference.md
  • For troubleshooting, see reference.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Csv Analyzer Cn

CSV数据分析工具。数据统计摘要、SVG图表生成、条件筛选、文件合并、数据清洗、格式转换(JSON/HTML/Markdown/SQL)、HTML分析报告。CSV analyzer with stats, SVG charts, filtering, merging, cleaning, format conve...

Registry SourceRecently Updated
General

Tripit Calendar

Read upcoming TripIt travel plans from a TripIt iCal feed; use for next trip, upcoming travel, itinerary, flight or hotel bookings already in TripIt; do not...

Registry SourceRecently Updated
General

Css Helper

CSS代码生成助手。Flexbox布局、Grid布局、CSS动画、渐变色、阴影、响应式断点。CSS helper for flexbox, grid, animation, gradient, shadow, responsive breakpoints. Use when you need css helper...

Registry SourceRecently Updated
General

pdf-to-word

�� PDF �ļ�ת��Ϊ Word �ĵ���.docx��

Registry SourceRecently Updated