gxpppp/dsh-obsidian2

@deepseek-ai/dsh-client-ui-obsidian

Obsidian bridge plugin (Claudian interaction port): vault file tools, active note/selection, inline edit, companion bridge. On-demand host-only plugin: obsidian_* tools inject per agent on trigger, guidance loads via the obsidian skill.

AI 분석

核心用途是打通 DSH 与 Obsidian 本地知识库。适合习惯使用 Obsidian 记录笔记、并希望 Agent 直接读写和整理个人知识库的用户。

패키지
@deepseek-ai/dsh-client-ui-obsidian
버전
0.2.0
최근 업데이트
2026. 8. 19.

설치

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

Configuration

The obsidian namespace is rendered by DSH settings and applies live:

obsidian:
  vaultPath: 'C:\\path\\to\\vault'
  mode: auto                 # auto | fs | companion
  companionEndpoint: ''      # optional named-pipe/socket override
  protectedPaths: [.obsidian, .trash, .git, .claudian]
  maxTextBytes: 5242880
  attachmentFolder: Attachments
  maxAttachmentBytes: 26214400
  approvalMode: dangerous    # none | dangerous | writes | all
  commandPolicy: approval    # deny | allowlist | approval
  commandAllowlist: []
  announceToAgent: true
  autoActivate: true
  triggerKeywords: [obsidian, vault, 笔记, 日记, 知识库, 当前笔记, 选中文本]
  enabled: true

The schema rejects relative/nonexistent vaults, invalid sizes, unsafe protected-path entries, invalid attachment folders, and an empty command allowlist when allowlist mode is selected.