@deepseek-ai/dsh-client-ui-obsidian
Obsidian 笔记软件桥接插件,提供库文件操作、活动笔记与选区交互、行内编辑等工具,支持按需注入 Agent。
AI 分析
核心用途是打通 DSH 与 Obsidian 本地知识库。适合习惯使用 Obsidian 记录笔记、并希望 Agent 直接读写和整理个人知识库的用户。
安装
$
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.