Automates Notion operations through Composio's Rube MCP, covering pages, databases, blocks, comments, and users. You'll need to connect Rube MCP first, then authenticate with Notion via OAuth before running any workflows. The documentation is thorough about common mistakes: remember that RETRIEVE_PAGE only gets metadata, not content (use FETCH_BLOCK_CONTENTS for that), and use content_blocks not child_blocks when appending. Pagination is manual, so you'll need to handle has_more and next_cursor yourself. Property names are case sensitive and must match your database schema exactly. Most useful when you're building workflows that create pages, query databases with filters, or programmatically update content blocks. The search-first requirement means you'll always get current tool schemas rather than guessing at parameters.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill notion-automation