AI Agent Hub
Back to plugins
🤖

xby-asr-5

Model Inference Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-asr-5

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

Run dsh plugin install xby-skill/xby-asr-5 in your terminal to install the plugin; the source is at https://github.com/xby-skill/xby-asr-5 .

About this plugin

Handling multilingual speech-to-text inside a DeepSeek Harness conversation usually means juggling separate models, manually tagging the target language, and fiddling with input formats. xby-asr-5 collapses those steps into a single call: it covers Mandarin, English, Japanese, Korean, and Cantonese out of the box, and the model auto-detects the language without any extra annotation from the user.

The core capability centres on three audio input modes — a URL, a BASE64 string, or a local file path — covering the most common workflows from web-based capture to offline local processing. Under the hood it runs an int8-quantised SenseVoice model, keeping multilingual accuracy in check while reducing inference overhead. The API key is set once per session and persists across restarts, so there is no need to reconfigure after a reboot.

It is well suited for content creators who regularly transcribe multilingual audio, cross-border teams working with CJK and European languages, and developers who want to slot lightweight ASR into an existing pipeline without managing their own model deployment.

Use Cases

  • Quickly transcribe web or local audio recordings into text
  • Auto-detect and transcribe multilingual meeting recordings
  • Embed lightweight speech-to-text into an existing pipeline

Best For

  • Creators who regularly transcribe multilingual audio
  • Collaborators in cross-border teams handling transcription and translation
  • Developers who want to integrate ASR quickly without self-hosting a model