douyin-download
by alexliu9921
|
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/alexliu9921/alexliutkdownload文档
抖音无水印视频下载 Skill
Trigger
当用户发送抖音视频链接时激活。
Workflow
code
用户发送抖音链接
→ Step 1: 调用 parse-douyin.py 解析视频
→ Step 2: 上传视频到云盘
→ Step 3: 返回下载链接给用户
Commands
Step 1: 解析并下载
bash
source ~/.agent-reach-venv/bin/activate
python3 ~/.qclaw/workspace/skills/douyin-download/parse-douyin.py <抖音链接>
支持格式:
https://www.douyin.com/video/1234567890123456789https://v.douyin.com/xxxxx?modal_id=1234567890123456789- 任意包含 19 位数字视频 ID 的链接
Step 2: 上传到云盘
bash
PORT=${AUTH_GATEWAY_PORT:-19000}
curl -s -X POST http://localhost:$PORT/proxy/qclaw-cos/upload \
-H 'Content-Type: application/json' \
-d '{"localPath":"<视频路径>","conflictStrategy":"ask"}'
Step 3: 返回结果
直接输出云盘返回的 message 字段内容。
Example
User Input:
code
https://www.douyin.com/video/7611512807091178804
AI Actions:
- 执行解析脚本
- 上传到云盘
- 输出云盘返回的链接
Output:
code
✅ 视频已保存!
📎 douyin_7611512807091178804.mp4 (104.2 MB)
🔗 下载链接: https://jsonproxy.3g.qq.com/urlmapper/xxxxx
云端保留 30 天,请及时保存~
Notes
- 视频保存在
/tmp/douyin_<video_id>.mp4 - 云端保留 30 天后自动清理
- 无需 Cookie,已验证可直接解析公开视频
相关 Skills
openforge
by bloodandeath
热门
>
其他
未扫描3.7k
DEX聚合器
by BytesAgain
热门
Aggregate DEX prices and DeFi protocol data using DeFiLlama API. Use when comparing token prices. Requires curl.
其他
未扫描3.7k
Roast Generator
by BytesAgain
热门
Roast Generator. Use when you need roast generator capabilities. Triggers on: roast generator.
其他
未扫描3.7k