@libai168/dsh-tool-notion
Notion tools for DeepSeek Harness: search pages, read and write documents, query databases, list comments, and inspect users
AI Analysis
为 DSH 提供 Notion 知识库集成。适合需要让 Agent 读写 Notion 页面、检索数据库内容的个人或团队,配置时必须提供 Notion 内部集成 Token。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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.