difimim/dsh-voice-input-npm ↗★ 1
@difimim/dsh-voice-input
DeepSeek Harness 语音输入插件:在输入框加入麦克风按钮,用浏览器 Web Speech API 把语音实时转成文字填入输入框。
AI Analysis
核心用途是为 DSH 提供便捷的免 API 密钥本地语音输入功能。适合不便打字或追求快速输入的网页端用户。依赖浏览器对 Web Speech API 的支持。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:difimim/dsh-voice-input-npmREADME
Read the full README ↗使用
- 点麦克风图标 → 按钮变红并出现脉冲动画,开始收音;
- 直接说话,文字会实时出现在输入框里;
- 再点一下(图标变方块)→ 停止收音;
- 确认文字无误后,正常回车发送。