chubbyguan/zhihu-transcribe
> 知乎视频 → 下载 → 转录 → 存为 Markdown。 支持知乎视频链接,无需登录。
npx skills add https://github.com/chubbyguan/chubbyskills --skill zhihu-transcribe
将知乎视频下载音频,用 SenseVoice-Small 转录为文字,存为 Markdown 文件。
pip install funasr modelscope torch torchaudio
brew install ffmpeg yt-dlp # macOS
python scripts/transcribe.py "https://www.zhihu.com/xxxxx"
python scripts/transcribe.py "https://www.zhihu.com/video/xxxxx"
仅供个人学习与研究使用。请遵守目标平台的服务条款(ToS)与 robots 规则,控制请求频率,不要用于批量抓取、商用爬取或侵犯他人权益的场景。下载内容的版权归原作者所有。
Take chubbyguan/zhihu-transcribe from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip, brew.
Without those the skill loads but fails at the first command.