← 返回 Skills 市场
wwkgit

Multi-Platform Video Downloader

作者 wwkGit · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
302
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-platform-video-downloader
功能描述
Universal video downloader supporting multiple platforms (Douyin, Bilibili, YouTube, TikTok, etc.). Can download videos by URL or search by keyword (Douyin s...
安全使用建议
This skill appears to do what it says: download videos using yt-dlp or browser automation. Before installing and running it: (1) prefer running inside a container (Docker) or isolated environment to limit filesystem/network access; (2) be aware DrissionPage will auto-download a Chromium binary and will run a real browser session — don't use browser mode with URLs that require sensitive cookies, or from inside networks you don't want probed; (3) pip installs from PyPI are normal but carry supply-chain risk—inspect sources if you require high assurance; (4) review the full script yourself (or run in a disposable VM) if you plan to run it on a machine with access to sensitive networks or credentials. If you provide the rest of the truncated script for review, I can raise confidence or surface further issues.
功能分析
Type: OpenClaw Skill Name: multi-platform-video-downloader Version: 1.0.0 The skill provides video downloading capabilities by utilizing `subprocess.run` to execute `yt-dlp` and the `DrissionPage` library for browser automation. It exhibits high-risk behaviors including shell execution, browser-based JavaScript execution (`scripts/video_downloader.py`), and the automatic downloading of the Chrome browser binary upon first use as noted in `SKILL.md`. While these features are plausibly required for its stated purpose of bypassing anti-crawl protections on platforms like Douyin, the combination of remote artifact execution and broad system/network access warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the Python script all consistently implement a multi-platform video downloader using yt-dlp and DrissionPage. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs building a Docker image or installing Python deps and running the script. The runtime instructions and code perform network requests, spawn yt-dlp subprocesses, and use browser automation to fetch pages and video URLs. That behavior is expected for this purpose, but browser automation will execute arbitrary JavaScript on visited pages and can access resources reachable from the host (including local network endpoints or any authenticated browser session/cookies), so users should avoid passing sensitive internal URLs or credentials.
Install Mechanism
No packaged install spec; the README recommends pip installs (yt-dlp, DrissionPage). Installing from PyPI is typical but carries the usual supply-chain risk. DrissionPage will auto-download a Chrome/Chromium binary at runtime (as noted in docs), which pulls a large executable from the network — expected for browser automation but worth noting.
Credentials
The skill requests no environment variables or credentials. The code writes downloaded media and metadata to disk in the chosen output directory; it does not require unrelated secrets or system credentials.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills' configs. Its persistence is limited to writing downloaded files and metadata in the output directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install multi-platform-video-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /multi-platform-video-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Universal video downloader supporting Douyin, Bilibili, YouTube, TikTok and more platforms with automatic platform detection and multiple download methods
元数据
Slug multi-platform-video-downloader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Multi-Platform Video Downloader 是什么?

Universal video downloader supporting multiple platforms (Douyin, Bilibili, YouTube, TikTok, etc.). Can download videos by URL or search by keyword (Douyin s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。

如何安装 Multi-Platform Video Downloader?

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

Multi-Platform Video Downloader 是免费的吗?

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

Multi-Platform Video Downloader 支持哪些平台?

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

谁开发了 Multi-Platform Video Downloader?

由 wwkGit(@wwkgit)开发并维护,当前版本 v1.0.0。

💬 留言讨论