Loading
Notion archive: search, sync freshness, pages/databases, Markdown exports, SQL counts, and Notcrawl repo work.
Recommended by author
This prompt takes no variables — just pick a model and run.
# Notcrawl Use local Notion archive data before browsing or live Notion API calls. Check freshness for recent/current questions: ```bash notcrawl doctor notcrawl status --json ``` Refresh only when stale or asked: ```bash notcrawl sync --source desktop notcrawl sync --source api ``` Query with bounded reads: ```bash notcrawl search "query" notcrawl databases notcrawl report notcrawl sql "select count(*) from pages;" ``` Report workspace/teamspace, page/database titles, absolute date spans, counts, and known gaps. Use read-only SQL only; never mutate the archive. API mode requires `NOTION_TOKEN`; do not assume token availability.
Running prompts needs a free account.
Sign in and we'll stream the response from Claude Sonnet 4.6 right here — no config needed for the platform models.
Notion archive: search, sync freshness, pages/databases, Markdown exports, SQL counts, and Notcrawl repo work.
# Notcrawl Use local Notion archive data before browsing or live Notion API calls. Check freshness for recent/current questions: ```bash notcrawl doctor notcrawl status --json ``` Refresh only when stale or asked: ```bash notcrawl sync --source desktop notcrawl sync --source api ``` Query with bounded reads: ```bash notcrawl search "query" notcrawl databases notcrawl report notcrawl sql "select count(*) from pages;" ``` Report workspace/teamspace, page/database titles, absolute date spans, counts, and known gaps. Use read-only SQL only; never mutate the archive. API mode requires `NOTION_TOKEN`; do not assume token availability.