video-downloader-manager
统一管理多平台视频下载,支持YouTube、Bilibili、抖音等平台,自动分类保存到对应目录,智能文件命名。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
统一管理多平台视频下载,支持YouTube、Bilibili、抖音等平台,自动分类保存到对应目录,智能文件命名。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Integration testing for AI Agent CLI systems — PTY-driven conversation simulation, tool chain verification, OpenSpec-driven test design, and real-API validation.
Extract web article content from WeChat MP, blogs, and other platforms, converting text, images, formatting, and tables to clean Markdown.
Configure, extend, or contribute to Hermes Agent.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
Decomposition playbook + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically playing the orchestrator role.
Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.
| name | video-downloader-manager |
| description | 统一管理多平台视频下载,支持YouTube、Bilibili、抖音等平台,自动分类保存到对应目录,智能文件命名。 |
~/Videos/
├── youtube/ # YouTube视频
├── bilibili/ # Bilibili视频
├── douyin/ # 抖音视频
└── other/ # 其他平台视频
确保已安装以下工具:
# 下载视频到对应平台目录
./download_video.sh <platform> <url>
# 支持的平台: youtube, bilibili, douyin
# 下载YouTube视频
./download_video.sh youtube "https://www.youtube.com/watch?v=xxx"
# 下载Bilibili视频
./download_video.sh bilibili "https://www.bilibili.com/video/BV1xxxxx"
# 下载抖音视频
./download_video.sh douyin "https://v.douyin.com/xxx"
cookies.txt./download_douyin_with_cookies.sh "URL" cookies.txt修改脚本中的目录路径来自定义保存位置。
可以编写简单的循环脚本来批量处理多个URL。
cookies.txt 文件确保系统已安装ffmpeg:
sudo apt install ffmpeg
检查网络连接和视频是否可用,某些视频可能有区域限制。