TopRank Skills

Home / Claw Skills / 其他 / download
Official OpenClaw rules 15%

download

Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 download 技能。 若已安装,则直接安装 download 技能。

Overview

Skill Key
bestisblessed/youtube-download
Author
bestisblessed
Source Repo
openclaw/skills
Version
-
Source Path
skills/bestisblessed/youtube-download
Latest Commit SHA
aa1861e6a7ffc5636bdb1232fa2054cd5a73083b

Extracted Content

SKILL.md excerpt

# Download

Downloads YouTube videos to your ~/Downloads folder using yt-dlp.

## What it does

- Takes a YouTube URL as input
- Downloads the best available quality (video + audio merged to MP4)
- Saves to ~/Downloads with the video title as filename

## Usage

```bash
{baseDir}/download.sh "https://youtube.com/watch?v=VIDEO_ID"
```

Or just give me the URL and I'll run it for you.

## Requirements

- yt-dlp must be installed: `brew install yt-dlp`
- On first run, if yt-dlp is missing, the skill will prompt you to install it

Related Claw Skills