← 返回 Skills 市场
TikTok Video Downloader
作者
frankchen622
· GitHub ↗
· v1.2.0
· MIT-0
326
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tiktok-video-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/tiktok-video-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 326 次。
如何安装 TikTok Video Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tiktok-video-downloader」即可一键安装,无需额外配置。
TikTok Video Downloader 是免费的吗?
是的,TikTok Video Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TikTok Video Downloader 支持哪些平台?
TikTok Video Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TikTok Video Downloader?
由 frankchen622(@frankchen622)开发并维护,当前版本 v1.2.0。
推荐 Skills