dsh-siyuan
DeepSeek Harness (dsh) plugin: operate SiYuan Note (思源笔记) through model-callable tools
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:coolgech/dsh-siyuan说明文档
阅读完整 README ↗配置
设置界面(推荐)
安装后打开:
设置 → 插件 → 插件配置 → 思源笔记
在配置卡片中填写:
| 配置项 | 类型 | 默认值 | 说明 |
|---|---|---|---|
baseUrl | string | http://127.0.0.1:6806 | 思源内核地址 |
apiToken | string | '' | 思源 API Token(设置 → 关于 → API Token) |
defaultNotebook | string | '' | 默认笔记本 ID 或名称 |
defaultPath | string | '/' | 默认目录路径 |
timeoutMs | number | 15000 | 请求超时(毫秒) |
配置文件
- id: dsh-siyuan
name: dsh-siyuan
config:
baseUrl: http://127.0.0.1:6806
apiToken: "你的思源 API Token"
defaultNotebook: ""
defaultPath: "/"
timeoutMs: 15000
配置文件
- id: dsh-siyuan
name: dsh-siyuan
config:
baseUrl: http://127.0.0.1:6806
apiToken: "你的思源 API Token"
defaultNotebook: ""
defaultPath: "/"
timeoutMs: 15000