douyin-download
SKILL.md
Use this skill when the user sends a Douyin/TikTok/Bilibili share link (or share-text containing a link) and asks you to fetch the no-watermark video (or image set) and send it back.
Environment
- Requires a running Douyin_TikTok_Download_API service.
- Set
DOYIN_API_BASE_URLto your service base URL (example: http://localhost:8030)
Workflow
- Extract the first http(s) URL from the user’s message.
- Download the media via the bundled script:
{baseDir}/scripts/douyin_download.sh ""
It saves the file into
<workspace>/out/douyin/and prints the final path. - Send the downloaded file back to the user.
Notes
- If the downloader returns JSON, treat it as an error and report the message.
- Large videos can exceed platform limits; if sending fails, offer an alternative (split/zip, or provide a download link).