douyin-video-downloader

douyin-video-downloader is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 208 tokens per session (3,199 once invoked), scanned A, original, MIT.

A tool for downloading all videos and image posts from a Douyin account, the Chinese short-video platform, using its account ID.

In plain words
What is it for?
Use it to review competitor content, back up your own posts, save videos for offline viewing, or download source files for editing.
Why use it?
It removes the need to open and save posts one by one when you need a local copy of an account’s work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Good fit Use it to review competitor content, back up your own posts, save videos for offline viewing, or download source files for editing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/douyin-video-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 redfox-data/redfox-community-dsh --skill douyin-video-downloader
Clone the repo
git clone --depth 1 https://github.com/redfox-data/redfox-community-dsh

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-video-downloader

README.md
[![agentmods](https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/douyin-video-downloader/github.svg)](https://agentmods.dev/skills/redfox-data/redfox-community-dsh/douyin-video-downloader)
Your own site
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/douyin-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/douyin-video-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-video-downloader

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/douyin-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/douyin-video-downloader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 208 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,199 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 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.00208 $0.03199
Opus 5 $0.00104 $0.01599
Sonnet 5 $0.00042 $0.00640
Haiku 4.5 $0.00021 $0.00320

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

Security

Grade A, and why

douyin-video-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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/douyin_video_downloader.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.

skills/douyin-video-downloader/SKILL.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

抖音账号视频批量下载器

输入抖音号 → 拉取作品列表 → 解析下载链接 → 一键下载到本地


简介

抖音账号主页下视频批量下载工具。只需提供抖音号,自动拉取该账号近期作品列表,逐条解析无水印视频/图文下载直链,支持一键批量下载到本地。


功能特性

功能 说明
📋 作品拉取 通过抖音号获取账号近期作品(标题、互动数据、作品链接)
🔗 链接解析 逐条调用解析接口,获取视频/图文无水印下载直链
📥 批量下载 一键下载全部作品(视频+图文)到本地 output/ 目录
📊 数据展示 Markdown 表格 / JSON 双格式输出,含完整互动数据
📄 分页翻页 支持翻页查看更多作品
📅 日期筛选 可按作品发布时间挑选
⚡ 速率保护 内置请求间隔,避免触发频率限制

API 说明

本 Skill 调用两个 redfox.hk 接口:

步骤 接口 说明
1. 拉取作品 POST /story/api/dy/data/listWorkByAccount 根据抖音号获取作品列表
2. 解析下载 POST /story/api/parseWork/videoDownload/douyin 根据作品链接获取无水印下载直链

认证

前往 红狐hub 获取 API Key。

# 环境变量配置(推荐)
export REDFOX_API_KEY=ak_你的密钥

# Windows PowerShell
$env:REDFOX_API_KEY="ak_你的密钥"

使用方式

CLI 命令行

# 基础用法:拉取作品并解析下载链接(不下载文件)
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688"

# 下载视频到本地
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688" --download

# 指定下载目录
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688" --download --output-dir ./my_videos

# JSON 格式输出
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688" --json

# 多账号(逗号分隔)
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --accounts "Fish688688,YuZhouXiaoLi1220" --download

# 指定作品数量(默认10,最多50)
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688" --count 20 --download

# 翻页查看更多作品
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688" --page 2

# 按日期范围筛选作品
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688" --date-start 2026-07-01 --date-end 2026-07-31

# 组合使用:第2页 + 日期过滤 + 下载
python3 "$SKILL_PATH/scripts/douyin_video_downloader.py" --account "Fish688688" --page 2 --count 20 --date-start 2026-06-01 --download

Read the full file on GitHub · 252 lines

Files

What ships with it

3 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. 12d ago First seen · 252 lines · 208 tokens per session scan A b36a301275b4

Subscribe to this mod's changes

douyin-video-downloader is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 208 tokens to every session and 3,199 once invoked, about $0.0010 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-31.

Related

Other skills, from other repositories

dsh-hooks-authoring

Instructions for writing and debugging dsh-hooks-plugin scripts, which run during tool or session events such as before a tool call or after it finishes. These scripts return JSON decisions such as allowing, asking about, or denying an action.

KYinCode/dsh-hooks-plugin · 112 tokens

web-artifact-designer

A design workflow for producing self-contained HTML or SVG files that open directly in a browser. It covers visual work such as posters, infographics, landing pages, charts, banners, cards, and interface mockups.

xulelenlp/dsh-web-artifact-designer · 115 tokens

dsh-web-pet-developer

Create a pet for the dsh-pet plugin and integrate it into the dsh web GUI — author a v2 pet.json manifest plus an 8-column x 9-row atlas per the Codex/hatch-pet contract (live2d pets, voice packs and status decorations included), drop it into the pet-center user directory or contribute it as a built-in asset under…

zhu1090093659/dsh-web · 162 tokens

company-research-method

A documented process for researching a company using supplied files and selected public sources. It produces a company overview with business details, sourced financial figures, and stated risks.

PerryLink/dsh-industry-research · 83 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

delivery-proof

Delivery proof and the doublecheck report. Use when the work is done and the delivery must be proven — consolidate the spec, test timeline, review verdicts, and verification checks into a doublecheckreport, and only then claim completion.

PerryLink/dsh-doublecheck · 50 tokens