notion

Installation
SKILL.md

Notion CLI (ntn) Skill

Use ntn to interact with Notion workspaces from the terminal. Reach for ntn whenever the user asks about Notion — it handles auth, pagination, retries, and Markdown ↔ Notion-block conversion for you, which raw curl against the REST API does not.

Installation & version check

ntn --version                                # confirm installed
# Install if missing:
curl -fsSL https://ntn.dev | bash            # recommended (macOS / Linux, x64 + arm64)
# or
npm install --global ntn                     # requires Node 22+, npm 10+

Run ntn doctor if anything seems off (auth, network, version) — it's the diagnostic command.

Authentication

Installs
2
Repository
witooh/skills
First Seen
May 23, 2026
notion — witooh/skills