tiktok-video-downloader

tiktok-video-downloader is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 115 tokens per session (1,267 once invoked), scanned A, original, MIT.

A TikTok link parser that returns direct, watermark-free MP4 download links for one or several videos. It checks that the supplied links are TikTok video links before processing them.

In plain words
What is it for?
Use it to save individual TikTok videos or resolve multiple TikTok and vm.tiktok.com links into downloadable URLs.
Why use it?
It removes the need to manually extract a video URL or remove a watermark. Batch handling also avoids processing each link separately.

Skill for Claude CodeCodex

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

Good fit Use it to save individual TikTok videos or resolve multiple TikTok and vm.tiktok.com links into downloadable URLs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/tiktok-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 tiktok-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 tiktok-video-downloader

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/tiktok-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/tiktok-video-downloader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,267 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.00115 $0.01267
Opus 5 $0.00057 $0.00633
Sonnet 5 $0.00023 $0.00253
Haiku 4.5 $0.00012 $0.00127

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

Security

Grade A, and why

tiktok-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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/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/tiktok-video-downloader/SKILL.md · 104 lines

How it starts

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

TikTok视频下载

粘贴 TikTok 视频链接,一键获取无水印视频下载直链。通过 redfox.hk 服务解析,支持单个或批量链接处理,自动识别并校验 TikTok 链接有效性。


简介

适用对象:需要下载 TikTok 视频的用户,包括内容创作者、视频收藏者、运营分析人员。

核心能力

  • 📹 粘贴 TikTok 链接即可获取无水印 mp4 下载直链
  • 📦 支持批量链接解析(空格分隔多个链接)
  • 🔍 自动校验是否为 TikTok 视频链接,非 TikTok 链接会提示并终止流程
  • ⏱️ 下载链接有效期约 5 分钟,解析成功后请立即使用

功能特性

功能 说明
无水印直链 自动返回无水印视频下载链接,无需手动处理
即贴即解析 粘贴视频链接即可,无需额外操作
批量解析 支持一次粘贴多个 TikTok 视频链接,批量解析并汇总结果
链接校验 自动判断输入链接是否为 TikTok 视频链接,非 TikTok 链接会提示并终止流程
链接自适应 支持 www.tiktok.com 网页链接与 vm.tiktok.com 短链两种格式
结果直出 解析完成直接返回下载链接,复制即可用

一键安装

  1. 前往 redfox.hk 注册获取 API Key
  2. 配置环境变量:export REDFOX_API_KEY=ark_你的密钥
  3. 粘贴 TikTok 视频链接即可使用

使用指南

核心执行流程详见 references/core_workflow.md

直接用自然语言描述需求,无需记忆命令。提供正确的 TikTok 视频链接时,直接执行解析并返回结果。

常用说法速查

意图 示例话术 效果
下载单个视频 「下载这个视频 https://www.tiktok.com/@user/video/xxxxx」 解析链接并返回无水印下载直链
批量下载 「帮我下载这几个视频 链接1 链接2 链接3」 批量解析,逐个返回并汇总结果
保存视频 「帮我把这条 TikTok 视频存下来」 引导贴上链接,解析后返回下载链接

支持的作品链接格式

平台 链接格式 示例
TikTok https://www.tiktok.com/@<用户名>/video/<视频ID> PC 网页链接 / 手机分享链接
TikTok https://vm.tiktok.com/<短码>/ 手机分享短链接

使用场景

场景 角色 示例问法 收益
素材收集 剪辑师 「下载这条 TikTok 视频」 快速拿到无水印素材,直接进剪辑流程
批量素材获取 剪辑师 「帮我下载这几个视频 链接1 链接2 链接3」 批量解析多个链接,一次拿到多份素材
内容备份 收藏者 「保存这个 TikTok 视频」 原视频删除也不怕,本地永久留存
热点分析 运营 「把这个爆款视频下下来」 离线反复观看,拆解爆款逻辑

常见问答

Q:如何获取自己的 API Key? A:前往 redfox.hk 注册即可获取 Token。

Q:下载的视频有水印吗? A:没有。返回的是无水印视频直链。

Q:可以批量解析多个链接吗? A:支持。用空格分隔多个 TikTok 视频链接即可批量解析,逐个处理并在最后汇总成功与失败数量。

Q:输入了非 TikTok 的链接会怎样? A:会自动识别并校验。如果检测到非 TikTok 链接,会提示「请输入正确的 TikTok 视频链接」并终止流程。

Q:链接提示解析失败怎么办? A:确认链接是否完整、视频是否仍然存在、账号内容是否公开。私密账号或已删除视频无法解析。

Read the full file on GitHub · 104 lines

Files

What ships with it

4 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. 8d ago First seen · 104 lines · 115 tokens per session scan A ae662c77e2d4

Subscribe to this mod's changes

tiktok-video-downloader is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 115 tokens to every session and 1,267 once invoked, about $0.0006 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-09-03.

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