@libai168/dsh-tool-notion
DeepSeek Harness 的 Notion 工具包:支持搜索页面、读写文档、查询数据库及管理评论
AI 分析
为 DSH 提供 Notion 知识库集成。适合需要让 Agent 读写 Notion 页面、检索数据库内容的个人或团队,配置时必须提供 Notion 内部集成 Token。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Load the plugin in a dsh composition config (cordis.yml):
- name: 'github:LJH-snow/dsh-tool-notion'
config:
apiToken: 'ntn_xxx_secret' # required: Notion integration token
baseUrl: 'https://api.notion.com' # optional
notionVersion: '2022-06-28' # optional
timeoutMs: 15000 # optional, default 15000
Full example: examples/cordis.yml.
Security: create an internal integration under Notion My integrations, allow only the workspaces/pages it needs, and never commit the token. Every tool requires a token because Notion workspace access and write permissions are controlled by the integration.