iamzcr/dsh-obsidian-assistant4

dsh-obsidian-assistant

DeepSeek Harness plugin (Cordis toolset) for reading, searching, and editing a local Obsidian vault, with optional Local REST API integration.

AI Analysis

核心用途是让 DSH 智能体无缝读写和检索用户的 Obsidian 知识库。适合重度 Obsidian 笔记用户,便于利用大模型对个人双链笔记进行整理、问答或自动化内容生成。

Package
dsh-obsidian-assistant
Version
1.0.0
License
MIT
Last updated
Aug 17, 2026

Install

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

配置项

字段必填默认说明
vaultPathvault 根目录绝对路径(正斜杠)
apiUrlhttps://127.0.0.1:27124Local REST API 地址
apiToken""Local REST API 的 API Key(每个 vault 独立)
enableRestApitrue是否启用通道 B(不可用自动降级)
excludePatterns['.obsidian', '.trash']排除目录(前缀匹配或 * 通配)
maxResults50文件通道搜索最大命中数

⚠️ 自签名证书:Local REST API 默认 HTTPS + 自签名,本插件已在请求层用 node:httpsrejectUnauthorized: false)容忍,无需额外设置环境变量。