DeepSeek Harness plugin

dsh-knowledge-base

Global knowledge base for the dsh web GUI: upload PDF/Word/Excel/PPT/TXT/MD/CSV/HTML documents, pure-JS text extraction + BM25 keyword index persisted to disk, a right-edge management panel

Jump to install

Source facts

Repository
zy-ultimately/dsh-knowledge-base
Latest update
Aug 20, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/zy-ultimately/dsh-knowledge-base
Plugin: dsh-knowledge-base
Author: zy-ultimately

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-knowledge-base — DeepSeek Harness 全局知识库插件

给 DeepSeek Harness 装一个专属资料库:把 PDF、Word、Excel、PPT 等文档放进去, 之后每次提问,AI 都会自动翻阅你的资料来回答,并注明答案出自哪份文档。

安装

dsh plugin --profile web add github:zy-ultimately/dsh-knowledge-base

开始使用

1. 点击左侧边栏「知识库」→ 上传你的文档(PDF / Word / Excel / PPT / TXT / MD / CSV / HTML,单文件 ≤ 20MB,可多选) 2. 等待文档显示「已就绪」 3. 新建任意会话,正常提问——AI 自动检索你的资料作答,末尾标注「来源:知识库《文档名》」

主要功能

  • 自动检索:任意会话提问时,自动从你的资料中查找相关片段并注入回答
  • 来源标注:每个引用都标明出处文档,答案有据可查
  • 全局共享:在任意会话上传的文档,其他会话立即可用
  • 数据本地:解析与检索全部在本机完成,内容不上传
  • 格式广泛:支持 8 种常见文档格式

常见问题

  • 扫描件 / 图片型 PDF 可以吗?

这类文件没有文字层,会提示「解析失败」。请改用文字版 PDF 再上传。

  • 资料存在哪里?重启会丢吗?

存在你的工作区目录(默认 .dsh-knowledge-base),重启 DSH 后依然在。

  • 不想让 AI 用我的资料?

在面板中关闭「自动检索」开关即可,随时可关。

  • 会占用多少空间?

单文件上限 20MB,数据仅保存在本机。

说明

  • 插件可随时整体关闭,不影响 DSH 的聊天功能。
  • 所有解析与检索均在本机进行,隐私无忧。