with one click
personal-video-dl
视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载"
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载"
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
| name | personal-video-dl |
| description | 视频下载工具,支持YouTube、Bilibili、抖音等数千个网站。触发词:"下载视频"、"视频下载" |
基于 yt-dlp 的强大视频下载工具,支持数千个视频网站。
下载视频 https://www.youtube.com/watch?v=xxxxx
视频下载 "B站链接" --audio-only
帮我下载这个视频:抖音链接
# 下载单个视频(最佳质量)
python3 video_downloader.py "https://www.youtube.com/watch?v=xxxxx"
# 仅下载音频(MP3)
python3 video_downloader.py "URL" --audio-only
# 指定下载目录
python3 video_downloader.py "URL" -o ~/Desktop/Videos
# 下载带字幕
python3 video_downloader.py "URL" --subtitle
# 批量下载(从文件)
python3 video_downloader.py -f urls.txt
创建 urls.txt 文件:
# 这是注释
https://www.youtube.com/watch?v=xxxxx
https://www.bilibili.com/video/xxxxx
https://v.douyin.com/xxxxx
| 参数 | 说明 | 示例 |
|---|---|---|
url | 视频链接 | "https://..." |
-f, --file | 批量下载文件 | -f urls.txt |
-o, --output | 下载目录 | -o ~/Videos |
-q, --quality | 视频质量 | -q best |
-a, --audio-only | 仅音频 | --audio-only |
-s, --subtitle | 下载字幕 | --subtitle |
-p, --playlist | 下载播放列表 | --playlist |
# 安装 yt-dlp
pip install -U yt-dlp
# 或使用脚本安装
python3 video_downloader.py --install
~/Downloads/Videos/视频标题.扩展名| 问题 | 解决方案 |
|---|---|
| yt-dlp 未安装 | 运行 pip install -U yt-dlp |
| 下载失败 | 检查网络连接,部分网站需要代理 |
| 格式不支持 | 尝试更新 yt-dlp: pip install -U yt-dlp |
| 权限错误 | 检查下载目录写入权限 |
skills/video-downloader/
├── SKILL.md # 本说明文件
└── video_downloader.py # 主脚本
Created: 2026-03-08