tiktok-transcribe

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

A workflow that downloads TikTok videos, turns their audio into text with speech-recognition software, and saves the result as a Markdown file.

In plain words
What is it for?
Use it to transcribe individual TikTok links, including shortened links, mainly for Chinese or mixed Chinese-English content.
Why use it?
It avoids having to manually download videos, transcribe them, and format the notes. TikTok content may still be inaccessible in some regions.

Skill for Claude CodeCodex

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

Good fit Use it to transcribe individual TikTok links, including shortened links, mainly for Chinese or mixed Chinese-English content.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/chubbyguan/chubbyskills/tiktok-transcribe"><img src="https://agentmods.dev/badge/skills/chubbyguan/chubbyskills/tiktok-transcribe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 450 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.00030 $0.00450
Opus 5 $0.00015 $0.00225
Sonnet 5 $0.00006 $0.00090
Haiku 4.5 $0.00003 $0.00045

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

Security

Grade A, and why

tiktok-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.

tiktok-transcribe/SKILL.md · 52 lines

What it actually says

TikTok 视频转录 Skill

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

环境要求

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

使用方法

python scripts/transcribe.py "https://www.tiktok.com/@user/video/xxxxx"
python scripts/transcribe.py "https://vm.tiktok.com/xxxxx"

流程

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

已知限制

  • TikTok 有地区限制,部分内容可能无法访问(脚本已默认 --geo-bypass
  • 脚本用 language=auto 自动识别中英文;但 SenseVoice-Small 对中文识别最佳,纯英文长视频建议改用 youtube-transcribe(含 Whisper + 翻译)

致谢

⚖️ 合规声明

仅供个人学习与研究使用。请遵守目标平台的服务条款(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 · 30 tokens per session scan A e8347e801cb5

Subscribe to this mod's changes

tiktok-transcribe is a skill published in the GitHub repository chubbyguan/chubbyskills (667 stars, last pushed 23d ago), licensed MIT. It adds 30 tokens to every session and 450 once invoked, about $0.0002 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

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