AI Agent Hub
Back to plugins
🖥️

dsh-voice-control

Client Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install SuCriss/dsh-voice-control

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

Run dsh plugin install SuCriss/dsh-voice-control in your terminal (source: https://github.com/SuCriss/dsh-voice-control), then restart dsh web to activate it.

About this plugin

Typing long prompts and reading replies word by word in every DSH Web session adds up to real friction. dsh-voice-control wires the browser-native Web Speech API into the DeepSeek Harness conversation loop, so you can speak a prompt, hear the reply, and treat your desktop as a lightweight voice-first workspace.

On the input side, a microphone button sits right next to the send key; push-to-talk recording avoids picking up TTS output and forming an echo loop, and recognised text is either dispatched immediately or dropped into the draft for a quick edit before sending. On the output side, the latest assistant reply is cleaned of Markdown and read aloud once the stream settles, with voices matched to your browser and OS in real time (Edge users additionally get access to Microsoft natural online voices). Speed, voice, and auto-send preferences are all adjustable from a right-click panel and persisted in localStorage.

Everything runs entirely in the browser with zero external dependencies, no backend, and no API keys, so you are ready to talk the moment the page loads. It is a great fit for Chrome and Edge users who want a voice-centric workflow with DeepSeek Harness without spinning up extra services. Firefox is not supported yet because it lacks a Web Speech recognition implementation.

Use Cases

  • Replace typing with speech when composing long prompts
  • Have assistant replies read aloud to reduce eye fatigue during long reads
  • Zero-config, zero-key voice interaction that works out of the box in Chrome or Edge

Best For

  • Desktop DSH users who prefer a voice-first input workflow
  • Developers on Chrome or Edge who want a backend-free voice solution
  • Individuals or small teams needing a lightweight, zero-key voice plugin