DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-wisp-science-lab

Wisp Science Lab

DSH 插件:用于本地 Wisp Science 项目的实验室 PI。只读快照,基于证据提供建议,不虚构实验。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xuzhougeng/dsh-wisp-science-lab#ddb69ac9b187b20449f4c2029d9cba6cb52902d9
README兼容性版本

兼容性与来源证明

Wisp Science Lab 以 dsh-wisp-science-lab 发布,当前版本为 0.1.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.1stable
2026/8/21

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具

README

dsh-wisp-science-lab

English | 中文

A DeepSeek Harness plugin that turns your agent into a laboratory PI for local Wisp Science projects.

dsh advises. Wisp runs the experiments. v0 is read-only — list projects, take a bounded progress snapshot, give evidence-backed next steps. It does not write wisp.sqlite, does not run Python/R/FASTQ inside dsh, and cannot dispatch the Wisp agent yet.

You  →  dsh (PI)  →  wisp_list_projects / wisp_project_snapshot
                         ↓  copy sqlite + wal + shm, read-only
                    Wisp Science desktop (experimenter)

Why

  • See every local project — names, session/run/artifact counts, Windows and WSL paths.
  • Bounded snapshots — recent runs, artifacts, research-graph titles, .wisp/WISP.md, memory filenames. Caps so a project with 358 runs does not flood the context.
  • PI persona — must cite Run titles / artifact names / WISP.md. Forbidden to invent analyses that are not in the snapshot.
  • Safe on a live desktop library — copies wisp.sqlite (and -wal/-shm if present) to a temp dir, never checkpoints the original.

Install

This plugin runs inside dsh. Install DeepSeek Harness first.

1. DeepSeek Harness

Requires Node.js ^22.19.0 or >=24.

npx @deepseek-ai/dsh web

Open http://127.0.0.1:3080 and add a model API key in Settings.

To get a global dsh command:

npm install -g @deepseek-ai/dsh
dsh web

Source checkout: deepseek-harness README.

2. This plugin

dsh plugin --profile web add github:xuzhougeng/dsh-wisp-science-lab
# if dsh is not on PATH:
npx @deepseek-ai/dsh plugin --profile web add github:xuzhougeng/dsh-wisp-science-lab

That both installs the package and registers cordis.patch.yml on the profile (dsh.bundle). Do not --patch the same layer on top — it will load twice.

Restart:

dsh web

You should see [wisp-science-lab] plugin loaded.

From a local clone:

git clone https://github.com/xuzhougeng/dsh-wisp-science-lab.git
dsh plugin --profile web add ./dsh-wisp-science-lab

Not published to npm yet — do not npm i dsh-wisp-science-lab.

dsh plugin --profile web remove dsh-wisp-science-lab

Usage

Talk to the agent in dsh:

  • List my Wisp projects
  • How far is “转录组分析”? What should we do next?
  • Compare progress of project A and project B

The model should call wisp_list_projects / wisp_project_snapshot instead of bash-scanning the disk. Advice must quote snapshot evidence. If you ask it to “go run the experiment”, v0 only returns a prompt you can paste into Wisp.

ToolWhat it returns
wisp_list_projectsProject roster (optional name/id substring filter)
wisp_project_snapshotBounded snapshot: recent sessions, runs, artifacts, research nodes, WISP.md, memory files

Config

The plugin reads Wisp’s global wisp.sqlite. Resolution order:

  1. appDataDir in plugin config (if non-empty)
  2. WISP_APP_DATA_DIR
  3. Windows: %APPDATA%\science.wisp-science\wisp-science
  4. Linux: ~/.local/share/science.wisp-science/wisp-science

If dsh runs in WSL and the library lives on Windows, set (use your Windows username):

export WISP_APP_DATA_DIR=/mnt/c/Users/<WindowsUser>/AppData/Roaming/science.wisp-science/wisp-science

Or in ~/.dsh/profiles/web/cordis.patch.yml:

- id: wisp-science-lab
  config:
    appDataDir: /mnt/c/Users/<WindowsUser>/AppData/Roaming/science.wisp-science/wisp-science
FieldDefaultMeaning
appDataDir'' (auto)Directory that contains wisp.sqlite
maxSessions8Recent sessions in a snapshot
maxRuns12Recent runs
maxArtifacts12Recent artifacts
maxMemoryFiles20.wisp/memory filenames
wispMdMaxBytes8192Truncate .wisp/WISP.md

Limits

  • Read-only. Does not write the live library or project trees.
  • WAL copy. Direct sqlite3 on a locked Windows file from WSL often hits disk I/O error. Each tool call copies sqlite + wal + shm, then deletes the temp dir.
  • Paths. Store rows are usually Windows paths. On WSL the result also includes workspaceDirLocal (D:\foo → /mnt/d/foo when that path exists).
  • No full transcripts. Snapshots never dump complete messages.content.

Develop

Source overlay (do not stack on a marketplace install):

cd /path/to/deepseek-harness
pnpm dsh web --patch /path/to/dsh-wisp-science-lab/cordis.dev.yml

Point cordis.dev.yml at your checkout. After editing src/, run pnpm build and commit lib/index.js.

pnpm test
pnpm print-snapshot            # live copy, else testdata/mini.sqlite
WISP_LAB_LIVE=1 pnpm test      # optional; skips on lock

This repo is tagged dsh-plugin so dsh-find-plugin and plugin markets can index it.