AI Agent Hub
Back to plugins
🧰

dsh-bilibili

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install moxingovo/dsh-bilibili

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin --profile web add dsh-plugin-bilibili to install in DeepSeek Harness, or add it directly from the source at https://github.com/moxingovo/dsh-bilibili via git; after restarting the web service, the five tools for search, metadata, subtitles, play-URLs, and frame extraction become available automatically.

About this plugin

When an AI agent needs to understand Bilibili video content, the traditional approach required users to manually paste transcripts or describe videos in text. dsh-bilibili turns that into a single tool call: search, metadata, subtitles, play URLs, and even extracted video frames.

Five tools cover the full chain from keyword search to real frame images. Anonymous access unlocks search and metadata out of the box; setting the BILIBILI_SESSDATA environment variable opens up login-gated subtitle tracks, higher-quality play URLs, and the preview-frame path. Security is strict by design: the cookie is read from the environment only, every request refuses redirects, and the plugin never downloads or stores video files.

Built for teams working on video summarization, competitive monitoring, and multimodal understanding, or anyone who wants their agent to watch and parse Bilibili content autonomously.

Use Cases

  • Let the agent search and understand Bilibili videos without manual transcript pasting
  • Extract subtitle transcripts for summarization, translation, or repurposing
  • Pull real video frames so multimodal models can watch actual footage
  • Automatically fetch metadata and play-URLs of target videos for competitive monitoring

Best For

  • AI developers building multimodal video understanding pipelines
  • Teams working on video summarization, competitive monitoring, or content curation
  • Product teams that want their agents to autonomously parse Bilibili content