AI Agent Hub
Back to plugins
⚙️

dsh-voco

Workflow Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install lgquan/dsh-voco

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

Install the plugin by running dsh plugin install lgquan/dsh-voco in your terminal; the full source repository is available at https://github.com/lgquan/dsh-voco

About this plugin

The DSH Web UI has long been a single text-input experience. dsh-voco layers natural voice on top of the same session: you speak your request, light chat is answered in the foreground, and tool-heavy work is delegated to a background Agent. No extra backend service, no browser extension, no leaving the current DSH conversation.

Under the hood, speech-to-text is handled by the SiliconFlow cloud XingChenASR free model, and voice replies are synthesized with Edge TTS XiaoxiaoNeural (zh-CN). Before a task is delegated a short spoken confirmation plays; the full report stays in the task panel while your ears receive only the concise conclusion. Voice sessions survive interruptions, connection drops, page switches, and DSH restarts, with bindings restored automatically. When context approaches a rotation threshold the plugin spawns a child session under the same voice session so the thread never breaks. Optional long-term memory via dsh-workspace-memory can be added separately; Voco stands fully on its own without it.

Ideal for developers who already live in DSH for daily work and want to push tasks forward by speaking while their hands stay on the keyboard. With a SiliconFlow API key and a running DSH web profile, one click on the microphone is all it takes to start talking through your workflow.

Use Cases

  • Issue task commands by voice while keeping hands on the keyboard
  • Delegate multiple background tool tasks and receive only concise spoken results
  • Auto-restore voice session binding after a network drop or DSH restart without losing context

Best For

  • Engineers who drive daily DSH workflows and want voice-driven interaction
  • Developers seeking hands-free, multi-round background tool delegation
  • Users with a SiliconFlow API key and a running DSH web profile