← 返回 Skills 市场
Video Download FaaS
作者
Robert (Zhaohan) Hu
· GitHub ↗
· v1.0.0
802
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install video-download-faas
功能描述
Download videos in MP4 format using yt-dlp with FaaS (Firecracker/Container) isolation. Start downloads, check status, and kill processes. Videos are automat...
安全使用建议
This skill appears coherent for running background downloads with yt-dlp. Before installing, ensure you: (1) have yt-dlp installed and trust running it on the host; (2) run the scripts only on systems you control (downloads access remote URLs and may consume bandwidth/storage); (3) be aware the SKILL.md mentions a run-in-container.sh helper that is not included — if you need containerized isolation, add or review such a wrapper yourself; (4) verify output directory permissions and be cautious of executing or opening downloaded files from untrusted sources; and (5) consider running the scripts inside a container or VM if you want stricter isolation. There are no detected exfiltration endpoints or secret-collection behaviors in the shipped scripts.
功能分析
Type: OpenClaw Skill
Name: video-download-faas
Version: 1.0.0
The skill bundle contains multiple critical shell injection vulnerabilities across all three scripts. In `scripts/download.sh`, the `output_directory` parameter is directly interpolated into `mkdir -p` and `yt-dlp -o`, allowing arbitrary command execution. In `scripts/check-status.sh` and `scripts/kill-download.sh`, the `session_id` parameter is directly used in file paths for commands like `cat`, `grep`, `sed`, `ls`, and `rm`, leading to shell injection. These flaws enable an attacker to execute arbitrary commands on the host system, but there is no evidence of intentional malicious behavior within the provided code, classifying it as suspicious due to severe vulnerabilities.
能力评估
Purpose & Capability
Name/description (download, MP4, FaaS isolation) align with included scripts: download.sh, check-status.sh, kill-download.sh. Required tools (yt-dlp, bash) are appropriate and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays within scope (start, monitor, kill downloads). It references containerized execution via './run-in-container.sh' which is not included in the bundle — this is an omission (not necessarily malicious) that users should be aware of if they expect contained execution. Scripts read/write only /tmp and the chosen output directory and do not access unrelated system files or environment variables.
Install Mechanism
No install spec — instruction-only with simple bash scripts. No downloads from arbitrary URLs or package installs specified by the skill itself. The only external dependency is yt-dlp, which the documentation correctly calls out.
Credentials
Skill requests no environment variables or credentials. Scripts do not attempt to read secrets or configs; they only require write access to /tmp and the user-specified output directory, which is proportionate to the task.
Persistence & Privilege
Skill does background work and persists sessions in /tmp, but it is not force-enabled (always:false) and does not modify other skills or system-wide settings. Behavior (background processes, session files) is consistent with described functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-download-faas - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-download-faas触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Video Download FaaS 是什么?
Download videos in MP4 format using yt-dlp with FaaS (Firecracker/Container) isolation. Start downloads, check status, and kill processes. Videos are automat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 802 次。
如何安装 Video Download FaaS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-download-faas」即可一键安装,无需额外配置。
Video Download FaaS 是免费的吗?
是的,Video Download FaaS 完全免费(开源免费),可自由下载、安装和使用。
Video Download FaaS 支持哪些平台?
Video Download FaaS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Download FaaS?
由 Robert (Zhaohan) Hu(@lasurvivor)开发并维护,当前版本 v1.0.0。
推荐 Skills