huangfuren/dsh-outline-auto ↗★ 0
dsh-outline-auto
DSH Web 插件:在对话中搜索和阅读公司 Outline 知识库
AI 分析
核心用途是让 Agent 能够检索和阅读 Outline 知识库。适合企业内部用户,需在设置中配置 Outline 实例地址及 API Token。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huangfuren/dsh-outline-auto说明文档
阅读完整 README ↗Configuration
The recommended way is the GUI card (Settings → Plugins → plugin configuration → Outline Knowledge Base):
| Field | Description |
|---|---|
| Service URL (baseUrl) | Outline instance root, e.g. https://outline.example.com |
| API Token | create one at Outline → Settings → API keys |
Click Save — applies immediately. Alternatively, configure via environment variables (OUTLINE_BASE_URL / OUTLINE_API_TOKEN) or the plugin config row in cordis.patch.yml.