AI Agent Hub
Back to plugins
dsh-bili-asr preview

dsh-bili-asr

Web Tools Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install rudyz666/dsh-bili-asr

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

Run the install command in your DeepSeek Harness terminal; the plugin source is at https://github.com/rudyz666/dsh-bili-asr, and the bili_script tool will load automatically after restarting DSH Desktop.

About this plugin

Pulling a clean transcript out of a bilibili tutorial, lecture, or podcast is painfully slow when you copy sentences by hand, and virtually impossible when the video has no subtitle track at all.

dsh-bili-asr collapses the whole workflow into one step: paste any bilibili link (BV id, av id, b23.tv short link, full URL, or even a share-text snippet) and the plugin first reads the built-in AI or CC subtitle track for an instant result. When no track exists, it downloads the lowest-bitrate audio, converts it to 16 kHz mono with ffmpeg, and runs local Whisper large-v3-turbo to produce a full transcript. The output includes line-by-line mm:ss timestamps plus SRT, TXT, and JSON exports written to a local directory, with multi-part videos handled automatically.

It registers as the bili_script host tool, so the model invokes it on its own whenever a script or dialogue is needed - no UI clicks required. Built in pure Node.js, it runs identically on Windows, macOS, and Linux. It is well suited to creators, researchers, and any DeepSeek Harness user who wants to turn bilibili video content into searchable, editable text within a chat conversation.

Screenshots

Use Cases

  • Paste a bilibili link to get a timestamped full transcript instantly
  • Auto-transcribe subtitle-free videos with local Whisper
  • One-click export to SRT, TXT, or JSON for translation or note-taking

Best For

  • Users who regularly watch bilibili tutorials and courses for notes
  • Creators needing transcripts for translation or summarization
  • DSH users who want to extract video text directly in chat