DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@dsh-external/dsh-obsidian-workbench

Obsidian Workbench

本地优先的 Obsidian 研究工作台,适用于 DeepSeek Harness,支持引文、AI HUD 和受保护的 Diff 写入

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

npx -y @deepseek-ai/dsh plugin --profile web add github:InvisibleSirius/dsh-obsidian-workbench#dccba87c4ee86d147a9d91441e6032abf1ed1a99
README兼容性版本

兼容性与来源证明

Obsidian Workbench 以 @dsh-external/dsh-obsidian-workbench 发布,当前版本为 1.2.0-alpha.7。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

1.2.0-alpha.7prerelease
2026/8/22
查看其余 1 个版本收起版本
1.2.0-alpha.6prerelease
2026/8/22

相关插件

正在加载相关插件…

最新版
1.2.0-alpha.7
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
BSD-3-Clause
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/29
查看源码 ↗
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-obsidian-workbench

Local-first Obsidian research tools for DeepSeek Harness: browse and search authorized Vaults, cite exact note locations, attach the active note or selection to an AI request, and review every proposed write before it reaches disk.

The project ships two coordinated surfaces:

  • a DeepSeek Harness workbench with Vault navigation, Markdown reading, citations, and a draggable Notion-style AI HUD;
  • an optional desktop Obsidian companion with active-note/selection detection, guarded Diff review, and the same DeepSeek whale identity.

Highlights

Version 1.2.0-alpha.7 includes:

  • an always-visible right-edge collapse handle;
  • a draggable, resizable, pinnable Harness HUD with persistent position/size, inline slash commands, quick capture, history, citations, and streamed answers;
  • an optional desktop-only Obsidian companion in obsidian-companion/, including active-note/selection detection and a selection AI menu;
  • a loopback-only HTTP bridge protected by a random bearer token whose file must be user-owned, non-symlinked, named bridge-token, and mode 0600, plus an independent authorized-Vault check;
  • preview-first edit/capture proposals: no note is changed until the user explicitly accepts the Diff, with request ownership and content-hash conflict checks enforced by the Harness host.
  • approval handoff for Obsidian-origin turns: Harness permission requests appear inside the native HUD and can be rejected or granted once without switching to the web UI.
  • a simplified command surface: the redundant ⌘K overlay was removed from both HUDs, eliminating its blocking grey backdrop; use the visible mode/actions or type / in the composer instead.
  • a theme-safe answer surface: the expanded HUD now uses the active light/dark panel color instead of a dark fallback blended over light themes.
  • an official DeepSeek-blue whale launcher across Harness and Obsidian; while a request is queued or streaming, the whale gently bobs and emits thought bubbles above its head, away from the raised tail;
  • a blue animated 回答完成 completion state in the native Obsidian HUD, with prefers-reduced-motion support.

Context metadata can be synchronized locally for preview, but note content enters an AI request only after the user clicks Send. A busy session or non-empty composer draft queues the HUD request without overwriting user input.

The release workflow validates the exact fixed package on an isolated fixture-only Harness profile before any production deployment. The optional native Obsidian companion is installed only into an explicitly named Vault and always backs up an existing copy first.

Safety model

  • Vaults are unavailable until the user explicitly authorizes them.
  • Note content is not sent merely because Obsidian synchronizes the active-note preview; transmission begins only when the user sends a request or approves a tool call.
  • Writes are off by default and use preview-first proposals, request ownership, content-hash conflict checks, atomic replacement, and rollback backups.
  • The native bridge accepts HTTP loopback only and requires a user-owned, non-symlinked bridge-token file with mode 0600.

See SECURITY.md for the complete threat model and README.zh-CN.md for the Chinese guide.

由 dsh-super-injector dev_scaffold_plugin 生成。

构建与注入

DSH_CHECKOUT=<checkout> bash scripts/build.sh
# 注入器环境内:dev_inject_plugin <本目录>

Optional Obsidian companion:

bash scripts/install-obsidian-companion.sh "/absolute/path/to/Vault"

Then enable DeepSeek Harness AI HUD under Obsidian Community plugins. See README.zh-CN.md, SECURITY.md, and obsidian-companion/README.md for the trust model and operational details.