← 返回 Skills 市场
4986
总下载
13
收藏
45
当前安装
1
版本数
在 OpenClaw 中安装
/install douyin-video-fetch
功能描述
下载抖音视频到本地(无水印优先)。用于给后续视频分析/复刻提供原始素材,支持 URL 或 video_id 输入、批量列表输入与统一输出目录。
安全使用建议
Install only if you are comfortable with a Python downloader that launches a headless browser, contacts Douyin/video-hosting endpoints, reads any batch file path you provide, and writes MP4 files to the selected output directory. Use it only for videos you are authorized to download, choose a dedicated output folder, and avoid pointing --file at sensitive local files.
功能分析
Type: OpenClaw Skill
Name: douyin-video-fetch
Version: 1.0.0
The `scripts/fetch_video.py` skill is classified as suspicious due to vulnerabilities in its input handling. Specifically, the `--file` argument allows reading from an arbitrary file path, which could be exploited for arbitrary file read (e.g., `/etc/passwd`). Additionally, the `--output-dir` argument, if controlled by an attacker, could potentially lead to path traversal, allowing files to be written outside the intended skill directory. While the skill's stated purpose of downloading Douyin videos is legitimate and the `SKILL.md` instructions are benign, these file system access vulnerabilities pose a risk if the agent is instructed to provide malicious arguments.
能力评估
Purpose & Capability
The skill describes downloading Douyin videos to local MP4 files, and the script uses Playwright/aiohttp to load video pages, extract media URLs, and save MP4s locally.
Instruction Scope
The instructions disclose URL/video_id input, batch file input, and an output directory, but they do not explicitly warn about browser automation, arbitrary batch-file paths, or legal/privacy considerations around downloaded media.
Install Mechanism
No install manifest is present, while the script imports third-party Python packages such as Playwright and aiohttp; users may need to install these separately from trusted sources.
Credentials
Network access, headless browser use, reading a user-supplied batch file, and writing downloaded MP4 files are proportionate for a video downloader.
Persistence & Privilege
The artifacts show no credential use, privilege escalation, background service, startup persistence, broad local indexing, or exfiltration behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install douyin-video-fetch - 安装完成后,直接呼叫该 Skill 的名称或使用
/douyin-video-fetch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release.
元数据
常见问题
Douyin Video Fetch 是什么?
下载抖音视频到本地(无水印优先)。用于给后续视频分析/复刻提供原始素材,支持 URL 或 video_id 输入、批量列表输入与统一输出目录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4986 次。
如何安装 Douyin Video Fetch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install douyin-video-fetch」即可一键安装,无需额外配置。
Douyin Video Fetch 是免费的吗?
是的,Douyin Video Fetch 完全免费(开源免费),可自由下载、安装和使用。
Douyin Video Fetch 支持哪些平台?
Douyin Video Fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Douyin Video Fetch?
由 KAMIENDER(@kamiender)开发并维护,当前版本 v1.0.0。
推荐 Skills