插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 375 个插件
dsh-text2img-compress
nigel211/dsh-text2img-compress
把长文本渲染成图片发送,利用每图 384 token 封顶压缩 LLM 输入 token,专为DeepSeek Harness设计的插件;Pack long text into images to cut LLM input tokens (384/image cap) — a DeepSeek Harness plugin.
dsh-devkit
mario03690/dsh-devkit
The small deterministic operations an agent needs mid-task. JSON/YAML round-trip, JSON Schema validation, text diff, JWT decode, regex testing, SQL dialect transpiling, QR codes, timezone and unit conversion, page screenshots.
dsh-plugin-88api-image
blackdm666/dsh-plugin-88api-image
88API Image Studio for DSH: four Image2 and Nano Banana models for text-to-image, multi-reference editing, 2K/4K output, and sequential batches.
dsh-plug-mcp
casually/dsh-plug-mcp
DeepSeek Harness 的 MCP 服务管理器:在 设置 → 插件 → MCP 标签页中发现 GitHub 上的 MCP 服务仓库(topic:mcp-server / modelcontextprotocol),探测 npm / PyPI 发布状态与 README 启动线索,详情查看后一键安装 / 移除。服务以 @deepseek-ai/dsh-mcp-client 行登记进 cordis.patch.yml,HMR 热重载,无需重启。支持 GitHub 代理。
dsh-browser-firefox
tuojc/dsh-browser-firefox
Firefox browser control for DeepSeek Harness: token-authenticated WebSocket bridge + text-first browser_* tools driving the user's own Firefox via the companion AMO extension
dsh-side-chat
zcldragon/dsh-side-chat
DSH web plugin: Codex-style /side side conversations. Open a temporary fork of the current chat in a floating panel — ask side questions without interrupting the main task or polluting its context.
dsh-research-plugins (dsh-mcp-context7)
pymodel/dsh-research-plugins
Context7 MCP bridge: gives the model up-to-date, version-specific library documentation and code examples through the Context7 MCP server, keyless by default.
dsh-win-minimal
jueburenshu123/dsh-win-minimal
Windows 极简模式 preset:单句 persona、三工具、无运行时上下文。
dsh-game-hud
guoliyuan97-png/dsh-game-hud
游戏风格悬浮 HUD:余额血条、上下文蓝条、官方峰谷定价与切换倒计时、上下文不足5%自动压缩、携带记忆开启新对话。
dock-editor
aks1st/dock-editor
dock 系列文本查看与编辑器:支持撤销重做、Ctrl+S 保存、未保存确认和二进制检测,作为 dock-files 的默认文本查看器。
dsh-glm-vision
fightingfirefox/dsh-glm-vision
GLM 视觉模型插件:注册 glm-vision 供应商路由(glm-4.6v 系列,image+text 输入声明)并提供 glm_vision 工具,让 DeepSeek 等文本主模型直接调用智谱视觉模型看图。
dsh-vision-worker
try-works/dsh-vision-worker
DeepSeek Harness plugin: a vision worker over Cloudflare Workers AI (@cf/moonshotai/kimi-k2.6) that routes image requests from text-only callers, returns a versioned righthand.vision.v1 envelope, and supports follow-up questions.
dsh-voice-input-cn
schumchanvi/dsh-voice-input-cn
国内可用的输入框语音输入。需要先启动本地 Python bridge(pip install dashscope websockets,运行 bridge/voice-bridge.py)——只装插件不可用。浏览器麦克风采集 16kHz PCM 流式转发给 bridge,由阿里云 DashScope ASR(paraformer-realtime-v2)识别;识别文字在光标处实时填入草稿,静音自动停止,可选识别后自动发送。
dsh-client-vision (tool-vision)
ankye/dsh-client-vision
屏幕截图与外部视觉识别:take_screenshot、list_windows、analyze_image、view_image 四个工具,可配置 GPT 视觉通道(gpt-5.5 / gpt-5.6-sol / gpt-5.6-terra),API Key 经凭据服务存储,带设置卡片;view_image 在 Web 对话中显示截图,模型上下文只保留文字。
dsh-llm-longcat
ffyuuu/dsh-llm-longcat
LongCat-2.0 模型适配器:100 万上下文、二元思考模式、工具调用,基于 OpenAI 兼容接口的流式输出。
dsh-workspace-menu
0imzero/dsh-workspace-menu
Workspace/chat context menu for the DSH home page: pin, rename, open in file explorer, archive, fork, copy, and open in a new window.
dsh-appearance
semidia/dsh-appearance
Unified appearance coordinator: theme color presets, UI fonts, UI font size, plus per-workspace markdown font size / line-height / background, with a coordination layer that stops UI scaling from leaking into chat body text.
dsh-dictate
franksong2702/dsh-dictate
Browser Web Speech dictation for the Composer: recognition needs no dedicated ASR server, key, or model download; reuses Session text and a configured DSH model for contextual phrase hints and optional transcript polishing.
dsh-global-rules
semidia/dsh-global-rules
Edit your `~/.dsh/AGENTS.md` global rules from the Settings page: a text editor with save button, no command line needed.
dsh-tts
goodandready/dsh-tts
Text-to-speech for DeepSeek Harness: speak agent replies in the Web UI with a provider fallback chain (OpenAI, ElevenLabs, Google, Azure, Groq, Deepgram, OpenRouter, Edge, Piper, eSpeak).
dsh-domain-modeling
satan9394/dsh-domain-modeling
领域建模:主动构建并打磨项目的领域模型(CONTEXT.md 术语表 + ADR 决策记录),挑战模糊术语、推敲边界场景。受 mattpocock/skills(223k★ MIT)启发。
dsh-vision-bridge
zzdream67/dsh-vision-bridge
Let text-only models see images in DeepSeek Harness: intercepts the llm/stream waterfall and transparently substitutes each image with a vision model's description.
dsh-context-engineering
satan9394/dsh-context-engineering
上下文工程:按层级(规则文件→规格→源码→错误输出→对话历史)主动策划 agent 看到的信息,提升输出质量。受 addyosmani/agent-skills(88k★ MIT)启发。
dsh-vision-link
sprainjinyu/dsh-vision-link
Lightweight, route-preserving vision link for DSH: a configured vision model sees while the selected text model stays in control.