iamzcr/dsh-obsidian-assistant ↗★ 4
dsh-obsidian-assistant
DeepSeek Harness plugin (Cordis toolset) for reading, searching, and editing a local Obsidian vault, with optional Local REST API integration.
AI 分析
核心用途是让 DSH 智能体无缝读写和检索用户的 Obsidian 知识库。适合重度 Obsidian 笔记用户,便于利用大模型对个人双链笔记进行整理、问答或自动化内容生成。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:iamzcr/dsh-obsidian-assistantドキュメント
README 全文を読む ↗配置项
| 字段 | 必填 | 默认 | 说明 |
|---|---|---|---|
vaultPath | ✅ | — | vault 根目录绝对路径(正斜杠) |
apiUrl | https://127.0.0.1:27124 | Local REST API 地址 | |
apiToken | "" | Local REST API 的 API Key(每个 vault 独立) | |
enableRestApi | true | 是否启用通道 B(不可用自动降级) | |
excludePatterns | ['.obsidian', '.trash'] | 排除目录(前缀匹配或 * 通配) | |
maxResults | 50 | 文件通道搜索最大命中数 |
⚠️ 自签名证书:Local REST API 默认 HTTPS + 自签名,本插件已在请求层用
node:https(rejectUnauthorized: false)容忍,无需额外设置环境变量。