插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 16 个插件
engramory
tinqiao-oss/engramory
Curated file-based long-term memory for DeepSeek Harness — human-readable markdown notes, one plain-file store shared across hosts (git-ignored when it lives inside a project repo), and a deterministic index cap enforced by ctx.tools.guard()
engramory (plugin)
tinqiao-oss/engramory
把 Engramory 策展式记忆纪律做成可安装插件([npm: dsh-engramory](https://www.npmjs.com/package/dsh-engramory)):通过 `ctx.tools.guard()` 对 `MEMORY.md` 索引施加确定性的 200 行 / 25KB 上限(增长即拒、缩小的重写一律放行),并把协议注册为运行时 skill。记忆库是纯 markdown、一条事实一个文件,与 Claude Code、Codex、Kiro、OpenClaw 共用。
dsh-knowledge-base
htcqp802/dsh-knowledge-base
DSH 通用知识库插件:导入 md/txt/json/yml/docx/pdf、目录化管理、FTS5 全文检索(BM25)、Web 管理界面。
dsh-plugin-guide
perrylink/dsh-plugin-guide
DSH 插件开发知识库,作为按需加载的 agent 技能随 bundle 安装:官方约束、任务工作流、API 参考与社区踩坑,写插件时让 DSH 自己查。
dsh-eli-mode (eli-mode)
ceilcelia/dsh-eli-mode
知识库驱动的 Agent 预设:wiki 长期记忆、网页知识库、管理页、可选界面润色。
dsh-knowledge
soren-abt/dsh-knowledge
Cherry Studio-style knowledge base system for DeepSeek Harness (DSH): bases, documents, chunking, embeddings (OpenAI-compatible / Ollama / local / lexical fallback), retrieval, model-facing tools, and a browser management panel
unified-agent-memory
noelune/unified-agent-memory
多 Agent 共享一个 Obsidian vault:零依赖 Python core(检索/晋升/裁决/遗忘)+ vault 模板 + dsh 插件(memory_search/show/submit/status)。
dsh-deeptutor
tecfancy/dsh-deeptutor
DeepTutor 学习辅导桥接插件:通过 deeptutor_run / deeptutor_kb / deeptutor_note 工具为 agent 接入深度讲解、自测题、学习路径规划、个人知识库检索(RAG)与笔记归档。
dsh-memory-porter
shiye-10pages/dsh-memory-porter
把你在 Claude / ChatGPT 里已有的历史搬进 DSH:Claude 导出包里的 memories.json 零 token 瞬时入库,本机 Claude Code 记录免导出直读,历史对话用你在 DSH 里已配好的模型提纯。每条记忆都带由代码回原文核对的逐字证据——转述会被丢弃并计数,只在 AI 回复里找到的证据一律转人工确认而非直接入库。
dsh-library
perrylink/dsh-library
将本地 Markdown 与文本文档转为可检索的知识库,支持语义与关键词混合搜索、引用校验与来源注入。
dsh-knowledge
lemoncat7/dsh-knowledge
提供本地与远程知识库,支持项目和会话范围检索、可控回写以及内嵌 Web 管理台。
dsh-ragflow
staff-os/dsh-ragflow
RAGFlow knowledge-base retrieval plugin for the DeepSeek Harness.
dsh-plugin-wiki-skills
lion-1209/dsh-plugin-wiki-skills
The claude-obsidian-derived knowledge-suite skills (wiki, wiki-ingest, wiki-query, wiki-lint, save) as a DeepSeek Harness plugin, with attribution.
dsh-plugin-wiki-tools
lion-1209/dsh-plugin-wiki-tools
Native DeepSeek Harness tools for an Obsidian wiki vault: wiki_query, wiki_write, and wiki_lint implement the mechanical core (path routing, delta tracking, index/log bookkeeping, health checks) of the wiki skill suite.
dsh-memoryleak
warmwine/dsh-memoryleak
把随手记和待办写进工作区的 Markdown 文件里:/ml 加一句话就记进当天日志;待办分三种——截止日、睡到某天自动唤醒、随时;/ml view 打几个字母就能模糊打开任意文件。全程零 token,不经过大模型;笔记就是普通的本地文件,git 和任何编辑器都能直接用。
qmd-autosearch
zhangzhenwen1/qmd-autosearch
模型在知识库目录执行 grep/glob 搜索时自动补充 QMD 语义检索:零依赖 DSH 插件,异步注入下一步上下文,无需手动调用。