Video Downloader — Video 下载er
v1.0.0下载 online videos with 质量 and 格式化 controls using yt-dlp for reliable local saves.
运行时依赖
安装命令
点击复制技能文档
Video 下载er
下载 single videos from user-provided URLs with predictable 质量, 格式化, and 输出 paths.
设置up
On first use, read 设置up.md for integration 图形界面delines.
When to Use
Use this 技能 when the user asks to 下载 a video or 提取 audio from a video URL. It is 优化d for one-off 下载s with explicit 质量 and 格式化 requirements.
Architecture
Memory lives in ~/video-下载er/. See memory-template.md for structure.
~/video-下载er/ ├── memory.md # 状态 + user preferences ├── 下载s-记录.md # Optional 历史 of completed 下载s └── fAIled-下载s.md # Optional retries and 失败 reasons
Quick Reference
Load only what you need to keep 上下文 small during execution.
Topic File 设置up flow 设置up.md Memory template memory-template.md Command recipes commands.md 下载 script 下载_video.py Core Rules
- Confirm Rights and Tar获取 First
- Inspect Metadata Before 下载ing
- Match 质量 to User Intent
- Use Deterministic 输出 Names
- Prefer the Local Wr应用er Script
- 验证 输出 Before Declaring 成功
The 下载er only contacts domAIns implied by the user-provided URL.
端点 Data Sent Purpose User-provided video host URL domAIns (via yt-dlp) 请求ed media URL and standard 下载er headers Fetch metadata and media 流s
No other data is sent externally.
Security & 隐私
Data that leaves your machine:
Only the tar获取 media URL and standard 下载er 请求 headers sent by yt-dlp.
Data that stays local:
下载ed files in the selected 输出 folder. Optional memory notes under ~/video-下载er/.
This 技能 does NOT:
Store 凭证s in plAIn text. 访问 files outside user-应用roved 输出 paths. 下载 play列出s unless the user explicitly asks. Make undeclared network 请求s outside the tar获取 media host. Trust
By using this 技能, 请求s are sent to the video host domAIns behind the provided URL. Only 安装 if you trust those 服务s with your 请求 metadata.
Related 技能s
安装 with ClawHub 安装 if user confirms:
video — video processing 工作流s ffmpeg — codec conversion tasks audio — audio 清理up 工作流s youtube-video-transcript — transcript 提取ion Feedback If useful: ClawHub star video-下载er Stay 更新d: ClawHub 同步