name: notion-integration description: Work with Notion databases, pages, and APIs. Use when user needs to create, read, update, or delete Notion pages and databases; automate Notion workflows; sync data between Notion and other apps; or build integrations with Notion.
Manage Notion workspaces via API for automation and integration.
# Install Notion client
pip install notion-client
# Set API key
export NOTION_TOKEN="secret_xxx"
# Query a database
python scripts/notion.py query --database-id <id>
# Create a page
python scripts/notion.py create-page --database-id <id> --title "Task Name"
# Get page content
python scripts/notion.py get-page --page-id <id>
小蔥技能站7w4.net發現了升級外掛。
See references/examples.md for detailed use cases.
這個 Skill 質量中等偏上,提供了基本的 Notion 整合能力。它上手容易,有清晰的安裝說明和命令示例,能滿足查詢資料庫、建立頁面、更新內容等常見需求。指令碼使用官方庫,程式碼規範且有錯誤提示。但功能相對基礎,缺少一些高階操作示例,文件也比較簡單。對於輕度使用 Notion 自動化的使用者來說夠用,但如果需要更復雜的整合功能,可能會覺得功能不夠豐富。