douyin_downloader

douyin_downloader is a skill for Claude Code, Codex from tubecreate/tubecli. It costs 0 tokens per session (508 once invoked), scanned A, original, MIT.

A video-downloading extension for TikTok and Douyin, the Chinese short-video platform. It accepts supported video links and returns downloadable video information or files.

In plain words
What is it for?
Use it to parse supported video links, download videos, and check the status of a download task.
Why use it?
It removes the need to handle video-link parsing and downloading manually. It is intended for requests that include a TikTok or Douyin URL.

Skill for Claude CodeCodex

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

Good fit Use it to parse supported video links, download videos, and check the status of a download task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tubecreate/tubecli/douyin_downloader
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 tubecreate/tubecli --skill douyin_downloader
Clone the repo
git clone --depth 1 https://github.com/tubecreate/tubecli

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 douyin_downloader

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tubecreate/tubecli/douyin_downloader"><img src="https://agentmods.dev/badge/skills/tubecreate/tubecli/douyin_downloader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 508 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.00000 $0.00508
Opus 5 $0.00000 $0.00254
Sonnet 5 $0.00000 $0.00102
Haiku 4.5 $0.00000 $0.00051

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

Security

Grade A, and why

douyin_downloader 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 13d ago.

The scan reads SKILL.md. This mod also ships 15 executable files (__init__.py, api_client.py, encrypt/__init__.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.

tubecli/extensions/douyin_downloader/SKILL.md · 47 lines

What it actually says

SKILL.md — Video Downloader Extension

Description

The Downloader extension allows downloading videos from TikTok and Douyin (DouYin).

When to use

  • User sends a TikTok or Douyin link along with a download request
  • User requests "tải video", "download video", "lấy video" AND INCLUDES A URL

DO NOT USE when: the message contains no video URL, the message is just a greeting/casual chat.

How to trigger (AI OUTPUT JSON)

Download video from URL:

{"action": "download_video", "url": "https://www.douyin.com/video/XXXXXXX"}

Supported URL formats:

  • https://www.douyin.com/video/<VIDEO_ID> — Douyin direct video
  • https://www.tiktok.com/@<user>/video/<ID> — TikTok video
  • https://vm.tiktok.com/<SHORT_CODE> — TikTok short URL
  • https://v.douyin.com/<SHORT_CODE> — Douyin short URL
  • https://www.iesdouyin.com/share/video/<ID> — Douyin share link

API Endpoints

Method Path Description
POST /api/v1/douyin_downloader/parse Parse video info: {"url": "..."}
POST /api/v1/douyin_downloader/download Download video: {"url": "..."}
GET /api/v1/douyin_downloader/status/{task_id} Check progress
GET /api/v1/douyin_downloader/history Download history
GET /api/v1/douyin_downloader/file/{filename} Serve file

Automated workflow (AI autonomous)

  1. AI receives the URL from the user
  2. AI outputs JSON {"action": "download_video", "url": "..."}
  3. The system calls /parse → gets the download URL
  4. The system calls /download → downloads the file
  5. The Telegram bot sends the file directly to the user (sendDocument)

IMPORTANT

  • NEVER instruct the user to go to the Dashboard to download
  • ALWAYS output the JSON action so the system downloads automatically
  • After downloading, the file is sent directly to Telegram
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. 13d ago First seen · 47 lines · 0 tokens per session scan A ec0f8dd07869

Subscribe to this mod's changes

douyin_downloader is a skill published in the GitHub repository tubecreate/tubecli (167 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 508 tokens. 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.