notcrawl

Search local Notion archives and assess freshness of pages and databases.

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill notcrawl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notcrawl
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/.agents/skills/notcrawl
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill notcrawl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notion archival work often requires repeatedly searching large local archives and verifying freshness before taking action or exporting insights. Notcrawl provides a fast, read-only workflow to locate pages and databases, assess freshness, and prepare up-to-date results without hitting live APIs.

Core Features & Use Cases

  • Search local Notion archives for pages and databases.
  • Check freshness and report on outdated or missing items.
  • Generate export-ready views from Markdown exports and summarize SQL counts for archiving sanity checks.
  • Use in Notcrawl repo work to verify consistency between local and upstream data.

Quick Start

Query and synchronize local Notion archives to verify freshness before browsing or API access.

Frequently Asked Questions about notcrawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search a local Notion archive without hitting the live API?

You can search a local Notion archive in read-only mode to locate pages and databases without hitting the live API. This workflow assesses data freshness and prepares up-to-date results directly from your local files.

How do I check the freshness of pages and databases in a Notion archive?

To check the freshness of a Notion archive, you can assess the synchronization status of local pages and databases. This process reports on outdated or missing items to ensure your local data remains accurate and up-to-date.

Does searching local Notion Markdown exports require a Notion API token?

Searching local Notion Markdown exports operates in read-only mode by default and does not require a token. Optional API access for further actions is available only if you configure a NOTION_TOKEN environment variable.

Can I summarize SQL counts from a local Notion archive for sanity checks?

Yes, you can summarize SQL counts within a local Notion archive to perform sanity checks. This allows you to generate export-ready views from Markdown exports and verify database consistency before taking action.

Will querying a local Notion archive accidentally mutate my live data?

Querying a local Notion archive will not mutate your live data. The search process operates in read-only mode by default and includes specific safeguards to prevent any accidental data mutation.

What is the best way to verify consistency between local Notion archives and upstream data?

The best way to verify consistency between local and upstream Notion data is to use Notcrawl repo work. This approach assesses local archive freshness and summarizes data counts to ensure your records match upstream sources.