notion

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Notion

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
notion-connect/SKILL.md
to guide the user through setup.
Check:
python3 notion-connect/scripts/notion_connect.py --check
需要Notion集成令牌。如果未配置,请加载
notion-connect/SKILL.md
引导用户完成设置。
检查命令:
python3 notion-connect/scripts/notion_connect.py --check

Routing

路由

User wants to...Load
Connect Notion / fix auth errors
notion-connect/SKILL.md
Search, read, create, edit pages
pages/SKILL.md
Query databases, add entries, list databases
databases/SKILL.md
用户想要...加载
连接Notion / 修复身份验证错误
notion-connect/SKILL.md
搜索、读取、创建、编辑页面
pages/SKILL.md
查询数据库、添加条目、列出数据库
databases/SKILL.md

How Scripts Access Notion

脚本如何访问Notion

All scripts read the token from
~/.config/notion/config.json
:
json
{"token": "ntn_xxx..."}
Scripts use the Notion REST API (
https://api.notion.com/v1/
) with this token in the
Authorization: Bearer
header.
所有脚本从
~/.config/notion/config.json
读取令牌:
json
{"token": "ntn_xxx..."}
脚本使用Notion REST API(
https://api.notion.com/v1/
),并在
Authorization: Bearer
请求头中携带该令牌。

Follow-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规划相关的笔记"
  • "在我的工作区中创建一个新页面,记录今日会议纪要"
  • "查询我的任务数据库中本周到期的条目"
  • "向我的项目数据库添加一条新条目"