yuzh1090/dsh-voice-prompt-compressor

yuzh1090★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

DSH plugin: compress verbose voice-dictation text into token-efficient prompts — fully local, zero LLM tokens.

README 摘要

dsh-voice-prompt-compressor Compress verbose voice-dictation text into token-efficient prompts — fully local, zero LLM tokens. A DeepSeek Harness (DSH) plugin that removes filler words, repetitions, and politeness padding from speech-to-text / dictation output, then helps organize the result into a structured prompt (Context / Goal / Constraints / Deliverables). Features - Deterministic local compression — normalize → strip fillers → strip politeness → dedupe. No network, no LLM call, no tokens spent. - Bilingual wordlists — Chinese and English fillers, hedges, and politeness phrases; auto language detection by CJK ratio. - compress voice text tool — callable by the agent; returns compressed text plus savings stats ( estimatedTokensSaved , ratio , removed counts per category). - Bundled skill voice-prompt-compressor — auto-triggers when the user pastes rambling dictation, and organizes the compressed text into a four-section prompt. - Configurable — mode (light / balanced / aggressive) and keepPoliteness overridable in your profile patch layer. Install Note: dist/ is not committed — after cloning, run npm install && npm run build before installing. Refresh the web page after instal…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagent

分类