notion-api (generic) This skill provides a small Node-based CLI for the Notion API. It’s designed to be shareable: no hard-coded database IDs and no secrets in the repo . Auth Provide a Notion integration token via either: - env var, or - (first line) Also make sure the target pages/databases are shared with your integration in Notion. Commands (CLI) Run via: - Search Query a data source (database query) Create a page in a database Output All commands print JSON to stdout. Notes - Notion API version header defaults to (override with ). - Rate limits apply; prefer and minimal calls. ---