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

v1.0.0

下载抖音视频到本地文件。当用户需要下载抖音视频、提取抖音链接内容、或保存抖音分享的视频时使用。支持抖音短链(v.douyin.com)、分享文本(含短链)、视频直链(douyin.com/video/...)三种输入格式。

1· 407·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wudi/free-douyin-downloader.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "下载抖音视频到本地文件(免费+无水印)" (wudi/free-douyin-downloader) from ClawHub.
Skill page: https://clawhub.ai/wudi/free-douyin-downloader
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install free-douyin-downloader

ClawHub CLI

Package manager switcher

npx clawhub@latest install free-douyin-downloader
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk975mnbqh5vht2d0j4bgtt6mzx834hkz
407downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Douyin Downloader

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

用法

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

参数:

  • <链接或分享文本>:支持以下格式(必填)
    • 短链: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 标准库,无需额外安装

Comments

Loading comments...