插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 21 个插件
dsh-user-experience
dietcokewithsugar/dsh-user-experience
帮你发现项目中可能存在的用户体验问题:自动走查 React/TypeScript 源码,定位问题并给出具体优化建议。
distill
loserfox/distill
自动对话蒸馏:后台 subagent 反省 + 技能 create/update。
dsh-emoji
hellodigua/dsh-emoji
为 AI 回复自动添加表情。
dsh-auto-continue
hsiangnianian/dsh-auto-continue
DSH Web 请求中断自动续跑:网络、超时或宿主崩溃等非人为失败后自动发送「继续」,支持错误分类、自适应退避、模板化继续文本与浏览器通知。
dsh-vision-proxy
flyvhidbwo/dsh-vision-proxy
DeepSeek 大脑 + 自动识图:GUI 附加的每张图片自动经 OpenAI 兼容 VLM 转译成文字,再交给纯文本的 DeepSeek 作答——有 key 自动走快速通道(默认 qwen3.7-flash,支持百炼/智谱/OpenRouter 等任意 OpenAI 兼容端点),无 key 自动探测本地 Ollama(零配置,图片不出本机)。
dsh-desktop
foolgry/dsh-desktop
Download-and-run Electron desktop build (macOS/Windows installers): no Node.js or terminal needed, tracks upstream `@deepseek-ai/dsh` releases automatically, with built-in web UI and auto-update.
dsh-auto-mode
nanmicoder/dsh-auto-mode
Safe automatic permissions for DeepSeek Harness.
dsh-her-eyes
huashenglian/dsh-her-eyes
一个可以让ai自动调用VLM(多模态模型)进行视觉分析的dsh插件。A dsh plugin that allows AI to automatically invoke VLMs (multimodal models) for visual analysis.
dsh-auto-memory
aik358/dsh-auto-memory
DSH 自动记忆插件:三层记忆(用户级/项目笔记/每日日志)自动注入与检索、每日反思、可视化面板与设置页,支持继承其他 AI 工具的历史记忆。An auto-memory plugin for the DeepSeek Harness Web GUI: three-layer memory (user-level / project notes / daily logs) with automatic injection and retrieval, daily reflections, a visual panel and settings page, and inheritance of memories from other AI tools.
dsh-llm-fallbacks
omdsh-dev/dsh-llm-fallbacks
Automatic provider/model fallback chains for DeepSeek Harness agents when LLM requests keep failing (retry exhausted, auth, quota, rate limit)
dsh-excel-chat
hccccc01333/dsh-excel-chat
在 DeepSeek Harness 里对话完成 Excel 工作:建表、编辑、修复公式、图表校验,每次编辑后自动体检公式。
deepseek-heartflow
yun520-1/deepseek-heartflow
心虫(AGI 第1层辨别门禁)作为 DSH 插件:47 维纯规则文本判别(heartflow_check 工具)+ 工具调用后自动输出监督(fail-closed,引擎缺失时拒绝放行)。
dsh-subscription-auth
khellendros97/dsh-subscription-auth
Subscription OAuth login: use ChatGPT/Claude/Grok/Kimi subscription accounts (not API keys) with automatic model discovery.
dsh-open-browser
peach0x33a/dsh-open-browser
DSH plugin: open the system default browser automatically once `dsh web` is ready to serve.
dsh-turn-approval
arrow949/dsh-turn-approval
DSH「允许本次任务」临时授权:仅在当前任务内自动放行同类 `danger-full-access` 请求,任务结束自动失效。
llm-adaptive
dylan121322/llm-adaptive
自适应模型路由:请求级复杂度分类,按配置链自动选择后端 provider。
dsh-gpu
zytsyj/dsh-gpu
GPU-aware execution layer for DeepSeek Harness: gpu_status / gpu_exec / gpu_run_bg tools, per-step GPU context injection, automatic CUDA_VISIBLE_DEVICES card selection
dsh-polyglot
jesse-njx/dsh-polyglot
DSH 的模型切换器:指向任意 OpenAI 兼容端点,内置精选免费/低价 DeepSeek 服务商预设,免费额度限流时自动回退。
dsh-guard
x2802490130-prog/dsh-guard
开发配套守护:滚动快照、插件失败自动回退、启动失败救援、设置页管理面板。
dsh-skill-importer
saitamahang/dsh-skill-importer
Web UI plugin for DeepSeek Harness: import skills from local Markdown files or URLs into the skill roots the harness discovers automatically
dsh-memoria
jiayan-xu/dsh-memoria
向量+图记忆后端:observe/remember/search/recall 四个工具对接本地 memoria 服务,HNSW 语义召回 + FTS5 关键词 + 知识图谱信号经 RRF 融合排序,回合结束自动写入,按 Agent 命名空间隔离。