← 返回 Skills 市场
wudi

下载抖音视频到本地文件(免费+无水印)

作者 wudi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
388
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install free-douyin-downloader
功能描述
下载抖音视频到本地文件。当用户需要下载抖音视频、提取抖音链接内容、或保存抖音分享的视频时使用。支持抖音短链(v.douyin.com)、分享文本(含短链)、视频直链(douyin.com/video/...)三种输入格式。
使用说明 (SKILL.md)

Douyin Downloader

下载抖音视频到本地,无水印(720p)。

用法

python3 scripts/douyin_download.py \x3C链接或分享文本> [输出文件名]

参数:

  • \x3C链接或分享文本>:支持以下格式(必填)
    • 短链:https://v.douyin.com/xxxxx/
    • 分享文本:7.15 复制打开抖音... https://v.douyin.com/xxxxx/(直接粘贴整段文字即可)
    • 视频直链:https://www.douyin.com/video/1234567890
  • [输出文件名]:可选,默认以视频标题命名,扩展名 .mp4

示例

# 短链
python3 scripts/douyin_download.py "https://v.douyin.com/FKWYQmtQ79E/"

# 分享文本(整段粘贴)
python3 scripts/douyin_download.py "7.15 复制打开抖音,看看【xxx的作品】 https://v.douyin.com/FKWYQmtQ79E/ "

# 指定输出文件名
python3 scripts/douyin_download.py "https://v.douyin.com/FKWYQmtQ79E/" my_video.mp4

注意

  • 图文笔记类型不支持下载(脚本会提示)
  • 需要网络可访问 douyin.com / iesdouyin.com
  • 依赖:Python 3 标准库,无需额外安装
安全使用建议
This package appears to do what it says: run the provided Python script to download Douyin videos. Before using, consider: (1) legality and terms of service for downloading Douyin content in your jurisdiction; (2) run the script on trusted links only or in a sandbox — it follows redirects and will download whatever final URL it is given; (3) you can inspect the included script (network calls are via urllib to Douyin/iesdouyin/aweme domains) to confirm behavior; (4) no secrets or installs are required, but treat any downloaded files cautiously (scan for malware) and avoid running it on links from unknown sources.
功能分析
Type: OpenClaw Skill Name: free-douyin-downloader Version: 1.0.0 The skill is a straightforward Douyin video downloader that uses the Python standard library to resolve short links, extract video metadata from the web page, and download the MP4 file. The code in scripts/douyin_download.py performs legitimate network requests to Douyin/ByteDance domains (iesdouyin.com, snssdk.com) and lacks any indicators of data exfiltration, obfuscation, or malicious execution.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script all align: the tool accepts Douyin links or share text, resolves short links, extracts video IDs, obtains play URIs, and saves an MP4 locally. No unrelated binaries, env vars, or external services are required.
Instruction Scope
Runtime instructions are focused on running the included script and the script only reads command-line input and performs network requests to Douyin-related endpoints. Minor caveat: the script follows redirects and will download whatever final play URL it receives (it does not explicitly enforce that the final download host belongs to Douyin/aweme domains), so a maliciously crafted/redirected URL could cause it to fetch arbitrary content.
Install Mechanism
No install step is provided (instruction-only skill with an included script). Nothing is downloaded or executed at install time; all code is present in the package.
Credentials
No environment variables, credentials, or config paths are requested. The script only uses the network and writes a single output file named by the user or from the video title.
Persistence & Privilege
The skill is not always-enabled, does not alter other skills or system config, and does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install free-douyin-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /free-douyin-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of free-douyin-downloader. - Download Douyin videos locally in 720p without watermark. - Supports input via short links, share texts, or direct video URLs. - Allows optional file name specification; defaults to video title. - Notifies if the content is an unsupported format (e.g., notes). - Requires only Python 3 standard library; no extra dependencies.
元数据
Slug free-douyin-downloader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

下载抖音视频到本地文件(免费+无水印) 是什么?

下载抖音视频到本地文件。当用户需要下载抖音视频、提取抖音链接内容、或保存抖音分享的视频时使用。支持抖音短链(v.douyin.com)、分享文本(含短链)、视频直链(douyin.com/video/...)三种输入格式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 388 次。

如何安装 下载抖音视频到本地文件(免费+无水印)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install free-douyin-downloader」即可一键安装,无需额外配置。

下载抖音视频到本地文件(免费+无水印) 是免费的吗?

是的,下载抖音视频到本地文件(免费+无水印) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

下载抖音视频到本地文件(免费+无水印) 支持哪些平台?

下载抖音视频到本地文件(免费+无水印) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 下载抖音视频到本地文件(免费+无水印)?

由 wudi(@wudi)开发并维护,当前版本 v1.0.0。

💬 留言讨论