JarvisChu/dsh-obsidian-note0

dsh-obsidian-note

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

AI Analysis

核心用途是打通 DSH 与 Obsidian 知识库,让 AI 能够直接在指定的 Obsidian 目录中创建和更新 Markdown 笔记。适合使用 Obsidian 进行知识管理的用户。

Package
dsh-obsidian-note
Version
0.1.0
Last updated
Aug 22, 2026

Install

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