Notion Integration

👤 dinghaibin 📦 v1.0.0 ⭐ 4.1 ⬇️ 579 下载
🤖 AI-Agent 免费 🔑 需 API Key

📖 技能介绍


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.


Notion Integration

Manage Notion workspaces via API for automation and integration.

7w4.net小葱技能。

Quick Start

# Install Notion client
pip install notion-client

# Set API key
export NOTION_TOKEN="secret_xxx"

Core Features

  • Database Operations: Create, query, update databases
  • Page Management: Create, read, update, delete pages
  • Block Operations: Add/update content blocks
  • User Info: Get workspace user information

Script Usage

# 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>

Setup

  1. Create integration at https://www.notion.so/my-integrations
  2. Share database/page with integration
  3. Set NOTION_TOKEN environment variable

Examples

See references/examples.md for detailed use cases.

🤖 AI 评测

这个 Skill 质量中等偏上,提供了基本的 Notion 集成能力。它上手容易,有清晰的安装说明和命令示例,能满足查询数据库、创建页面、更新内容等常见需求。脚本使用官方库,代码规范且有错误提示。但功能相对基础,缺少一些高级操作示例,文档也比较简单。对于轻度使用 Notion 自动化的用户来说够用,但如果需要更复杂的集成功能,可能会觉得功能不够丰富。

📊 多维度评分

适应性3.9
规范性4.2
有效性4.4
可靠性3.9
可信度4.2

📁 包含文件 (4 个)

📄 SKILL.md 1.2 KB
📄 _meta.json 132 B
📄 references/examples.md 1.7 KB
📄 scripts/notion.py 4 KB