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.

Memory Wiki Bridge — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@dsh-enhanced/memory-wiki-bridge

Memory Wiki Bridge

Proposal-only, provenance-stable promotion between DSH personal Memory and Wiki.

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

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-enhanced/memory-wiki-bridge@0.1.32
READMECompatibilityVersions

Compatibility and provenance

Memory Wiki Bridge is published as @dsh-enhanced/memory-wiki-bridge and currently resolves to version 0.1.32. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.1.32stable
9/13/2026
0.1.31stable
9/12/2026
0.1.30stable
9/12/2026
Show 15 more versionsCollapse versions
0.1.24stable
9/5/2026
0.1.23stable
9/4/2026
0.1.22stable
9/4/2026
0.1.21stable
9/4/2026
0.1.20stable
9/4/2026
0.1.19stable
9/4/2026
0.1.18stable
9/3/2026
0.1.17stable
9/3/2026
0.1.14stable
9/3/2026
0.1.12stable
9/1/2026
0.1.7stable
8/30/2026
0.1.6stable
8/30/2026
0.1.5stable
8/29/2026
0.1.4stable
8/29/2026
0.1.3stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.1.32
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
34.8 kB
Files
20
Surface
any
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
235
Security scan
✓ v0.1.32 scan passed
Last push
9/13/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 memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessContextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.

README

@dsh-enhanced/memory-wiki-bridge

只提供两条显式、可审阅的知识晋升:

  • knowledge_promote:选定 Memory ids+versions → derived Wiki proposal。
  • knowledge_pin:一个 Wiki id+revision 与人工/模型草拟的 bounded summary → Memory proposal。

本包没有数据库、文件、timer、网络或 LLM 调用;只使用 ctx.personalMemory / ctx.personalWiki 公开 service。目标端仍执行自己的 Agent identity、Policy、proposal、diff、审批与 CAS,Bridge 无法 commit。

安装

dsh plugin --profile web add @dsh-enhanced/memory-wiki-bridge
dsh --profile web --dump-config

必须先安装 Memory 与 Wiki,并允许目标 Agent 对选定记录/page 的 read 与目标端 propose。所有幂等键由 Bridge 根据方向、source ids+versions/revision、target 和规范化内容计算,调用者不能用一个遗漏 provenance 的自选 key 覆盖它。

Memory→Wiki 会生成 memory://<id>?version=<n> source 与 content SHA-256,并把所选内容放在标记为 data-not-instructions 的 evidence 区。Wiki→Memory 生成 wiki://<id>?revision=<revision> provenance,默认 external trust、private sensitivity、0.8 confidence;最终是否接受由 owner 审批。

权限与限制

  • 文件系统、网络、子进程、凭据、浏览器、安装脚本:无。
  • 不自动同步、双写、级联删除、自动批准、页面总结页面,也不保存第三份正文。
  • Wiki curated 页面仍以 Markdown 为真源;Memory 仍只保存短事实。删除 Bridge 不影响两端数据。

兼容性与参考

以 DSH 0.1.2-rc.1 验证。思路参考 Memento proposal-only mutation、Hindsight evidence→observation→page 和 Wiki 的 save/pin 工作流;社区包未进入依赖,也没有复制其自动 retain/dreaming 行为。