插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 78 个插件
dsh-argp
yoza10635/dsh-argp
确定性上下文压缩:按引用图拓扑序摘除对话原子,压缩阶段不调用 LLM;被摘除的原子保留 marker,可按需回拉。
dsh-chat-tidy
chuantianml/dsh-chat-tidy
一张样式表,按实测的 Codex 版式重排 DSH 对话页:14/22 px 正文、更紧凑的标题层级、列表与块级节奏、引用条与表格单元格;无需任何设置,README 内附前后对比图。
dsh-memoria
jiayan-xu/dsh-memoria
向量+图记忆后端:observe/remember/search/recall 四个工具对接本地 memoria 服务,HNSW 语义召回 + FTS5 关键词 + 知识图谱信号经 RRF 融合排序,回合结束自动写入,按 Agent 命名空间隔离。
dsh-memory-eternal
eternalnight996/dsh-memory-eternal
记忆核心(Memory Eternal):把 boujoy-harness 的记忆模块搬进任意 DeepSeek Harness 的独立 DSH 插件——对话结束后自动沉淀知识卡到本地 Markdown Vault(去重、可检索),设置页提供图形化知识库(统计 / 搜索 / 知识图谱),Agent 通过 memory_recall 工具按需召回历史上下文。零人工干预。
dsh-trivium
qwqcool/dsh-trivium
In-process graph memory and session map for DeepSeek Harness, backed by TriviumDB.
dsh-codegraph
jiangzhenguo/dsh-codegraph
DSH 插件,注册 13 个原生 codegraph_* 工具包装 codegraph CLI,让代理初始化、维护并查询预索引的代码知识图谱(符号查询、区域探索、节点轨迹、callers/callees、影响分析、受影响测试),无需 grep 文件。
dsh-sessiongraph
lwklbb/dsh-sessiongraph
A DSH Web plugin that turns chat sessions into editable mind maps, with Markdown, Mermaid, PlantUML, XMind text, and TODO exports.
dsh-git
mojiexuan/dsh-git
Git source-control sidebar for the DeepSeek Harness web UI: repo init, staging, commit/push/pull, branch & remote management, AI-generated Conventional Commits messages, and a commit-history graph.
dsh-git-status
wongzexu/dsh-git-status
专精于 Git 分支与状态处理:Web 右缘 Git 状态浮窗,commit DAG 泳道图、未提交改动与 stash、行内 diff,右键分支/tag 切换、合并、重命名、删除、新建,一键拉取全部远程。
dsh-web-artifact-designer
xulelenlp/dsh-web-artifact-designer
面向 DSH 的设计稿生成 skill(改编自 Anthropic canvas-design / web-artifacts-builder):把设计需求做成可直接打开的自包含 HTML/SVG 设计稿(海报、信息图、落地页、图表、组件稿),内置交付前质量清单与「去 AI 味」反模式清单。
dsh-cite
stardustlc666/dsh-cite
参考文献工具:DOI 精确查询与 Crossref 题录检索,GB/T 7714 / APA / MLA / Chicago 格式化,BibTeX 生成与有界并发 DOI 校验。
dsh-fork-graph
chouyong/dsh-fork-graph
会话标题栏内联的 Git 风格 fork 血缘图:用彩色轨道与分叉曲线显示会话从何处分支,并可点击跳转。
dsh-git
wanghaoyihaoyi/dsh-git
Git source-control sidebar for the DeepSeek Harness web UI: repo init, staging, commit/push/pull, branch & remote management, AI-generated Conventional Commits messages, and a commit-history graph.
dock-git
aks1st/dock-git
dock 系列 Git 历史可视化插件:泳道式提交图、分支/标签管理、暂存/提交/推送与远端操作。
dsh-okf
1-cellbio/dsh-okf
DeepSeek Harness plugin: ingest research PDFs into a citable OKF markdown library, then search, graph, measure coverage, and write surveys in the same conversation
dsh-graph
miuzel/dsh-graph
dsh-graph 的 host 半边:把 dsh-graph 核心层包装为 DSH cordis 插件,向 agent 暴露 graph_* 目标生命周期工具(建卡/判据/迁移/派发/评审/交付)。
dsh-planchart
smilebuild/dsh-planchart
把 agent 写出的项目规划显示出来:有序步骤在窗口右侧停靠的面板里,框架图在单独的中间标签页中自动排版,可下载为 SVG 或 PNG。图表由会话日志重建,重启与恢复后依然保留。
dsh-wending-git-workbench
dd2673/dsh-wending-git-workbench
Codex 风格 Git 工作台:工作区级更改、diff、暂存、提交、受守卫的分支操作、提交图谱、fetch、pull --ff-only 与经官方插件 API 的上游推送。
BigSeedSkill
kobenfang/bigseedskill
闪念记录与人生拼图技能:捕捉生活点滴,构建画像并生成小说、剧本或自传。
cn-linebreak
chiang21fcb/cn-linebreak
中文网页文案断行静态审查与修复工具:检查显式 <br> 孤字行、keep-all 覆盖、标点禁则、保护词被拆等问题,并在自然停顿处自动插入 <wbr>;提供 cn_linebreak_audit 工具供代理调用。
dsh-plugin-graph
eavebounty/dsh-plugin-graph
DSH 已装插件关系图谱:侧边栏展开面板,按依赖/相似/项目连线,球大小=调用频次,颜色=类型,亮暗=启用状态;含技能使用与 token 缓存成本分析。
codegraph
johnxu22786/codegraph
面向 agent 的本地代码知识图谱:把代码库(Python/JS/TS/Go/Java/Rust)解析进 SQLite 索引,回答调用者、被调用者、依赖、反向依赖、影响面与全文检索问题。
dsh-ontology
tancheng33/dsh-ontology
A typed, inference-capable ontology (TBox + ABox) plugin for DeepSeek Harness — durable domain knowledge the agent can define, assert against, and query under schema constraints.
dsh-plugin-wiki-tools
lion-1209/dsh-plugin-wiki-tools
Obsidian wiki vault 原生工具:wiki_query、wiki_write、wiki_rename、wiki_scaffold、wiki_archive、wiki_lint 覆盖 BM25 链接图检索、带 sha256 源追踪的簿记式写入、全库改名、模式化脚手架、源归档与健康检查,并内置跨进程锁与可选 git 自动提交。