JarvisChu/dsh-obsidian-note0

dsh-obsidian-note

A DeepSeek Harness plugin: save conversation notes into an Obsidian vault.

包名
dsh-obsidian-note
版本
0.1.0
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JarvisChu/dsh-obsidian-note

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,笔记落盘后返回保存路径。