notion

Installation
SKILL.md

Notion Integration

Overview

Create, read, and update Notion pages and databases via the API.

Prerequisites

  1. Create an integration at https://www.notion.so/my-integrations
  2. Set NOTION_API_KEY environment variable
  3. Share target pages/databases with the integration

API Reference

Search

curl -s -X POST "https://api.notion.com/v1/search" \
  -H "Authorization: Bearer $NOTION_API_KEY" \
  -H "Notion-Version: 2022-06-28" \
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026