插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 67 个插件
dsh-workspace-git-badge
kevin-mcisaac/dsh-workspace-git-badge
Git status badges for DeepSeek Harness: sidebar workspace rows (via the sidebar.workspaces.row seam) and an input-row chip showing the current conversation's workspace git state. Event-driven freshness over SSE.
dsh-plugin-kit
perrylink/dsh-plugin-kit
编写 DeepSeek Harness 插件的共享工具包,发布为 @perrylink/dsh-plugin-kit:可插拔的 Provider 注册表接缝、失败即拒绝的审批与会话事件门、共享的脱敏/计价/裁决模块,以及新插件骨架。
dsh-web-kimi
kenny2077/dsh-web-kimi
为 DeepSeek Harness 提供 Kimi Coding 的网页搜索与网页抓取双提供方——一把 coding 计划密钥同时接入 ctx.web 的两条链路(/v1/search 与 /v1/fetch),设置卡片经凭据服务保存密钥,并回退读取 Kimi CLI 配置,安装即用。
dsh-balance
lkshjd/dsh-balance
会话标题栏实时显示 DeepSeek 账户余额:host 端 /api/balance 路由经凭据 seam 解析 API key(密钥绝不下发浏览器),60 秒自动轮询并支持手动刷新。
dsh-model-sync
fan56/dsh-model-sync
dsh plugin: keep llm-pi-ai provider routes' model lists in step with the pi.dev gateway, written through the official settings seam
dsh-computer-use
hanzhangzzz/dsh-computer-use
Computer use plugin for DeepSeek Harness: one plugin composing the computer seam, a Playwright provider, and the computer_* tools
dsh-cline-free-provider
khanhdeptraivaicachuong/dsh-cline-free-provider
Cline free models provider for dsh: scan the Cline model catalog dynamically and serve the :free models through the harness LLM seam
dsh-git
hy-sde/dsh-git
Agentic git plumbing for DeepSeek Harness: the host ctx.git service (diff capture/parsing, hunk staging, commit/push/log over the subprocess seam) backing the commit and review tools in @hy-sde-org/dsh-tool-git — a standalone plugin with no upstream harne
dsh-web-search-litellm
brilliant751/dsh-web-search-litellm
LiteLLM /v1/search-backed web search provider for the DeepSeek Harness web capability seam (ctx.web). One search is one HTTP request — no model turn.
dsh-web-search-brave
chrisdeadman/dsh-web-search-brave
Brave Search API-backed web search provider for the DeepSeek Harness web capability seam (ctx.web)
dsh-plugin-multimodal-bridge
avaritiachaos/dsh-plugin-multimodal-bridge
DeepSeek Harness 的动态多模态转文本投影与跨模型视觉桥:可在视觉模型与纯文本模型(DeepSeek)之间无缝热切换。
dsh-tui
riesbri/dsh-tui
DeepSeek Harness 的交互式终端界面:基于真实交互接口的进程内 Cordis bundle。
dsh-plugin-llmtr
knowhycodata/dsh-plugin-llmtr
DeepSeek Harness 的 LLMTR 网关供应商接入:一个 OpenAI 兼容 Key 即可访问 170+ 聊天模型与土耳其本地托管 LLM。
deepseek-harness-billing
zoyluoblue/deepseek-harness-billing
DeepSeek API 账户余额插件:ctx.billing 能力接缝、/balance 命令与侧边栏余额指示器
dsh-credentials-vault
tancheng33/dsh-credentials-vault
凭证 seam 的 HashiCorp Vault 后端:支持 KV v2/v1、AppRole 机器认证、逐次操作读取(轮换无需重启)与 compare-and-swap 写入。
dsh-code-runtime-container
tancheng33/dsh-code-runtime-container
`ctx.codeRuntime` seam 的容器隔离后端:每个 Code Mode 程序跑在全新容器里,无网络、根文件系统只读、丢弃全部 capability,内存/CPU/进程数上限由内核强制。
dsh-spill-s3
tancheng33/dsh-spill-s3
spill seam 的 S3 兼容后端:超长工具输出写入对象存储(S3、MinIO、R2),会话前缀经哈希、键不可猜测,而不是落在 agent 的本地磁盘上。
context-pruner
johnxu22786/context-pruner
面向 DeepSeek Harness 长会话的上下文分诊插件:通过官方 ctx.compaction 接缝,用确定性规则筛查并裁剪过期、重复、失败与超大的上下文内容。
dsh-web-search-brave
ltctfer/dsh-web-search-brave
基于 Brave Search API 的 DSH 搜索提供方(挂载 ctx.web 接缝):一次搜索仅一次 HTTP 请求,不消耗模型轮次。