Назад към всички

notcrawl

// Notion archive: search, sync freshness, pages/databases, Markdown exports, SQL counts, and Notcrawl repo work.

$ git log --oneline --stat
stars:378 126
forks:72k
updated:June 11, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namenotcrawl
descriptionNotion archive: search, sync freshness, pages/databases, Markdown exports, SQL counts, and Notcrawl repo work.
metadata[object Object]

Notcrawl

Use local Notion archive data before browsing or live Notion API calls. Check freshness for recent/current questions:

notcrawl doctor
notcrawl status --json

Refresh only when stale or asked:

notcrawl sync --source desktop
notcrawl sync --source api

Query with bounded reads:

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.