douyin
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.
How do I install this agent skill?
npx skills add https://github.com/xiaoyiv/douyin-skill --skill douyinIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The Douyin Skill is a utility for downloading videos from Douyin using browser automation. It relies on the trusted 'nodriver-kit' library developed by Anthropics. The primary security considerations are the inherent risks of browser automation and the potential for indirect prompt injection if the agent processes malicious metadata (such as video titles) from the web.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · No issues
- Runlayerwarn
6/6 files flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Douyin Skill
Download videos from Douyin using browser automation.
Setup (One-Time)
python -m nodriver_kit.tools.login_interactive --url https://www.douyin.com --profile douyin
Download Video
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/xiaoyiv/douyin-skill/douyin">View douyin on skillZs</a>