notion
Installation
SKILL.md
Notion CLI Skill
Operate Notion workspaces using ncli. Two backends:
- MCP (OAuth) — search, pages, databases, views, comments, users, teams
- REST API (integration token) — file upload, block operations, any REST endpoint
Prerequisites
# MCP auth (required for most commands)
ncli whoami # Check auth status
ncli login # If not authenticated
# REST API auth (required for ncli rest / ncli file commands)
ncli rest login # Save integration token (one-time)