DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Deepbrain — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
D

dsh-deepbrain

Deepbrain

DeepBrain (深脑) plugin for DeepSeek Harness:为你的代理提供组织的第二大脑——带证据链的判断、逐字核验的引述、人物的历史立场,以及可借鉴的 200 多种分析方法

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:qiuyiwu1989-star/dsh-deepbrain#680c3575330255d732777832997554f0425d8b1f
README兼容性版本

兼容性与来源证明

Deepbrain 以 dsh-deepbrain 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/7

版本

0.1.0stable
2026/9/7

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/7
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具Industry Researchdsh-industry-research适用于 DeepSeek Harness 的行业与公司研究领域包:方法论技能、行业链结构模型(industry_map)、通过 ctx.web 进行的公开来源政策/新闻跟踪(industry_track)、公司扫描卡片(company_scan)以及可审计的研究Zoterodsh-zotero让智能体搜索、阅读并引用您的本地 Zotero 文献库:查找论文、浏览笔记和批注、按问题提取证据、打开源文档并生成引文。Browser@anweat/dsh-browserDeepSeek Harness 的自包含浏览器运行时插件(作用域为 @anweat)——将 Playwright(chromium)和 OpenCLI 作为插件本地依赖进行打包(支持全局复用回退),提供 `browser` 服务和交互式浏览器工具。

README

dsh-deepbrain

Bring DeepBrain (深脑) into DeepSeek Harness.

DeepBrain does not store documents — it stores judgments: conclusions distilled from recordings of meetings, interviews and lectures, each with an evidence chain back to what was actually said, and corroborated across separate occasions. With this plugin your DSH agent can read those judgments, quote verbatim-verified lines under someone's name, look up a person's historical positions, and borrow DeepBrain's analysis methods for material of its own.

Requires a DeepBrain account and API key. DeepBrain: https://shennao.zaowuyun.com The product UI and returned content are in Chinese.

Install

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qiuyiwu1989-star/dsh-deepbrain

Build output ships in the repository, so no dependency build scripts need to be allowed. Restart the profile afterwards.

Then set your key (generate one under Settings → API keys; it looks like lj_live_…):

export DEEPBRAIN_API_KEY=lj_live_xxx

Prefer the environment variable over putting it in config: profile config is printed verbatim by dsh --dump-config, so a key written there ends up in logs and screenshots.

Six tools

The server currently exposes 27 MCP tools. This plugin registers 6 — a client's job is not to mirror the server, it is to present the right shape. Hand a model 27 tool names and its default strategy becomes "use whichever returns the most", which means going straight for raw transcripts and blowing up its own context.

ToolWhen to use it
deepbrain_briefFirst step when you don't know what to ask. Describe your situation; DeepBrain decides what you should know
deepbrain_topicsBrowse the index, or pull one topic's digest. Most writing and analysis stops here
deepbrain_quotesQuotes you can attribute — every one verified word-for-word against the transcript
deepbrain_personThe roster, or one person's history of positions. Run it before a negotiation or a meeting
deepbrain_askAsk a specific question, get a sourced answer. Slow questions are awaited automatically
deepbrain_callEscape hatch. Call any DeepBrain MCP tool directly, for what the five above don't cover

Leaving tool empty on deepbrain_call lists every tool the current key is allowed to call.

Configuration

- insert:
    - id: deepbrain
      name: 'dsh-deepbrain'
      config:
        endpoint: 'https://shennao.zaowuyun.com/api/mcp'   # self-hosted? change this
        apiKey: ''                                          # empty → read DEEPBRAIN_API_KEY
        timeoutMs: 120000                                   # multi-step retrieval can take a while
        passthrough: true                                   # false = don't register deepbrain_call

Scopes

DeepBrain API keys are scoped, and the server trims the callable tool set accordingly:

  • brain.ask — judgments, quotes, people, method library. Most usage needs only this
  • transcript.read / transcript.write — fetch raw transcripts, feed new ones in
  • brain.propose — write judgments back (they land in an inbox and require human review)

When a scope is missing the tool tells the model plainly that retrying will not help and a different key is needed, rather than reporting a generic failure.

What it does not do

  • No caching. Every call is live. Judgments get superseded and expire; a cache would serve stale conclusions as current ones.
  • No writes unless you explicitly call a write tool through deepbrain_call, which requires brain.propose.
  • No web UI. Host-only plugin: it contributes tools, registers no slots, ships no client bundle.

Known boundary

@deepseek-ai/dsh-tools is a real dependency here (installed with the plugin), but it declares @deepseek-ai/cordis as its own peer. In a clean profile without auto-install-peers, cordis will not be installed — this is upstream of this plugin and affects any third-party plugin that uses dsh-tools.

Normally the harness supplies cordis (it is a dependency of dsh itself). If you hit Cannot find package '@deepseek-ai/cordis', run this in the profile:

pnpm config set auto-install-peers true

This plugin deliberately does not depend on its own copy of cordis — cordis is the DI container, and duplicating it splits Context/Service identity, which is far worse than a missing dependency.

Development

See CONTRIBUTING.md.

MIT