What problem does it solve?
Notion's web UI cannot answer compound questions across multiple databases or track changes across a large workspace over time. This Skill provides a CLI-driven way to sync your entire Notion workspace to a local SQLite database, enabling offline queries, stale page detection, and change tracking that the UI simply cannot do efficiently.
Core Features & Use Cases
- Offline Workspace Sync: Mirror your entire Notion workspace to a local SQLite store for fast, offline access and search.
- Stale Page Detection: Identify pages and records not edited in N days, filterable by database, parent, or tag.
- Change Tracking: See exactly what was added, edited, or deleted since your last sync or a given timestamp.
- Use Case: A project manager can run a single command to find all project pages untouched for 30+ days across multiple workspaces, something impossible to do manually in Notion.
Quick Start
Use the pp-notion skill to sync your Notion workspace to a local SQLite database and list all pages that have not been edited in the last 30 days.