Interact with Notion workspaces via the Notion API. Use when creating, reading, updating, or searching pages and databases in Notion. Supports note-taking, document building, and database operations for personal or team workspaces.
This skill provides tools to interact with your Notion workspace.
notion.tokenpython scripts/notion_search.py "game design ideas"
python scripts/notion_create_page.py --parent <page_or_database_id> --title "New Game Concept" --content "Ideas here..."
python scripts/notion_get_page.py <page_id>
python scripts/notion_list_databases.py
python scripts/notion_query_database.py <database_id> --filter '{"property":"Status","select":{"equals":"Idea"}}'
See references/notion_api.md for complete Notion API documentation and examples.