weibo-transcribe

weibo-transcribe is a skill for Claude Code, Codex from chubbyguan/chubbyskills. It costs 27 tokens per session (392 once invoked), scanned A, original, MIT.

A workflow that downloads a Weibo video, converts its speech to text with a Chinese-focused speech-recognition model, and saves the transcript as a Markdown file.

In plain words
What is it for?
Use it with Weibo video links to create Markdown transcripts. Some videos may require login, and the workflow is mainly suited to Chinese speech.
Why use it?
It removes the manual work of downloading a video, extracting its audio, transcribing it, and formatting the result.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it with Weibo video links to create Markdown transcripts. Some videos may require login, and the workflow is mainly suited to Chinese speech.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chubbyguan/chubbyskills/weibo-transcribe
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chubbyguan/chubbyskills --skill weibo-transcribe
Clone the repo
git clone --depth 1 https://github.com/chubbyguan/chubbyskills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for weibo-transcribe

README.md
[![agentmods](https://agentmods.dev/badge/skills/chubbyguan/chubbyskills/weibo-transcribe/github.svg)](https://agentmods.dev/skills/chubbyguan/chubbyskills/weibo-transcribe)
Your own site
<a href="https://agentmods.dev/skills/chubbyguan/chubbyskills/weibo-transcribe"><img src="https://agentmods.dev/badge/skills/chubbyguan/chubbyskills/weibo-transcribe/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for weibo-transcribe

Your own site · 80×15
<a href="https://agentmods.dev/skills/chubbyguan/chubbyskills/weibo-transcribe"><img src="https://agentmods.dev/badge/skills/chubbyguan/chubbyskills/weibo-transcribe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 392 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00392
Opus 5 $0.00014 $0.00196
Sonnet 5 $0.00005 $0.00078
Haiku 4.5 $0.00003 $0.00039

Measured 11d ago against content hash 72da29d492c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

weibo-transcribe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/transcribe.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

weibo-transcribe/SKILL.md · 52 lines

What it actually says

微博视频转录 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"

流程

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

已知限制

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

致谢

⚖️ 合规声明

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

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 52 lines · 27 tokens per session scan A 72da29d492c9

Subscribe to this mod's changes

weibo-transcribe is a skill published in the GitHub repository chubbyguan/chubbyskills (665 stars, last pushed 22d ago), licensed MIT. It adds 27 tokens to every session and 392 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

watchless

Use when turning a YouTube URL or local presentation, explainer, interview, podcast, or product-demo video into complete screenshot-led notes, faithful light-polished text, HTML, PDF, or a shareable ZIP.

chenzixin1/watchless · 47 tokens

transcreveai-video-intelligence

Use to turn video URLs or media files into evidence-backed knowledge dossiers with TranscreveAI. Trigger on Reels, YouTube, TikTok, Loom, Vimeo, X/Twitter video links, local media files, video summaries, dossier requests, RAG over video runs, or requests to use TranscreveAI.

DeHor-Labs/transcreve-ai · 73 tokens

mk:multimodal

Process images, video, audio, PDFs with Gemini API. Generate images (Nano Banana 2), videos (Veo 3), speech (MiniMax TTS), music (MiniMax). Convert documents to Markdown. Multi-provider fallback (Gemini → MiniMax → OpenRouter). Activate when task references media files, asks to…

ngocsangyem/MeowKit · 91 tokens

transcreveai-nested-usage

Use when an AI agent invokes TranscreveAI as a nested video-to-knowledge capability and must return a durable handoff to the caller.

DeHor-Labs/transcreve-ai · 38 tokens

powerpoint

Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.

the-open-agent/openagent · 48 tokens

patent-application

A patent-application document workflow that turns supplied invention materials into claims, a description, an abstract, and black-and-white drawings. It can also produce Markdown and Word files.

handsomestWei/patent-disclosure-skill · 95 tokens