zhihu-transcribe

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

A tool that downloads videos from Zhihu, a Chinese question-and-answer and video platform, transcribes their audio into text, and saves the result as a Markdown file.

In plain words
What is it for?
Use it for personal study or research when you need text transcripts from Zhihu video links.
Why use it?
It turns a Zhihu video into searchable written notes without requiring a separate manual transcription step. Some videos may still require login, and the speech model is mainly optimized for Chinese.

Skill for Claude CodeCodex

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

Good fit Use it for personal study or research when you need text transcripts from Zhihu video links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chubbyguan/chubbyskills/zhihu-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 zhihu-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 zhihu-transcribe

README.md
[![agentmods](https://agentmods.dev/badge/skills/chubbyguan/chubbyskills/zhihu-transcribe/github.svg)](https://agentmods.dev/skills/chubbyguan/chubbyskills/zhihu-transcribe)
Your own site
<a href="https://agentmods.dev/skills/chubbyguan/chubbyskills/zhihu-transcribe"><img src="https://agentmods.dev/badge/skills/chubbyguan/chubbyskills/zhihu-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 zhihu-transcribe

Your own site · 80×15
<a href="https://agentmods.dev/skills/chubbyguan/chubbyskills/zhihu-transcribe"><img src="https://agentmods.dev/badge/skills/chubbyguan/chubbyskills/zhihu-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 396 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.
Origin 89% copy Near-identical to another mod 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.00396
Opus 5 $0.00014 $0.00198
Sonnet 5 $0.00005 $0.00079
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade A, and why

zhihu-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

This is a copy

89% identical to weibo-transcribe — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

zhihu-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://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 规则,控制请求频率,不要用于批量抓取、商用爬取或侵犯他人权益的场景。下载内容的版权归原作者所有。

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 ba97ddbfa5b5

Subscribe to this mod's changes

zhihu-transcribe is a skill published in the GitHub repository chubbyguan/chubbyskills (667 stars, last pushed 23d ago), licensed MIT. It adds 27 tokens to every session and 396 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to weibo-transcribe, differing in 26 lines, and is treated as a copy.

Related

Other skills, from other repositories

multimodal-llm

Vision, audio, video generation, and multimodal LLM integration patterns. Use when processing images, transcribing audio, generating speech, generating AI video (Kling v3, Sora 2, Veo 3.1 std/lite/fast, Runway Gen-4.5 via gen4turbo), or building multimodal AI pipelines.

yonatangross/orchestkit · 82 tokens

media-expert

Expert-level media production, content management, streaming, broadcasting, and media technology systems. Use when the user mentions video, streaming, broadcast, CMS, or production, or when the task involves Media Production, Streaming and Broadcasting, Technologies, or Standards and Protocols.

personamanagmentlayer/pcl · 57 tokens

frameproof

A video analysis tool that indexes speech and visible screen text in recordings from YouTube, Loom, Zoom, Kinescope, or local MP4 files. It links claims about the screen to exact frames and time codes, while reporting sections that were not visually covered.

edvardgrishin27/frameproof · 228 tokens

video-streaming-expert

Expert in video streaming technologies, HLS, DASH, adaptive bitrate streaming, CDN delivery, DRM protection, and video encoding/transcoding. Use when the user mentions video, streaming, media, WebRTC, multimedia, or HLS, or when the task involves Streaming Protocols, Adaptive Bitrate Streaming, FFmpeg Video…

personamanagmentlayer/pcl · 79 tokens

content-factory

Use when all-in-one YouTube content generator: create full videos from prompts, generate vertical Shorts from text, or clip long videos into Shorts using free tools (ffmpeg, edge-tts, Pexels).

oyi77/1ai-skills · 47 tokens

geminigen-ai

Use when unified multimedia API for image generation (nano-banana-pro, imagen-4), video generation (Grok, Veo, Sora), and text-to-speech. Replaces grok-video-generation, seedance, and gemini-image-generator. Use when working with geminigen ai.

oyi77/1ai-skills · 66 tokens