dsh-siyuan
DeepSeek Harness (dsh) plugin: operate SiYuan Note (思源笔记) through model-callable tools
AI Analysis
核心用途是让 AI 智能体能够直接读写和管理思源笔记。适合使用思源笔记作为个人知识库、希望通过对话进行笔记整理的用户。必要条件是需配置思源内核地址和 API Token。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:coolgech/dsh-siyuanREADME
Read the full 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