JarvisChu/dsh-obsidian-note ↗★ 0
dsh-obsidian-note
A DeepSeek Harness plugin: save conversation notes into an Obsidian vault.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JarvisChu/dsh-obsidian-note说明文档
阅读完整 README ↗Configuration
默认笔记写到 ~/ObsidianVault/dsh-notes/。在你 profile 的 cordis.patch.yml 里按 id 覆盖插件行即可自定义:
- id: obsidian-note
config:
vaultPath: /path/to/your/vault
subDir: dsh-notes
Usage
在对话里直接说,例如:
Use the save_note tool to save a summary of this conversation, titled "meeting-notes".
模型会调用 save_note,笔记落盘后返回保存路径。