Read-only Notion workspace access. Syncs pages, surfaces comments, and pulls content into a knowledge base.
54
68%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Access to your Notion workspace. Pull pages into the KB and push local edits back to Notion.
The notion-cli binary is included at ./scripts/notion-cli.
Invoke it directly: ./scripts/notion-cli <command>
Run this workflow during each sync:
notion-cli pull --kb <path> to pull latest Notion content into any KB files that have frontmatter. Review the changes via git diff and update the daily note with what changed.notion-cli pages list --since <last-check-in> to find Notion pages edited since the last sync.notion-cli pages get <page-id> to fetch its content. Decide if it needs to be added to or updated in the KB (use your knowledge base skill for placement).notion-cli comments list --since <last-check-in> to find new discussions.Full command reference: references/cli-commands.md
push on many pages at once.