# Notcrawl

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

- Skill: `openclaw/notcrawl` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add openclaw/notcrawl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openclaw/notcrawl/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics, Docs & Writing
- Author: OpenClaw (https://skillmd.com/u/openclaw)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/openclaw/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.

