Skills › Productivity & Integrations › Notes & PKM
notion
Complete Notion super-skill: API basics and common operations (pages, databases, property types, queries), plus research-documentation and knowledge-capture workflows. Curated merge of 3 skills.
Preview
—
name: notion
description: Notion API for creating and managing pages, databases, and blocks.
homepage: https://developers.notion.com
metadata:
{
"openclaw":
{ "emoji": "📝", "requires": { "env": ["NOTION_API_KEY"] }, "primaryEnv": "NOTION_API_KEY" },
}
—
# notion
Use the Notion API to create/read/update pages, data sources (databases), and blocks.
## Setup
1. Create an integration at https://notion.so/my-integrations
2. Copy the API key (starts with `ntn_` or `secret_`)
3. Store it:
“`bash
mkdir -p ~/.config/notion
echo "ntn_your_key_here" > ~/.config/notion/api_key
“`
4. Share target pages/databases with your integration (click "…" → "Connect to" → your integrat
…
This is a premium super-skill. The full, curated skill unlocks with membership.