← 返回 Skills 市场
openclawzhangchong

zc-douyin-xiazai-txt

作者 张翀 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zc-douyin-xiazai-txt
功能描述
抖音无水印视频下载与文案提取工具,使用本地 ffmpeg 与 Whisper 完成下载、音频提取和文字转写,可选语义分段。
安全使用建议
This skill mostly does what its description says, but it has multiple red flags you should consider before installing or running it: (1) The code assumes Windows and an Administrator user (hardcoded C:\Users\Administrator paths and a hardcoded ffmpeg executable). If your machine is different, the script may fail or write files in unexpected places. (2) SKILL.md examples reference inconsistent skill folder names — packaging looks sloppy; review the douyin.js file yourself before running. (3) Prefer versions that call 'ffmpeg' and 'whisper' from PATH or allow configuring binary and output paths; if you proceed, run in a controlled directory (not as Administrator), inspect/change the hardcoded paths to safe locations, and verify external network calls are only to expected Douyin endpoints. If you need higher assurance, ask the author to remove hardcoded Administrator paths, add configurable paths, and fix the usage documentation inconsistency.
功能分析
Type: OpenClaw Skill Name: zc-douyin-xiazai-txt Version: 1.0.0 The skill provides Douyin video downloading and transcription functionality as described, but it contains hardcoded absolute file paths targeting the 'C:\Users\Administrator' directory for both the ffmpeg executable and the default output workspace in 'douyin.js'. While the script's logic (using child_process.spawn to run ffmpeg and whisper) is functionally aligned with its purpose, the reliance on hardcoded privileged system paths and shell execution without robust path sanitization is a risky practice. No clear evidence of intentional data exfiltration or malicious backdoors was found, but the specific environment targeting warrants caution.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description claim: download Douyin no-watermark videos and transcribe with local ffmpeg + Whisper. The code does implement downloading, ffmpeg audio extraction, and Whisper transcription, so purpose is generally aligned. However, the implementation requires very specific local paths (hardcoded C:\Users\Administrator\ffmpeg-8.1-full_build\bin\ffmpeg.exe and default download folder under C:\Users\Administrator) and assumes Windows Administrator environment, which is disproportionate to the stated cross-platform purpose and not reflected in the registry metadata or generic 'requires: ffmpeg, whisper'. Usage examples in SKILL.md also reference inconsistent skill folder names (e.g., zc_douyin-download-local vs zc_douyin_xiazai_txt), indicating sloppy packaging.
Instruction Scope
SKILL.md gives commands to run the included douyin.js and describes local ffmpeg/whisper use. The code accesses the network (fetching share pages and video URLs) which is expected, and writes files to disk (downloads, audio, transcripts). Concerns: the script uses absolute, privileged-looking filesystem locations (Administrator home paths) and hardcoded ffmpeg binary locations rather than the generic 'ffmpeg' on PATH, so running it may read/write/create files in Administrator-owned directories unexpectedly. The SKILL.md and code both reference official Douyin domains (iesdouyin.com / aweme.snssdk.com) only; there is no other outbound exfiltration endpoint in the visible code.
Install Mechanism
This is instruction-only with a bundled douyin.js file and no install spec — lowest install risk. No third-party downloads or installers are invoked by an install step. The script itself spawns external binaries (ffmpeg, whisper) but does not pull code from arbitrary URLs during installation.
Credentials
The skill declares no required env vars or credentials (which is appropriate), but the code hardcodes platform- and user-specific filesystem paths (C:\Users\Administrator\...) and absolute ffmpeg binary locations. That is disproportionate: a downloader/transcriber should accept configurable paths or use binaries on PATH rather than assume an Administrator layout. There are no credential-exfiltration patterns or secret reads, but the hardcoded paths could cause unexpected file access or overwrite in an Administrator account.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-wide changes. It does write outputs to disk (downloads, audio, transcripts) within its workspace; this is expected for the stated purpose and within its own scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zc-douyin-xiazai-txt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zc-douyin-xiazai-txt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布 zc_douyin_xiazai_txt 技能,,纯本地,完全免费的方案,速度非常快,只用于技术课程学习经验,实现抖音无水印视频下载与文案提取。 - 支持解析抖音分享链接或 modal_id,自动下载视频并提取音频。 - 集成本地 ffmpeg 与 Whisper,实现音频转 16kHz WAV 并转写为文字。 - 可选语义分段,利用内置 LLM 优化转写文本格式。 - 提供详细的 Windows CMD / PowerShell 使用说明及常见问题解答。
元数据
Slug zc-douyin-xiazai-txt
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

zc-douyin-xiazai-txt 是什么?

抖音无水印视频下载与文案提取工具,使用本地 ffmpeg 与 Whisper 完成下载、音频提取和文字转写,可选语义分段。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 zc-douyin-xiazai-txt?

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

zc-douyin-xiazai-txt 是免费的吗?

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

zc-douyin-xiazai-txt 支持哪些平台?

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

谁开发了 zc-douyin-xiazai-txt?

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

💬 留言讨论