← Back to Skills Marketplace
🔌

Save Video

by Skill · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install save-video
Description
Download and save videos from mainstream websites by providing a video URL for automatic extraction and local saving.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install save-video
  3. After installation, invoke the skill by name or use /save-video
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug save-video
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Save Video?

Download and save videos from mainstream websites by providing a video URL for automatic extraction and local saving. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Save Video?

Run "/install save-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Save Video free?

Yes, Save Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Save Video support?

Save Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Save Video?

It is built and maintained by Skill (@skill); the current version is v1.0.0.

💬 Comments