getnote-dsh-plugin:在 DeepSeek Harness 中搜索、保存和阅读得到大脑笔记

DSH插件 `@getnote/dsh-plugin` 由 iswalle 维护,采用 MIT 许可证,旨在将得到大脑接入 DSH,赋予 Agent 通过自然语言搜索、保存和阅读笔记的能力。该插件支持检查登录状态、全库或指定知识库语义搜索、保存文字及网页链接(支持标题和标签)、查看最近笔记及详情、列表展示知识库等功能,并内置引导 Skill 以优先调用原生工具。安装需 Node.js 20+ 环境,通过 `dsh plugin` 命令添加,并使用 GetNote CLI 完成本地授权登录,随后重启 DSH 即可使用。用户可通过自然指令实现笔记管理,如搜索特定主题、保存链接并打标签、列出最近内容

Read More
dsh-obsidian-assistant: Read and Write Local Obsidian Vault in DSH

`dsh-obsidian-assistant` is a DeepSeek Harness plugin for unified operation of Obsidian vaults. It employs a dual-channel mechanism: the file channel operates independently of Obsidian, supporting full-text search, note reading and writing, bidirectional link analysis, batch renaming with automatic wikilink rewriting, and novel chapter export; the REST channel is enabled when Obsidian is online, offering high-speed index search, command triggering (e.g., Dataview/Templater), and advanced API passthrough. If the REST channel is unavailable, the system seamlessly degrades to file mode. Installation requires configuring the mandatory `vaultPath` parameter, with optional parameters such as `apiUrl`. Typical use cases include searching before reading notes, employing idempotent editing, and more.

Read More