dsh-obsidian-agent-wiki
Run the following command in DeepSeek Harness:
dsh plugin install CagierAsh123/dsh-obsidian-agent-wiki
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install CagierAsh123/dsh-obsidian-agent-wiki inside DeepSeek Harness to install this plugin; the source repository is available at https://github.com/CagierAsh123/dsh-obsidian-agent-wiki .
About this plugin
Most file-system memory plugins scan notes one by one in a linear pass. They cannot filter by directory or tag, and—critically—they miss two-character Chinese terms entirely, which are the backbone of a Chinese knowledge base. dsh-obsidian-agent-wiki solves this by indexing your local Obsidian vault into an in-memory SQLite table at startup. Every write or append immediately re-indexes the affected note, so the agent always sees a fresh, searchable snapshot while you continue to browse and edit notes in Obsidian itself, with no frontend required.
The search layer uses SQL LIKE fuzzy matching rather than FTS5 trigrams, a deliberate choice that ensures queries shorter than three characters still return hits. At the scale of tens to hundreds of notes, each scan completes in well under a millisecond. Beyond free-text search, wiki_search supports structured filtering by path, category, project, and tag, returning results ranked by match count along with the note path, title, category, project, and a contextual snippet. Write operations trigger an immediate re-index after the file hits disk, keeping the agent and your vault in lockstep.
If you maintain a Chinese technical wiki or project notes library in Obsidian and want your DeepSeek Harness agent to retrieve and reference that content precisely—by project, by tag, by keyword—without pulling in a single runtime dependency, this plugin was built for you.
Use Cases
- Retrieve and cite project notes on demand while continuing to write in Obsidian
- Filter by project, tag, and category to surface the exact snippet in milliseconds
- Search two-character Chinese terms that trigram-based indexes silently drop
Best For
- Developers and teams maintaining a Chinese technical wiki in Obsidian
- Harness users who prefer precise note retrieval over linear file scanning
- Anyone seeking a zero-dependency, drop-in memory layer for their agent
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.