video-downloader-manager
统一管理多平台视频下载,支持YouTube、Bilibili、抖音等平台,自动分类保存到对应目录,智能文件命名。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
统一管理多平台视频下载,支持YouTube、Bilibili、抖音等平台,自动分类保存到对应目录,智能文件命名。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
检查网络连接和视频是否可用,某些视频可能有区域限制。