A self-documenting CLI for the Notion API that's smart about discovery. Instead of memorizing syntax, you run `ntn api ls` to see every endpoint or `ntn api <path> --help` for usage details. The standout feature is native Markdown support for pages and comments, so you can skip wrestling with Notion's rich_text blocks most of the time. It also handles file uploads and worker deployments. Authentication works via environment variable or interactive login. Useful when you're building integrations or automating Notion workflows and want something more direct than SDK abstractions. The help flags do most of the heavy lifting here.
npx skills add https://github.com/makenotion/skills --skill notion-cli