graincrawl

Indexes and queries the local Granola archive for notes, transcripts, and panels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Granola archive data is often scattered across local caches and notes; Graincrawl provides fast search, freshness validation, and structured access to notes, transcripts, and panels.

Core Features & Use Cases

  • Local Granola archive search
  • Freshness checks for recent content
  • Access to notes, transcripts, and panels
  • SQL-based counts and reporting
  • Offline-first workflow for field research

Quick Start

Run graincrawl doctor --json to diagnose the local archive health, then run graincrawl search "query" to locate notes.

Frequently Asked Questions about graincrawl

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

FAQPage Schema
How do I search local Granola notes and transcripts offline?

Search local Granola notes and transcripts by indexing the local archive cache to enable fast query and retrieval of panels. Use graincrawl search "query" to locate specific content without internet connectivity.

Can I use SQL to get exact counts from my Granola archive?

Yes, you can use read-only SQL to perform bounded reads for exact counts and reporting from the Granola archive. It enforces non-destructive data access to ensure data lineage and reproducible reporting.

How do I validate the freshness of local Granola meeting transcripts?

Validate the freshness of local Granola meeting transcripts using built-in freshness checks to confirm recent content updates. Run graincrawl doctor --json to diagnose local archive health and identify source gaps.

What is the best way to retrieve notes within a precise date span for an audit?

Retrieve notes within a precise date span for an audit by querying the indexed local Granola archive. It supports bounded reads and clear handling of source gaps, making it suitable for reproducible reporting and literature reviews.

Does Granola archive search work for offline field research?

Yes, Granola archive search supports an offline-first workflow specifically designed for field research scenarios. It indexes local caches to provide structured access to notes and panels without requiring live internet.

Why does graincrawl use non-destructive data access for queries?

Graincrawl uses non-destructive data access and read-only SQL to maintain data lineage and ensure reproducible reporting. This approach prevents accidental modification of the original local archive during audits and exact count retrieval.