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.

Tts Player — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-tts-player

Tts Player

TTS voice playback plugin: Adds text-to-speech functionality to the DSH chat interface, supports configuring a local TTS service, allows each assistant message to be read aloud, and enables AI to call the tts-speak tool to send voice messages.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:BakaCirno233/dsh-tts-player#29db8896414f2122af9ac4afbef774d9e05a92a3
READMECompatibilityVersions

Compatibility and provenance

Tts Player is published as dsh-tts-player and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

1.0.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/22/2026
View source ↗
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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).

README

dsh-tts-player

DSH 语音播放插件 — 为聊天界面添加 TTS 语音朗读功能。

功能

  • 🔈 助手消息朗读按钮 — 每条助手消息右侧出现喇叭图标,点击朗读该消息
  • 🎵 tts-speak 工具 — AI 模型可调用,合成简短情绪语音,工具卡片上有点击播放按钮
  • ⚙️ 设置页面 — 侧边栏 → 设置 → 语音播放,配置本地 TTS 服务地址
  • 🧪 测试功能 — 设置页内置测试按钮,快速验证 TTS 服务

安装

# 安装到桌面版
dsh plugin --profile desktop add dsh-tts-player

# 安装到 Web 版
dsh plugin --profile web add dsh-tts-player

配置

  1. 打开侧边栏 → 设置 → 语音播放
  2. 填入 TTS 服务地址(默认 http://127.0.0.1:5000)
  3. 点击「测试」按钮验证
  4. 点击「保存」按钮保存

TTS 地址格式

场景填写示例
默认(Simple-Bert-VITS2)http://127.0.0.1:5000
自定义端点http://127.0.0.1:5000/voice?text={text}

如果 URL 包含 {text} 占位符,插件会替换为 URL 编码后的文本;否则自动拼接 /voice?text=...。

使用

朗读助手消息

点击任意助手消息右侧的 🔈 按钮,自动朗读消息文本(截断前 100 字符)。

AI 发送语音

模型可使用 tts-speak 工具发送简短情绪语音,工具调用卡片上会出现「🔈 播放语音」按钮。

依赖

  • @deepseek-ai/dsh-tools
  • @deepseek-ai/dsh-host-webserver
  • @deepseek-ai/dsh-subprocess
  • 本地 TTS 服务(如 Style-Bert-VITS2)

许可证

MIT