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.

Stt — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-stt

Stt

DSH plugin: speech-to-text input via microphone or file upload, transcribed through an OpenAI-compatible /v1/audio/transcriptions endpoint.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jackuh105/dsh-stt#36d071dbb3dec1954aee009dfc8dbb06a72a7a44
READMECompatibilityVersions

Compatibility and provenance

Stt is published as dsh-stt and currently resolves to version 0.1.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/25/2026

Versions

0.1.0stable
8/25/2026
Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/25/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-stt

DSH 語音轉文字外掛:在聊天輸入區提供麥克風錄音/音訊檔上傳,以 OpenAI 相容的 /v1/audio/transcriptions 端點轉錄後插入輸入框。

  • PRD:docs/prd.md(需求、架構決策、測試決策)
  • 計畫:docs/plan.md(分階段縱切與驗收)
  • 階段紀錄:docs/findings-phase-1.md 起,每階段一份實作發現

安裝

# 自本專案目錄
dsh plugin --profile web add .

安裝後重啟 dsh web host 程序(client 模組快取不重掃),再刷新頁面。解除安裝:

dsh plugin --profile web remove dsh-stt

目前進度

Phase內容狀態
1Walking skeleton:輸入區顯示(尚無功能)的麥克風按鈕✅ 已完成(含瀏覽器驗收)
2設定面板與持久化設定(含測試連線)✅ 已完成(含瀏覽器驗收:FunASR 兩段式探測成功)
3上傳音訊檔 → 轉錄 → 插入✅ 程式碼與測試完成(功能已併入 Phase 4 UI)
4麥克風錄音 → 轉錄 → 插入(含 host 同源代理,遠端 mixed content 已解)✅ 錄音流程已驗收;代理待重啟驗證
5錯誤處理、取消、邊界情境、無障礙與主題✅ 程式碼與測試完成;瀏覽器驗收待 host 重啟

開發

node --test        # 純邏輯模組 + client bundle factory 契約測試

Client 端為手寫 window.__ModuleLoader__.load({ id, factory }) 成品(無 build step),先例:remielle-dsh、dsh-message-edit。