DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Research Lab — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

@snow-the/dsh-research-lab

Research Lab

Research lab for DeepSeek Harness: AutoSci-style wiki (experiments/literature/decisions), ASI-Bench-grade eval rigor ledger, arXiv digest, adversarial paper review, and academic writing checks.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:snow-The/dsh-research-lab#56d3e5b2dfe997590f3edeac1611464f290ab127
READMECompatibilityVersions

Compatibility and provenance

Research Lab is published as @snow-the/dsh-research-lab and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/20/2026

Versions

0.2.0stable
9/20/2026
0.1.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelFree Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek Harness

README

dsh-research-lab

Research-lab toolkit for DeepSeek Harness: a wiki-centric, eval-rigor-driven research workflow distilled from AutoSci (wiki as the center of a research project), ASI-Bench (evaluation rigor), daily-arXiv-ai-enhanced (digest), ChatPaper (paper review), nature-skills / research-writing-skill (academic writing), Supervisor-Skills (senior-review instinct), and hard lessons from real distillation experiments (hypothesis → verdict loops, eval 口径 discipline).

Tools

toolpurposeinspired by
rlab_wikiwrite wiki pages (experiment/literature/decision/todo) under <project>/.rlab/wiki/ + rebuild indexAutoSci
rlab_experimenthypothesis → prediction → evidence → verdict → conclusion pagesAutoSci + falsifiability discipline
rlab_benchper-project eval ledger (bench.jsonl); flags 口径 (protocol) mismatches, e.g. mixing test/dev splitsASI-Bench
rlab_paper_reviewarXiv id → adversarial 8-point review checklist (also applies to your own papers)ChatPaper + ASI-Bench
rlab_arxiv_digestkeyword digest of recent arXiv papers → <project>/.rlab/digests/<date>.mddaily-arXiv-ai-enhanced
rlab_writingline-anchored academic-expression check (passive/weak verbs/vague quantifiers/filler/term consistency)nature-skills, research-writing-skill
rlab_relatedself-building keyword retrieval: NLP tokenization + SQLite FTS5, no preset lexicon — terms are TF-IDF-mined from your docs (EN words + ZH n-grams) and expanded iteratively (search → mine → merge → repeat)hamuleite-style corpus, Rocchio relevance feedback
rlab_statusone-screen project state: wiki counts, bench report, open TODOs—

On-disk layout

<project>/.rlab/
  wiki/
    index.md            # auto-rebuilt
    experiment/<id>.md  # hypothesis → verdict
    literature/<id>.md  # paper notes (link from digests)
    decision/<id>.md    # ADRs: why you chose X
    todo/<id>.md        # open items
  related.db           # FTS5 corpus + auto-built lexicon (rlab_related)
  bench.jsonl           # one eval row per line (JSON)
  digests/<date>.md     # arXiv digests

Eval 口径 discipline (rlab_bench)

Every row must state metric, split, and for MTEB tasks the hf_subset. The report warns whenever a task's history mixes splits — comparing test-vs-dev scores is the classic way papers fool themselves (and reviewers).

Install

# from ~/.dsh/profiles/web
pnpm add @snow-the/dsh-research-lab@file:../.dsh-starter/plugins/dsh-research-lab
# add "dsh-research-lab" to dsh.profile.bundles, then restart dsh web

Build

pnpm install && pnpm build   # tsc declarations + esbuild bundle → dist/