bilibili-cli
Installation
SKILL.md
bilibili-cli Skill
A CLI tool for interacting with Bilibili (哔哩哔哩). Use it to fetch video info, search content, browse user profiles, and perform interactions like liking or triple-clicking.
Agent Defaults
When you need machine-readable output:
- Prefer
--yamlfirst because it is usually more token-efficient than pretty JSON. - Use
--jsononly when downstream tooling strictly requires JSON. - Keep result sets small with
--max,--page, or--offset. - Prefer specific commands over broad ones. Example: use
bili user-videos 946974 --max 3 --yamlinstead of fetching large timelines. - When summarizing a video, fetch subtitles first. Subtitles usually contain the video's core content and are the best primary source for summaries.
- Only fall back to
--ai, comments, or audio extraction when subtitles are unavailable or clearly insufficient.