agentsclimarketplace

Zhihu transcribe

Skill chubbyguan/chubbyskills/zhihu-transcribe

知乎视频 → 下载 → 转录 → 存为 Markdown。 支持知乎视频链接,无需登录。From its SKILL.md

Install
npx -y skills add chubbyguan/chubbyskills --skill zhihu-transcribe

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 4 commands, including `pip install funasr modelscope torch torchaudio` and 3 more.

SKILL.md

1.4 KB, 369 tokens by cl100k_base, as published. Nobody here has run it

知乎视频转录 Skill

将知乎视频下载音频,用 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"

流程

  1. yt-dlp 下载知乎视频音频
  2. SenseVoice-Small 转录
  3. 生成带 frontmatter 的 Markdown

已知限制

  • 部分知乎视频可能需要登录才能访问
  • SenseVoice-Small 主要针对中文优化

致谢

⚖️ 合规声明

仅供个人学习与研究使用。请遵守目标平台的服务条款(ToS)与 robots 规则,控制请求频率,不要用于批量抓取、商用爬取或侵犯他人权益的场景。下载内容的版权归原作者所有。

What ships with it: 2 files

5.9 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.