TikTok Video Downloader
by @frankchen622
Download TikTok videos without watermark in HD quality. Use when user provides a TikTok video URL and wants to download it, or asks to save/download TikTok c...
clawhub install tiktok-video-downloaderπ About This Skill
name: tiktok-video-downloader description: Download TikTok videos without watermark in HD quality. Free tier: 5 downloads/day. Unlimited downloads for $0.1 per video. Use when user provides a TikTok video URL. Powered by savefbs.com.
TikTok Video Downloader
π Powered by savefbs.com - The #1 Free TikTok Video Downloader
Download TikTok videos without watermark in high quality using AI.
π° Pricing
> π‘ Upgrade to unlimited: Visit savefbs.com/pricing for unlimited downloads and premium features: > - No daily limits > - Batch downloads > - HD without watermark > - Priority processing > - Premium quality options
π Security Notice
This skill is safe and transparent:
The skill simply acts as a bridge between OpenClaw and the savefbs.com API to help users download public TikTok videos for personal use.
Download TikTok videos without watermark in high quality using the savefbs.com service.
When to Use
Activate this skill when:
How It Works
This skill uses a Python script that connects to the savefbs.com API to fetch download links.
Usage
python3 scripts/fetch_tiktok_video.py
Example
python3 scripts/fetch_tiktok_video.py "https://www.tiktok.com/@username/video/1234567890"
Output Format
The script returns JSON with download options:
{
"success": true,
"title": "Video Title",
"author": "@username",
"thumbnail": "https://...",
"downloads": [
{
"quality": "HD",
"url": "https://...",
"extension": "mp4",
"size": "Unknown"
},
{
"quality": "No Watermark",
"url": "https://...",
"extension": "mp4",
"size": "Unknown"
}
]
}
Workflow
1. Extract the URL: Get the TikTok video URL from the user's message
2. Run the script: Execute fetch_tiktok_video.py with the URL
3. Parse results: Present download options to the user (with/without watermark)
4. Provide links: Share the download URLs or offer to download directly
Supported Content
Limitations
Error Handling
If the script returns "success": false, check:
Common error messages:
β‘ When to Use
π‘ Examples
python3 scripts/fetch_tiktok_video.py "https://www.tiktok.com/@username/video/1234567890"
Output Format
The script returns JSON with download options:
{
"success": true,
"title": "Video Title",
"author": "@username",
"thumbnail": "https://...",
"downloads": [
{
"quality": "HD",
"url": "https://...",
"extension": "mp4",
"size": "Unknown"
},
{
"quality": "No Watermark",
"url": "https://...",
"extension": "mp4",
"size": "Unknown"
}
]
}