Video Clip
Use when the user wants to trim, cut, or extract a specific segment from a video by time range — e.g. "cut from 1:30 to 3:00", "trim the first 2 minutes", "e...
clawhub install video-clipDownload Douyin (TikTok China) videos to local files with watermark-free preference. Accepts URL or video_id, supports batch lists and a unified output directory — provides raw material for downstream video analysis or remixing.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install douyin-video-fetch # Then just tell Claude: "use Douyin Video Fetch to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install douyin-video-fetch
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
video_id,想直接下载python scripts/fetch_video.py "https://www.douyin.com/video/7599980362898427178"
python scripts/fetch_video.py 7599980362898427178
python scripts/fetch_video.py --file input.txt --output-dir ./downloads/douyin
./downloads<video_id>.mp4douyin-url-resolver 清洗输入链接。clawhub douyin-video-fetch --list urls.txt --output /data/videos --no-watermark --parallel 5Use when the user wants to trim, cut, or extract a specific segment from a video by time range — e.g. "cut from 1:30 to 3:00", "trim the first 2 minutes", "e...
clawhub install video-clip