notion
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseNotion
Notion
Manage your Notion workspace through conversation — search pages, create docs, query databases, and update content.
通过对话管理你的Notion工作区——搜索页面、创建文档、查询数据库以及更新内容。
Authentication
身份验证
Requires a Notion Integration Token. If not configured, load to guide the user through setup.
notion-connect/SKILL.mdCheck:
python3 notion-connect/scripts/notion_connect.py --check需要Notion集成令牌。如果未配置,请加载引导用户完成设置。
notion-connect/SKILL.md检查命令:
python3 notion-connect/scripts/notion_connect.py --checkRouting
路由
| User wants to... | Load |
|---|---|
| Connect Notion / fix auth errors | |
| Search, read, create, edit pages | |
| Query databases, add entries, list databases | |
| 用户想要... | 加载 |
|---|---|
| 连接Notion / 修复身份验证错误 | |
| 搜索、读取、创建、编辑页面 | |
| 查询数据库、添加条目、列出数据库 | |
How Scripts Access Notion
脚本如何访问Notion
All scripts read the token from :
~/.config/notion/config.jsonjson
{"token": "ntn_xxx..."}Scripts use the Notion REST API () with this token in the header.
https://api.notion.com/v1/Authorization: Bearer所有脚本从读取令牌:
~/.config/notion/config.jsonjson
{"token": "ntn_xxx..."}脚本使用Notion REST API(),并在请求头中携带该令牌。
https://api.notion.com/v1/Authorization: BearerFollow-Up Questions
示例问题
- "Search my Notion for notes about Q2 planning"
- "Create a new page in my workspace with today's meeting notes"
- "Query my tasks database for items due this week"
- "Add a new entry to my projects database"
- "在我的Notion中搜索和Q2规划相关的笔记"
- "在我的工作区中创建一个新页面,记录今日会议纪要"
- "查询我的任务数据库中本周到期的条目"
- "向我的项目数据库中添加一条新条目"