DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-obsidian-bridge

A native DeepSeek Harness plugin that connects agents to an Obsidian vault for search, note access, draft writing, and session linking.

Developer ToolsSkills & Workflows
0GitHub Stars0ForksUpdated2026-08-18

Install

$ dsh plugin --profile web add github:Daseanle/dsh-obsidian-bridge

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-obsidian-bridge is a Cordis-based DSH plugin providing direct filesystem access to an Obsidian vault. It indexes Markdown notes with SQLite FTS5 and exposes tools for searching, reading, drafting notes, and linking notes with DSH sessions.

Key Capabilities

  • Search vault notes with SQLite FTS5 and BM25 relevance ranking.
  • Read notes by file path or Obsidian wiki-link name.
  • Write draft Markdown notes to a configurable vault folder.
  • Create bidirectional links between DSH sessions and vault notes.
  • Incrementally synchronize the local note index using modification times.
  • Optionally inject vault context before agent steps.
  • Optionally capture non-Obsidian tool results as drafts.
  • Supports Chinese/CJK search tokenization.
  • Validates plugin configuration with Zod and supports Cordis configuration plus environment-variable fallback.

Useful For

  • Let DSH agents retrieve relevant knowledge from an Obsidian vault.
  • Search personal or project notes before answering or planning.
  • Have an agent save generated content as reviewable Obsidian drafts.
  • Associate agent sessions and generated drafts with related vault notes.
  • Use opt-in context injection and result capture for note-assisted workflows.

Who It Fits

  • DeepSeek Harness users who maintain knowledge in Obsidian.
  • Developers building DSH workflows around local Markdown documentation.
  • Users who want native vault access without an external bridge server or a running Obsidian app.

Documented Limitations

  • Requires Node.js 22.19+ or 24+, DSH, and a local Obsidian vault directory.
  • The plugin accesses vault files directly and creates its SQLite index at `.dsh/index.db` inside the vault.
  • The README labels version 0.2.0 as an open-source alpha.
  • Automatic context injection and tool-result capture are opt-in and disabled by default.
  • The npm installation path is described as available only when the package is published.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 3 runtime, 3 development, 1 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
AIMarshallLee/dsh-obsidian-bridge
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
4168142 · 2026-08-19

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-18
Last release
2026-08-18
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app