A command-line tool for Notion that gives you two things the web UI doesn't: a local SQLite mirror of your workspace and commands to find what changed recently or went stale. Run `sync pages` once to pull everything down, then use `changed --since 8h` to see what moved overnight or `stale --days 30` to find abandoned pages before cleanup. It wraps the full Notion API (pages, blocks, databases, comments) but the real value is treating your workspace like a queryable data store. Needs a Notion Internal Integration token. Agent mode outputs compact JSON you can pipe and filter with `--select` to keep context tight.
npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-notion