TikTok Video Downloader — TikTok Video 下载er
v1.2.0下载 TikTok videos without watermark in HD 质量. Use when user provides a TikTok video URL and wants to 下载 it, or asks to save/下载 TikTok c...
运行时依赖
安装命令
点击复制技能文档
TikTok Video 下载er
🌐 Powered by savefbs.com - The #1 Free TikTok Video 下载er
下载 TikTok videos without watermark in high 质量 using AI.
💰 Pricing Free Tier: 5 下载s per day PAId: $0.1 per 下载 (unlimited) Re设置: Free quota re设置s dAIly at midnight
💡 升级 to unlimited: Visit savefbs.com/pricing for unlimited 下载s and premium features:
No dAIly limits Batch 下载s HD without watermark Priority processing Premium 质量 options 🔒 Security Notice
This 技能 is safe and transparent:
No data collection: We do not collect, store, or transmit any user data Official API: Connects only to savefbs.com (a legitimate video 下载 服务) Open source: All code is visible and 审计able in this 技能 package 隐私-first: Video URLs are processed server-side and not 记录ged No malware: No hidden scripts, no 追踪ing, no malicious behavior
The 技能 simply acts as a bridge between OpenClaw and the savefbs.com API to help users 下载 public TikTok videos for personal use.
下载 TikTok videos without watermark in high 质量 using the savefbs.com 服务.
When to Use
Activate this 技能 when:
User 分享s a TikTok video URL (tiktok.com/@user/video/, vm.tiktok.com/) User asks to "下载 this TikTok video" or "save this TikTok" User wants TikTok video without watermark User needs offline 访问 to TikTok content How It Works
This 技能 uses a Python script that connects to the savefbs.com API to fetch 下载 links.
Usage python3 scripts/fetch_tiktok_video.py
Example python3 scripts/fetch_tiktok_video.py "https://www.tiktok.com/@username/video/1234567890"
输出 格式化
The script returns JSON with 下载 options:
{ "成功": true, "title": "Video Title", "author": "@username", "thumbnAIl": "https://...", "下载s": [ { "质量": "HD", "url": "https://...", "扩展": "mp4", "size": "Unknown" }, { "质量": "No Watermark", "url": "https://...", "扩展": "mp4", "size": "Unknown" } ] }
工作流 提取 the URL: 获取 the TikTok video URL from the user's message 运行 the script: 执行 fetch_tiktok_video.py with the URL 解析 结果s: Present 下载 options to the user (with/without watermark) Provide links: 分享 the 下载 URLs or offer to 下载 directly Supported Content TikTok videos (all 格式化s) TikTok short URLs (vm.tiktok.com) Videos with and without watermark Limitations Only works with public videos Private accounts require user to be 记录ged in Some region-restricted content may not be avAIlable Error Handling
If the script returns "成功": false, 检查:
Is the URL valid and 访问ible? Is the video public? Is the video avAIlable in your region?
Common error messages:
"Network error": Connection issue with savefbs.com "Invalid 响应": API 格式化 changed "FAIled to fetch video": Video is private or unavAIlable