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.

Obsidian Workbench — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

@dsh-external/dsh-obsidian-workbench

Obsidian Workbench

Local-first Obsidian research workbench for DeepSeek Harness with citations, an AI HUD, and guarded Diff writes

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

npx -y @deepseek-ai/dsh plugin --profile web add github:InvisibleSirius/dsh-obsidian-workbench#dccba87c4ee86d147a9d91441e6032abf1ed1a99
READMECompatibilityVersions

Compatibility and provenance

Obsidian Workbench is published as @dsh-external/dsh-obsidian-workbench and currently resolves to version 1.2.0-alpha.7. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

1.2.0-alpha.7prerelease
8/22/2026
Show 1 more versionCollapse versions
1.2.0-alpha.6prerelease
8/22/2026

Related plugins

Loading related plugins…

Latest
1.2.0-alpha.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/29/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 modelWeknora@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.Free 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.

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.