---
slug: "douyin-skill"
source_type: "skill_md"
source_url: "https://cdn.jsdelivr.net/gh/xiaoyiv/douyin-skill@master/SKILL.md"
repo: "https://github.com/xiaoyiv/douyin-skill"
source_file: "SKILL.md"
branch: "master"
---
---
name: douyin
description: "Download Douyin (抖音) videos. Use when user wants to: (1) download Douyin videos, (2) get video info (title, author, stats). Supports short links (v.douyin.com) and full URLs."
---

# Douyin Skill

Download videos from Douyin using browser automation.

## Setup (One-Time)

```bash
python -m nodriver_kit.tools.login_interactive --url https://www.douyin.com --profile douyin
```

## Download Video

```bash
python scripts/download.py "https://v.douyin.com/xxx"
python scripts/download.py "https://v.douyin.com/xxx" --info-only
python scripts/download.py "https://v.douyin.com/xxx" --output ./videos
```
