bilibili-downloader
Download Bilibili videos. Extracts video and audio streams separately.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Download Bilibili videos. Extracts video and audio streams separately.
التثبيت باستخدام 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 | bilibili-downloader |
| description | Download Bilibili videos. Extracts video and audio streams separately. |
bilibili-downloader/
├── SKILL.md
└── download.cjs
download.cjs <video_url> <save_directory>
video_url: Bilibili video URL or BV number (e.g., https://www.bilibili.com/video/BV1xxxxx or BV1xxxxx)save_directory: Directory to save downloaded filesDownloads two files:
{BV号}_video.mp4 - Video stream{BV号}_audio.mp4 - Audio stream无效的BV号或URL格式 - Invalid URL/BV number视频不存在或已被删除 - Video not found视频访问受限 - Access denied没有可用的视频流 - No video streams available下载失败 - Download failed (network error)