@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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gxpppp/dsh-obsidian说明文档
阅读完整 README ↗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.