← All skills
Tencent SkillHub · Other

Douyin Video Fetch

下载抖音视频到本地(无水印优先)。用于给后续视频分析/复刻提供原始素材,支持 URL 或 video_id 输入、批量列表输入与统一输出目录。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

下载抖音视频到本地(无水印优先)。用于给后续视频分析/复刻提供原始素材,支持 URL 或 video_id 输入、批量列表输入与统一输出目录。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/fetch_video.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Overview

把抖音链接下载成可分析的本地 mp4。 这是“视频复刻”链路的素材入口层。

何时使用

你需要把目标视频落地到本地做拆解 你拿到的是 video_id,想直接下载 你要批量下载一组抖音视频做样本库

快速用法

单条下载: python scripts/fetch_video.py "https://www.douyin.com/video/7599980362898427178" 用 video_id 下载: python scripts/fetch_video.py 7599980362898427178 批量(每行一个 URL 或 video_id): python scripts/fetch_video.py --file input.txt --output-dir ./downloads/douyin

输出

默认输出目录:./downloads 文件名:<video_id>.mp4 终端会输出每条的成功/失败结果与落盘路径

备注

该技能只负责下载,不做ASR/镜头分析。 下载失败时建议先用 douyin-url-resolver 清洗输入链接。

Category context

Long-tail utilities that do not fit the current primary taxonomy cleanly.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/fetch_video.py Scripts