AI Agent Hub
Back to plugins
🖥️

dsh-plugin-voice-input-demo

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install Dee3526/dsh-plugin-voice-input-demo

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

Run dsh plugin install Dee3526/dsh-plugin-voice-input-demo in your terminal to install the plugin; source code is available at https://github.com/Dee3526/dsh-plugin-voice-input-demo .

About this plugin

It is often faster to think aloud than to type when you are composing a longer Chinese reply in the DeepSeek Harness Web UI. dsh-plugin-voice-input-demo is a minimal plugin built for exactly that moment: it adds a single microphone button to the right of the input field. Tap to start recording, tap again or let the single-utterance recognition end naturally to stop, and your speech is transcribed into text and appended to the input box. Nothing is sent automatically; you can still edit, trim, or reword the text and hit send only when you are satisfied.

The plugin relies entirely on the browser-native SpeechRecognition / webkitSpeechRecognition API. It introduces no extra SDK, stores no audio, and is fixed to Simplified Chinese (zh-CN). It does not alter any other part of DeepSeek Harness and requires no server-side changes. Keep in mind that the API is unavailable in some browsers (Chrome is recommended), and certain browsers may route audio to their own speech service, so fully offline processing is not guaranteed.

If you think more naturally in spoken form and want the lowest-friction way to get Chinese text into the DeepSeek Harness web interface, this plugin offers a clean five-step flow: press, speak, release, edit, send. No configuration, no setup, just a button.

Use Cases

  • Dictating a longer Chinese reply in the web UI instead of typing every character
  • Replacing keyboard input with speech when hands are occupied or away from a laptop
  • Drafting Chinese text by voice first, then polishing each sentence before pressing send

Best For

  • Chinese-speaking users who think and express ideas more naturally in speech
  • Users on Chrome or other browsers that support the SpeechRecognition API
  • Users who want a zero-config, dependency-free way to extend the DeepSeek Harness Web UI