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:

  1. Prefer --yaml first because it is usually more token-efficient than pretty JSON.
  2. Use --json only when downstream tooling strictly requires JSON.
  3. Keep result sets small with --max, --page, or --offset.
  4. Prefer specific commands over broad ones. Example: use bili user-videos 946974 --max 3 --yaml instead of fetching large timelines.
  5. When summarizing a video, fetch subtitles first. Subtitles usually contain the video's core content and are the best primary source for summaries.
  6. Only fall back to --ai, comments, or audio extraction when subtitles are unavailable or clearly insufficient.

Prerequisites

Installs
686
GitHub Stars
1.0K
First Seen
Mar 4, 2026
bilibili-cli — public-clis/bilibili-cli