bilibili

Searches Bilibili videos and retrieves metadata and UP主 info via public endpoints without API keys.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Animism001/skills --skill bilibili-animism001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bilibili
Source: https://github.com/Animism001/skills/tree/main/skills/bilibili-search
Command: npx skills add https://github.com/Animism001/skills --skill bilibili-animism001

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Bilibili data query tool enables searching for videos, retrieving video details and statistics, and collecting UP主 information using public endpoints without requiring an API Key.

Core Features & Use Cases

  • Video search by keyword with essential fields such as bvid, url, title, author, play count, danmaku, and like/favorites where available.
  • Retrieve detailed info for a given video (bvid) including title, description, owner, pubdate, duration, tags, and view stats.
  • Fetch UP主 information such as name, followers, and video count.
  • Access popular videos and hot search trends without API keys.
  • Works with public Bilibili endpoints and supports mainland direct access.

Quick Start

Search for a keyword and return the top 10 results with basic metadata.

Frequently Asked Questions about bilibili

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Bilibili videos and retrieve metadata without an API key?

You can search Bilibili videos without an API key by sending HTTP requests to public endpoints, returning basic metadata like bvid, title, author, play count, and danmaku for top results.

What video details can I get using a bvid on Bilibili public endpoints?

Retrieving video details by bvid returns title, description, owner information, pubdate, duration, tags, and view statistics directly from Bilibili public endpoints without authentication.

How do I fetch Bilibili UP主 information like followers and video count?

Fetching UP主 information retrieves the creator's name, follower count, and total video count using public Bilibili endpoints, requiring no API key for data aggregation.

Can I access Bilibili hot searches and popular video trends without authentication?

Yes, you can access popular videos and hot search trends on Bilibili without authentication by querying public endpoints that support mainland direct access.

Does the Bilibili data query tool require any dependencies or API keys?

No, the Bilibili data query tool requires no API keys and has zero dependencies, relying solely on HTTP requests to public endpoints and robust JSON parsing with error handling.