← 返回 Skills 市场
mcbaivn

MCBAI Douyin Dubber

作者 MCB AI · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install mcbai-douyin-dubber
功能描述
Auto-dub Douyin/TikTok videos into any language using a fully local pipeline: download with Playwright Chromium + Douyin cookie → transcribe with Whisper → t...
安全使用建议
This skill appears to do what it says, but it requires a Douyin session cookie file which effectively grants access to your Douyin account. Only use a throwaway/test account as the author recommends, store the cookie file locally (do not commit it to version control), and rotate/revoke the cookie after use. Review the included scripts yourself or run the skill inside an isolated environment (container or VM) if you have any doubt. If you plan to use cloud TTS (ElevenLabs), provide a scoped key and monitor usage. If you want higher assurance, paste the full script into a quick review (or run it in a sandbox) to confirm there are no hidden network calls beyond expected TTS/CDN accesses.
功能分析
Type: OpenClaw Skill Name: mcbai-douyin-dubber Version: 1.0.4 The skill implements a complex video dubbing pipeline that handles sensitive Douyin session cookies and ElevenLabs API keys. While the behavior aligns with the stated purpose, the script employs high-risk patterns including the dynamic generation and execution of temporary Python scripts (e.g., pw_capture.py and an edge-tts wrapper) via subprocesses. Additionally, it constructs complex FFmpeg filter strings which, despite basic escaping attempts, represent a potential injection surface. These capabilities are functionally justified but meet the threshold for suspicious behavior due to the inherent risks of executing generated code and shell commands.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the actual behavior: Playwright+cookie to download Douyin videos, Whisper for transcription, optional TTS providers, and FFmpeg to mix/burn subtitles. Declared binaries (python, ffmpeg) and Python packages (playwright, openai-whisper) are appropriate for the pipeline.
Instruction Scope
SKILL.md instructs the agent to read a Douyin cookie file, install Playwright/Whisper, run the provided Python script, and optionally call external TTS services. The instructions do not request unrelated files or extra credentials. The cookie export steps are sensitive but explicitly documented and warned about.
Install Mechanism
This is an instruction-only skill (no install spec). It ships a Python script that writes a temporary Playwright capture script at runtime and runs subprocesses; this is expected for a local downloader/transcoding tool. No remote archive downloads or obscure install URLs are used, lowering install risk.
Credentials
The only required sensitive item is the Douyin session cookie file (declared in metadata and required). That is proportionate to downloading content that requires authentication but is high‑risk if you supply a primary/personal account cookie. ElevenLabs API key is optional and justified for that provider. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true or other elevated persistent privileges. It only runs locally when invoked and does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcbai-douyin-dubber
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcbai-douyin-dubber 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Fix: revert max-speed clamp (removed). Core fix: AI translate prompt now includes duration_s per segment so translations are shortened to fit naturally — no fast speech at source.
v1.0.3
Feat: pass duration_s to AI translate prompt — agent now shortens translation to fit segment duration, preventing fast TTS speech
v1.0.2
Fix: clamp TTS max speed to 1.25x by default (was unlimited), add --max-speed arg to control. Prevents unnatural fast speech when TTS is shorter than timestamp.
v1.0.1
Fix: rewrite SKILL.md with proper markdown formatting, remove all hardcoded paths, clean docs
v1.0.0
Initial release: full pipeline Playwright download + Whisper transcribe + AI translate + TTS (gTTS/Edge TTS/ElevenLabs) + FFmpeg mix + ASS subtitle burn. Developed by MCB AI.
元数据
Slug mcbai-douyin-dubber
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

MCBAI Douyin Dubber 是什么?

Auto-dub Douyin/TikTok videos into any language using a fully local pipeline: download with Playwright Chromium + Douyin cookie → transcribe with Whisper → t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 MCBAI Douyin Dubber?

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

MCBAI Douyin Dubber 是免费的吗?

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

MCBAI Douyin Dubber 支持哪些平台?

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

谁开发了 MCBAI Douyin Dubber?

由 MCB AI(@mcbaivn)开发并维护,当前版本 v1.0.4。

💬 留言讨论