← Back to Skills Marketplace
TikTok Video Downloader
by
frankchen622
· GitHub ↗
· v1.2.0
· MIT-0
326
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install tiktok-video-downloader
Description
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...
Usage Guidance
This skill does what it claims in that it calls savefbs.com to retrieve download links, but be aware of three issues before installing: (1) privacy claim mismatch — the script sends the TikTok URL to a third party (savefbs.com), so URLs are transmitted off your machine; (2) local tracking — it creates ~/.openclaw/skills/tiktok-video-downloader/usage.json to count daily downloads (stored locally, but still data about your usage); (3) monetization via a hard-coded crypto wallet/payment URL — the script will not enforce payments but points users to a cryptocurrency payment flow for ‘upgrades’. Consider whether you trust savefbs.com and the hard-coded payment link, avoid using private account URLs, review the included Python file yourself, and do not supply sensitive or private video URLs. If you need stronger guarantees, request removal of the hard-coded payment address, explicit documentation of what is sent to the remote API, or change the workflow so the agent downloads content locally without posting URLs to an external service.
Capability Analysis
Type: OpenClaw Skill
Name: tiktok-video-downloader
Version: 1.2.0
The skill provides a TikTok video downloader service using the savefbs.com API. It includes a local usage tracking mechanism in the user's home directory (~/.openclaw) to enforce a daily limit and provides a payment link for extended access. The Python script (fetch_tiktok_video.py) is transparent, lacks obfuscation, and does not perform any unauthorized data exfiltration or system modifications.
Capability Assessment
Purpose & Capability
The skill's stated purpose (download TikTok videos via savefbs.com) matches the included script which posts the provided TikTok URL to savefbs.com and returns download links. However, the SKILL.md asserts 'No data collection' and 'Video URLs are processed server-side and not logged' which is misleading: the script transmits the user-provided URL to an external API (necessarily exposing it to the third party). The inclusion of a hard-coded crypto WALLET_ADDRESS and PAYMENT_URL for monetization is not required to fetch links and is an additional, unexpected element.
Instruction Scope
Runtime instructions direct the agent to execute the included Python script. The script performs network calls to savefbs.com (GET and POST) and may transmit the supplied TikTok URL to that external service. It also creates/writes a usage.json file under the user's home (~/.openclaw/skills/tiktok-video-downloader) to track daily counts and paid status. Those actions are within a downloader's scope, but the SKILL.md's privacy claims contradict the actual network transmission and local tracking.
Install Mechanism
No install spec; skill is instruction-plus-script only. No downloads, package installs, or extract steps are present in the manifest, reducing installation risk.
Credentials
The skill requests no environment variables or external credentials (good). It does, however, write usage tracking to a folder in the user's home directory and contains a hard-coded crypto wallet/payment URL for monetization. The payment URL and wallet are not necessary to perform the core fetching operation and may surprise users.
Persistence & Privilege
The skill does not request always:true or elevated privileges and only writes its own usage file under a per-skill path (~/.openclaw/skills/...). It does not modify other skills or system-wide config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tiktok-video-downloader - After installation, invoke the skill by name or use
/tiktok-video-downloader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
tiktok-video-downloader 1.2.0
- Updated scripts/fetch_tiktok_video.py (details not specified)
- No changes to documentation or features based on provided info
v1.1.0
- Added download limits: free users now have 5 downloads per day; unlimited downloads are available at $0.1 per video.
- Updated documentation to clearly describe new pricing, limits, and reset policy.
- Enhanced service description to indicate quota and paid options.
- No code logic changes announced; updates focus on usage, limits and pricing information.
v1.0.1
- Added mention of "Powered by savefbs.com" both in the description and prominently near the top.
- Included details about additional features available at savefbs.com (such as batch downloads and premium quality options).
- Clarified the download process is free and requires no registration.
- No changes to script usage or technical functionality.
v1.0.0
- Initial release of TikTok Video Downloader skill.
- Allows downloading TikTok videos without watermark in HD/SD quality.
- Supports extracting author information and multiple video formats.
- Works with standard and short TikTok video URLs.
- Connects securely to savefbs.com; no user data collection.
Metadata
Frequently Asked Questions
What is TikTok Video Downloader?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 326 downloads so far.
How do I install TikTok Video Downloader?
Run "/install tiktok-video-downloader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TikTok Video Downloader free?
Yes, TikTok Video Downloader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TikTok Video Downloader support?
TikTok Video Downloader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TikTok Video Downloader?
It is built and maintained by frankchen622 (@frankchen622); the current version is v1.2.0.
More Skills