bilibili-up-to-kb
Installation
SKILL.md
Bilibili UP to KB
Convert B站 videos (single or entire channels) into cleaned, structured text knowledge bases.
Design Principle
Agent orchestrates, scripts execute. The agent's job is to decide WHAT to do and kick off the right script. All mechanical, repetitive work (downloading, transcribing, cleaning) is handled by shell scripts with built-in parallelism. The agent NEVER loops through videos one by one — it runs ONE command and the script handles concurrency internally.