| name | bilibili |
| description | CLI skill for Bilibili (哔哩哔哩, B站) with token-efficient YAML output for AI agents to browse videos, users, search, trending, dynamics, favorites, and interactions from the terminal |
| author | jackwener |
| version | 0.6.2 |
| tags | ["bilibili","哔哩哔哩","b站","video","social-media","cli"] |
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
--yaml first because it is usually more token-efficient than pretty JSON.
- Use
--json only 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 --yaml instead 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 , comments, or audio extraction when subtitles are unavailable or clearly insufficient.