@libai168/dsh-tool-notion
Notion tools for DeepSeek Harness: search pages, read and write documents, query databases, list comments, and inspect users
AI 분석
为 DSH 提供 Notion 知识库集成。适合需要让 Agent 读写 Notion 页面、检索数据库内容的个人或团队,配置时必须提供 Notion 内部集成 Token。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.