← 返回 Skills 市场
🔌

Save Video

作者 Skill · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install save-video
功能描述
Download and save videos from mainstream websites by providing a video URL for automatic extraction and local saving.
安全使用建议
This skill appears to do what it claims: it runs yt-dlp (via Python) to download videos into a 'videos' folder in the working directory. Before installing, consider: (1) Confirm how the platform will install the yt-dlp dependency (pip install from PyPI is expected). (2) Be aware of legal/terms-of-service and copyright implications of downloading content. (3) The skill will download arbitrary URLs you provide, so only give URLs you trust. (4) If you prefer more containment, run the skill in a sandbox or restrict agent autonomy; review the small Python file yourself if you want to verify there is no hidden behavior.
功能分析
Type: OpenClaw Skill Name: save-video Version: 1.0.0 The skill is a legitimate utility for downloading videos from various websites using the well-known 'yt-dlp' library. The implementation in 'save_video.py' uses subprocess.run with a list of arguments, which is a secure way to handle external commands, and the 'SKILL.md' documentation accurately describes the tool's functionality without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description, SKILL.md, requirements.txt (yt-dlp) and the Python code all align: the skill extracts a URL and invokes yt-dlp to download content. The dependency (yt-dlp) is appropriate for this purpose.
Instruction Scope
Runtime instructions and included code only parse input for a URL and download the video into a local 'videos' directory. The skill does not reference unrelated files, environment variables, or external endpoints beyond fetching the video sources themselves.
Install Mechanism
No explicit install spec is provided, but requirements.txt lists yt-dlp (a known PyPI package). This is reasonable, but you should verify how the platform will satisfy that dependency (automatic pip install, preinstalled runtime, or manual). There are no obscure download URLs or archive extracts.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access secrets or other system configs.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It only creates a local 'videos' directory to save downloads.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install save-video
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /save-video 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of save-video skill: - Download and save videos from mainstream video websites. - Automatically parses video URLs provided by the user. - Downloads videos and saves them locally for immediate access. - Simple process: user provides a URL, video is saved for viewing.
元数据
Slug save-video
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Save Video 是什么?

Download and save videos from mainstream websites by providing a video URL for automatic extraction and local saving. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Save Video?

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

Save Video 是免费的吗?

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

Save Video 支持哪些平台?

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

谁开发了 Save Video?

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

💬 留言讨论