# Notcrawl

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

- Skill: `clawdbot/notcrawl` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add clawdbot/notcrawl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawdbot/notcrawl/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: clawdbot (https://skillmd.com/u/clawdbot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawdbot/notcrawl

---


# 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 --limit 20 "query"
notcrawl databases
notcrawl report
notcrawl export-md  # only when Markdown files need refreshing
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.

