DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Multi Tts — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

dsh-multi-tts

Multi Tts

语音朗读(MiniMax / OpenAI 兼容 TTS,服务商与音色自选)——每条回复旁的朗读按钮、输入框自动朗读开关、设置页自选服务商与音色。零构建,纯 JS。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:WYR-233/dsh-multi-tts#7626a4f33693e8518549f42b315273079c412e6e
README兼容性版本

兼容性与来源证明

Multi Tts 以 dsh-multi-tts 发布,当前版本为 0.1.4。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/11

版本

0.1.4stable
2026/9/11
0.1.3stable
2026/9/11

相关插件

正在加载相关插件…

最新版
0.1.4
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/11
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。Image Gendsh-image-gen将类似 ChatGPT 的图像生成功能带到 DeepSeek Harness——支持 Gemini、OpenAI、Seedream、DashScope、本地 ComfyUI 等。

README

dsh-multi-tts

Read assistant replies aloud in DeepSeek Harness — pick your own TTS provider and voice.

English | 中文

A multi-provider text-to-speech plugin for DSH: a 🔊 button next to every assistant reply, an auto-read toggle in the composer, and a settings page where you choose the provider, the voice, the emotion and the speed. No build step — plain ESM + hand-written React.

Features

  • 🔊 Per-reply read-aloud — a button on every assistant message; click again to stop.
  • 🔇 Auto-read toggle — sits in the composer's left slot; new replies are spoken automatically.
  • ⚙️ Multi-provider settings page — provider dropdown, voice dropdown, manual voice ID, emotion, speed, model, base URL, API key, and a one-click test button.
  • 🧹 TTS-friendly text cleanup — code blocks, inline code, URLs, file paths, markdown emphasis and list bullets are stripped before speaking.
  • 🔑 Flexible key resolution — plugin config → environment variable → $DSH_HOME/.env → common key names in .env.
  • 📦 Zero build — the client bundle is hand-written React.createElement shipped as-is in lib/.

Providers

ProviderEndpointBuilt-in voicesEmotion
minimaxMiniMax (Hailuo) /v1/t2a_v212 Chinese voices (e.g. female-shaonv, qiaopi_mengmei, lovely_girl)✅
openaiany OpenAI-compatible /audio/speech6 voices (alloy, echo, fable, onyx, nova, shimmer)—

Any OpenAI-compatible endpoint works through the openai provider — just set the base URL (OpenAI, DashScope, SiliconFlow, local servers, …).

Install

dsh plugin --profile web add dsh-multi-tts

Then add the package to the profile's bundle list (dsh plugin add only writes the dependency — dsh.profile.bundles is what actually mounts the plugin):

{
  "dsh": {
    "profile": {
      "bundles": ["dsh-multi-tts"]
    }
  }
}

Restart DSH, then open Settings → Multi TTS / 语音朗读.

Configure

  1. Open the plugin's settings section.
  2. Pick a provider, then a voice (or paste any voice ID).
  3. Paste an API key, or put one in $DSH_HOME/.env:
MINIMAX_API_KEY=sk-...
OPENAI_API_KEY=sk-...
  1. Click 🔊 测试朗读 / Test to verify. The key status label shows (from env/.env) when the key comes from the environment.

Config is stored in $DSH_HOME/multi-tts/config.json (override the directory with the stateDir option).

Routes

The host half registers four routes on the DSH web server:

MethodPathPurpose
POST/multi-tts/synthesize{ text, voice?, provider?, speed? } → audio bytes (char count in x-tts-chars)
GET/multi-tts/statusactive provider / voice / key presence
GET POST/multi-tts/configread / patch the stored config
GET/multi-tts/voicesvoice list of the active provider

Notes

  • Peer dependency: @deepseek-ai/cordis ^4.0.1, provided by the DSH host.
  • Text is capped at 4000 characters per request.
  • Requires Node.js ≥ 22 (uses the global fetch).

License

MIT


中文说明

在 DeepSeek Harness 里把助手的回复念出来——服务商与音色都由你自己挑。

DSH 的多服务商语音朗读插件:每条回复旁有 🔊 朗读按钮,输入框有自动朗读开关,设置页里可选服务商、音色、情绪与语速。零构建,纯 ESM + 手写 React。

功能

  • 🔊 每条回复旁朗读——点一下开口,再点一下停止。
  • 🔇 自动朗读开关——输入框左侧,新回复自动念。
  • ⚙️ 多服务商设置页——服务商下拉、音色下拉、手填音色 ID、情绪、语速、模型、Base URL、API Key,外加一键测试朗读。
  • 🧹 朗读前文本清洗——代码块、行内代码、网址、文件路径、Markdown 强调与列表符号都不会念出来。
  • 🔑 Key 多路兜底——插件配置 → 环境变量 → $DSH_HOME/.env → .env 常见键名。
  • 📦 零构建——client 端是手写 React.createElement,直接以 lib/ 里的源文件形式分发。

服务商

服务商接口内置音色情绪
minimaxMiniMax(海螺)/v1/t2a_v212 个中文音色(female-shaonv 少女音、qiaopi_mengmei 俏皮萌妹、lovely_girl 萌萌女童……)✅
openai任意 OpenAI 兼容 /audio/speech6 个音色(alloy、echo、fable、onyx、nova、shimmer)—

凡是 OpenAI 兼容的语音端点都能用 openai 这条通道接进来——改 Base URL 即可(OpenAI、DashScope、SiliconFlow、本地服务……)。

安装

dsh plugin --profile web add dsh-multi-tts

再把包名加进 profile 的 bundles 清单(dsh plugin add 只写依赖,bundles 才是挂载清单):

{
  "dsh": {
    "profile": {
      "bundles": ["dsh-multi-tts"]
    }
  }
}

重启 DSH,打开设置 → 语音朗读。

配置

  1. 打开插件设置页;
  2. 选服务商、再选音色(也可直接手填音色 ID);
  3. 粘贴 API Key,或写进 $DSH_HOME/.env:
MINIMAX_API_KEY=sk-...
OPENAI_API_KEY=sk-...
  1. 点 🔊 测试朗读 验证。Key 来自环境变量时,状态会显示「(来自环境/.env)」。

配置存在 $DSH_HOME/multi-tts/config.json(可用 stateDir 选项改目录)。

路由

host 端在 DSH web 服务器上挂 4 条路由:

方法路径用途
POST/multi-tts/synthesize{ text, voice?, provider?, speed? } → 音频字节(字符数在 x-tts-chars)
GET/multi-tts/status当前服务商 / 音色 / 是否已配 Key
GET POST/multi-tts/config读 / 改配置
GET/multi-tts/voices当前服务商的音色表

说明

  • peer 依赖:@deepseek-ai/cordis ^4.0.1,由 DSH 本体提供。
  • 单次合成文本上限 4000 字符。
  • 需要 Node.js ≥ 22(用到全局 fetch)。

许可

MIT