DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Agent Voice — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-agent-voice

Agent Voice

DeepSeek Harness plugin: gives the agent a voice — it reads completed tasks and attention requests aloud (never reasoning or interim reports) via local Piper / XTTS v2, with a settings panel and a curated set of voices.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-agent-voice@0.1.7
READMECompatibilityVersions

Compatibility and provenance

Agent Voice is published as dsh-agent-voice and currently resolves to version 0.1.7. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.7stable
9/1/2026
0.1.6stable
9/1/2026
0.1.5stable
9/1/2026
Show 5 more versionsCollapse versions
0.1.4stable
9/1/2026
0.1.3stable
9/1/2026
0.1.2stable
9/1/2026
0.1.1stable
9/1/2026
0.1.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
0.1.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
47.7 kB
Files
11
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
44
Last push
8/31/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIDeepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Imagegen@dickpy/dsh-imagegenAI image generation plugin for the dsh web GUI: text-to-image and image-to-image through configurable provider channels (gpt-image-2 / grok-imagine-image / nanobanana series / seedream-5.0-pro / dall-e-3, with native xAI Grok Imagine, Google Nano Banana a

README

dsh-agent-voice

Give your DeepSeek Harness agent a voice. The agent speaks aloud when it finishes a task and when it needs your attention — never its reasoning, progress, or interim reports.

  • Local, offline TTS (Piper voices + XTTS v2), no cloud API required.
  • A curated set of voices (Czech + English) from rhasspy/piper-voices.
  • Nice settings panel in the main interface, with live preview.
  • Automatic announcements when subagents / workflows settle, and when the agent asks for a decision.

🇨🇿 Český návod →

Install

dsh plugin add dsh-agent-voice

Restart DSH, then open the 🔊 Agent Voice tab in the main interface.

How it works

ActionWhenExample
dsh_agent_voice action='speak' text='…'A task completed"Úkol dokončen."
dsh_agent_voice action='attention'The agent needs you"Potřebuji tě u počítače."

The agent is instructed to never read its reasoning or intermediate steps aloud, and to keep spoken messages to one sentence.

Voices

idVoiceLanguage
jirkaJirka (medium)cs
kasandraKasandra (medium)cs
lessacLessac (medium)en
ryanRyan (high)en
xttsXTTS v2 (multilingual)cs, en

Voices are downloaded from HuggingFace on first use (Piper .onnx models) into ~/.local/share/piper/.

License

MIT. Piper voice models are MIT-licensed (rhasspy/piper-voices). XTTS v2 is subject to Coqui's non-commercial CPML license; set COQUI_TOS_AGREED=1 to agree (the plugin does this automatically).