Agent skill · Media & Video

podcast-transcribe

播客/小宇宙 → 下载 → 转录 → 存为 Markdown 的完整工作流。 支持 RSS 批量下载、单集链接转录。

chubbyguan576★ · +14/wk · 1 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add chubbyguan/chubbyskills --skill podcast-transcribe --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 2 KB
Bundled scripts: yes
Version: 1.0.0
Path: podcast-transcribe/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 590 · +14 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 播客转录 Skill 将播客音频下载并转录为文字,存为 Markdown 文件。支持小宇宙、喜马拉雅等平台。 ## 环境要求 ```bash # Python 3.9+ python -m venv .venv source .venv/bin/activate # 依赖 pip install faster-whisper # 系统依赖 # macOS: brew install ffmpeg # Ubuntu: sudo apt install ffmpeg ``` ## 使用方法 ### 单集转录 ```bash python scripts/transcribe.py "https://www.xiaoyuzhoufm.com/episode/xxxxx" ``` ### 批量转录(RSS) ```bash python scripts/batch_transcribe.py

More from chubbyskills
All skills →
About this skill
What does the podcast-transcribe skill do?

播客/小宇宙 → 下载 → 转录 → 存为 Markdown 的完整工作流。 支持 RSS 批量下载、单集链接转录。

How do I install it?

Run `npx skills add chubbyguan/chubbyskills --skill podcast-transcribe --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From chubbyguan/chubbyskills, a repository with 590 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going