douyin-video
抖音视频下载工具 - 解析抖音链接,下载视频并发送
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/andjie98/douyin-videoWhat This Skill Does
The douyin-video skill is an automated utility designed for OpenClaw users to effortlessly extract and download high-quality videos from Douyin (the Chinese version of TikTok). By simply providing a share link, the agent communicates with the underlying infrastructure to parse the URL, fetch the video metadata, and save the content directly to your local file system. It provides structured metadata including the video title, author, and engagement statistics such as like, share, and collection counts.
Installation
To integrate this skill into your environment, use the OpenClaw hub command:
clawhub install openclaw/skills/skills/andjie98/douyin-video
Once installed, the agent will have access to the script located at ~/.openclaw/workspace/skills/douyin-downloader/scripts/douyin.js and can execute it immediately without additional configuration.
Use Cases
- Content Curation: Quickly collect reference videos for video editing or social media analysis.
- Offline Viewing: Save viral content to your local workstation for review without relying on an active internet connection.
- Data Archiving: Extract metadata and video files for projects involving trend analysis or engagement metric tracking on Douyin.
- Automation Workflows: Integrate this skill into a larger pipeline that monitors links and triggers downloads based on specific triggers or keywords.
Example Prompts
- "Download the video from this Douyin link: https://v.douyin.com/FSfWiKriBuY/ and tell me the author's name."
- "Can you grab the video at https://v.douyin.com/FSfWiKriBuY/ and give me the like and share stats?"
- "Fetch the Douyin video from https://v.douyin.com/FSfWiKriBuY/ and confirm when it is saved in my workspace."
Tips & Limitations
- Storage Management: This skill uses a fixed filename (
douyin_last.mp4) in the~/.openclaw/workspace/douyin-downloads/directory. Be aware that downloading a new video automatically overwrites the previous one. If you want to keep a specific video, you must manually move it to a different folder immediately after the download process is complete. - No Batch Processing: Currently, the skill is optimized for single-link requests; processing multiple links simultaneously may lead to overwriting issues.
- Dependency-Free: The skill is designed to work out-of-the-box, meaning you do not need to configure complex environment variables or API keys to start downloading.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-andjie98-douyin-video": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api