graincrawl Skill
Use for local Granola archive search, sync freshness, notes/transcripts/panels, Markdown export, snapshots, Keychain-safe source debugging, and Graincrawl repo/release work. Published by openclaw in graincrawl.
What is graincrawl Skill?
Use for local Granola archive search, sync freshness, notes/transcripts/panels, Markdown export, snapshots, Keychain-safe source debugging, and Graincrawl repo/release work. Published by openclaw in graincrawl. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Data analysis
- Research
- Documentation use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use graincrawl Skill
- Use it for documentation.
- Use it for data analysis.
- Use it for research.
Built with
Editorial notes
Source
- Creator: openclaw
- Repository: openclaw/graincrawl
- Skill file: .agents/skills/graincrawl/SKILL.md
What it does
Use for local Granola archive search, sync freshness, notes/transcripts/panels, Markdown export, snapshots, Keychain-safe source debugging, and Graincrawl repo/release work.
Skill instructions
Graincrawl Use local archive data first for Granola questions. Browse or hit Granola private/API surfaces only when the archive is stale, missing the requested scope, or the user asks for current external context. Sources - DB: configured paths.dbpath; override with GRAINCRAWLDBPATH - Config: default crawlkit config path; override with GRAINCRAWLCONFIG - Granola profile: GRAINCRAWLGRANOLAPROFILE or the configured profile path - Repo: ~/GIT/Perso/graincrawl - Preferred CLI: graincrawl; fallback to go run ./cmd/graincrawl from the repo if the installed binary is stale Freshness For recent/current questions, check freshness before analysis: bash sqlite3 "$(graincrawl status --json | jq -r '.databasepath')" \ "select coalesce(max(completedat), '') from syncruns where status = 'ok';" Routine refresh: bash graincrawl doctor graincrawl sync --source private-api Desktop-cache refresh: bash graincrawl sync --source desktop-cache Use encrypted JSON, OPFS, Electron safeStorage, or Keychain-backed
Explore related resources
Frequently asked questions
What is graincrawl?
graincrawl is a open-source AI agent skill with Copy skill directory. Use for local Granola archive search, sync freshness, notes/transcripts/panels, Markdown export, snapshots, Keychain-safe source debugging, and Graincrawl repo/release work.
Who is graincrawl best for?
graincrawl is best for reusing agent instructions, scripts, and references, documentation workflows, data analysis workflows, research workflows.
How do I install graincrawl?
Install or run graincrawl using Copy skill directory. Check graincrawl for the latest setup command.
Is graincrawl actively maintained?
graincrawl may need a closer maintenance check before production use.
Auto-fetched from GitHub.