← 返回 Skills 市场
hanxueda

Douyin Dedup

作者 三昧 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
173
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install douyin-dedup
功能描述
抖音视频下载、去水印、深度混剪去重、去除音频的全自动处理工具。当用户发送抖音链接(v.douyin.com 或 douyin.com 格式)并要求处理、去重、下载或类似意图时,自动触发此技能。
使用说明 (SKILL.md)

抖音去重工具

功能

给定抖音URL,自动完成:下载 → 去水印 → 深度混剪去重 → 去除音频 → 输出文件

使用方法

执行命令

cd ~/.openclaw/skills/douyin-dedup/scripts && python3 dedup.py "\x3C抖音URL>"

输出位置

~/video-dedup/output/dedup_\x3C随机ID>.mp4

去重效果包含

  • 随机截取 3-6 个片段打乱顺序
  • 画面随机裁剪缩放(80%-95%)
  • 随机镜像翻转(30%概率)
  • 随机亮度调整(±5% Gamma校正)
  • 随机噪点叠加(20%概率)
  • 随机播放速度(0.9x-1.1x)
  • 去除原始音频

依赖

  • ffmpeg
  • yt-dlp
  • Python 3

故障排除

  • 如遇下载失败,可能是抖音链接重定向问题,检查视频ID是否正确提取
  • 如遇 ffmpeg 滤镜错误,检查 noise 滤镜参数格式
安全使用建议
This skill appears to do what it says: it downloads Douyin videos (via Douyin/iesdouyin/aweme endpoints or yt-dlp), removes audio/watermark and runs ffmpeg transforms, then saves files under ~/video-dedup. Before installing or running: 1) Ensure you have trusted ffmpeg, ffprobe and yt-dlp binaries installed (the registry metadata did not declare these, but the script needs them). 2) Be aware it will download media from the internet and write files to your home directory — run in a sandbox/container if you want isolation. 3) This tool can be used to repurpose others' content (legal/terms-of-service risk); verify you have rights to process videos. 4) If you need higher assurance, review the full script (dedup.py) locally and run it manually once rather than granting broad automation. No credentials are requested and I found no hidden remote endpoints or exfiltration logic.
功能分析
Type: OpenClaw Skill Name: douyin-dedup Version: 1.0.0 The skill is a specialized utility for downloading Douyin videos and applying FFmpeg filters to modify the visual content (deduplication). The code in `scripts/dedup.py` implements the stated functionality using standard libraries and external tools like `ffmpeg` and `yt-dlp`, communicating only with legitimate Douyin/ByteDance domains (e.g., iesdouyin.com, snssdk.com) to retrieve video data. No indicators of data exfiltration, persistence, or malicious command execution were found.
能力评估
Purpose & Capability
The skill name/description (Douyin download + dedup) matches the included script behavior: network download from Douyin/iesdouyin/aweme endpoints, use of yt-dlp fallback, and ffmpeg-based processing. Minor inconsistency: registry metadata lists no required binaries, but the SKILL.md and script clearly require ffmpeg, ffprobe, yt-dlp and Python3.
Instruction Scope
SKILL.md instructs the agent to run the included script from the skill's scripts directory. The script only reads the provided Douyin URL, fetches video content from Douyin-related hosts, runs ffmpeg/ffprobe/yt-dlp, and writes files under ~/video-dedup; it does not attempt to read other system files, environment secrets, or send data to third‑party endpoints beyond video hosts.
Install Mechanism
No install spec is present and the skill is instruction+script only. That is low-risk as nothing is downloaded during install. The script invokes system binaries (ffmpeg, yt-dlp), so those must be installed separately by the user.
Credentials
The skill requests no environment variables or credentials. Its network access is limited to fetching video pages and media URLs derived from the provided Douyin link; no secrets or unrelated service tokens are requested.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill writes output to its own workspace/output directories in the user's home and does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-dedup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-dedup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of douyin-dedup. - Supports automatic download, watermark removal, deep deduplication (remix), and audio removal for Douyin videos via URL. - Processes include segment shuffling, crop/scale, mirroring, brightness adjustment, noise, and speed changes. - Outputs deduplicated video file ready for use. - Simple command-line usage and troubleshooting guidance included. - Requires ffmpeg, yt-dlp, and Python 3.
元数据
Slug douyin-dedup
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Douyin Dedup 是什么?

抖音视频下载、去水印、深度混剪去重、去除音频的全自动处理工具。当用户发送抖音链接(v.douyin.com 或 douyin.com 格式)并要求处理、去重、下载或类似意图时,自动触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。

如何安装 Douyin Dedup?

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

Douyin Dedup 是免费的吗?

是的,Douyin Dedup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Douyin Dedup 支持哪些平台?

Douyin Dedup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Douyin Dedup?

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

💬 留言讨论