Save Video

v1.0.0

Download and save videos from mainstream websites by providing a video URL for automatic extraction and local saving.

0· 87·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for skill/save-video.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Save Video" (skill/save-video) from ClawHub.
Skill page: https://clawhub.ai/skill/save-video
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install save-video

ClawHub CLI

Package manager switcher

npx clawhub@latest install save-video
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bm1tcysnngkf7fbdzqccvan84pvgr
87downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

name: save-video

version: 1.0.0

description: "Download and save videos from mainstream video websites. Use when: user provides a video URL and wants to download and save the video locally."


Save Video Skill

Download and save videos from mainstream video websites. When users provide a video URL, this skill automatically parses the video source, downloads it, and saves it locally for immediate viewing.

Features

  • Supports various mainstream video websites
  • Automatically extracts video source from URLs
  • Downloads and saves videos locally
  • Simple and intuitive usage

Usage

  1. User provides a video URL from any mainstream video website
  2. Skill automatically parses the URL and extracts the video source
  3. Video is downloaded and saved to the local directory
  4. User can directly click to watch the downloaded video

Example

User input: https://m.toutiao.com/is/o1jFEojdiwU/ Skill action: Parses the URL, extracts the video source, downloads and saves the video locally.

Comments

Loading comments...