mcpbeat

Weibo Transcribe

chubbyguan/weibo-transcribe

> 微博视频 → 下载 → 转录 → 存为 Markdown。 支持微博视频链接,无需登录。

2k tokens
context cost
the whole folder, loaded on every use
3
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
588
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/chubbyguan/chubbyskills --skill weibo-transcribe

The instruction itself

1 sections, as written by the author

微博视频转录 Skill

将微博视频下载音频,用 SenseVoice-Small 转录为文字,存为 Markdown 文件。

环境要求

pip install funasr modelscope torch torchaudio
brew install ffmpeg yt-dlp  # macOS

使用方法

python scripts/transcribe.py "https://weibo.com/xxxxx"
python scripts/transcribe.py "https://m.weibo.cn/xxxxx"

流程

  • yt-dlp 下载微博视频音频
  • SenseVoice-Small 转录
  • 生成带 frontmatter 的 Markdown

已知限制

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

致谢

⚖️ 合规声明

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

How to use it

Copy the folder

Take chubbyguan/weibo-transcribe from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.

Install what it needs

The instructions reference pip, brew. Without those the skill loads but fails at the first command.