
Douyin Video Fetch
- 98 installs
- skills.volces.com
Helps with ai & agent building tasks during AI-assisted development.
About
douyin-video-fetch is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- douyin-video-fetch
- AI & Agent Building
- AI-coding skill
Douyin Video Fetch by the numbers
- 98 all-time installs (skills.sh)
- +1 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #4,469 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skills.volces.com --skill douyin-video-fetchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 98 |
|---|---|
| Repository | skills.volces.com ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Douyin Video Fetch
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清洗输入链接。
Related skills
AI & Agent Buildingagents