← Back to Skills Marketplace
🔌

Graincrawl

by OpenClaw · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
103
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install graincrawl
Description
Granola archive: search, sync freshness, notes, transcripts, panels, SQL counts, and Graincrawl repo work.
README (SKILL.md)

Graincrawl

Use local Granola archive data first. Check freshness for recent/current questions:

graincrawl doctor --json
graincrawl status --json

Refresh only when stale or asked:

graincrawl sync --source private-api
graincrawl sync --source desktop-cache

Query with bounded reads:

graincrawl search "query"
graincrawl notes --json
graincrawl note get \x3Cid>
graincrawl transcripts get \x3Cid>
graincrawl panels get \x3Cid>
graincrawl --json sql "select count(*) as notes from notes;"

Report absolute date spans, note titles, source gaps, and transcript/panel availability. Use read-only SQL for exact counts/rankings. Before encrypted source debugging, run explicit unlock/secrets checks; do not surprise-prompt Keychain.

Usage Guidance
Install Graincrawl only if you want your agent to access local Granola notes, transcripts, panels, and freshness data. Be cautious with private API syncs, Keychain prompts, and SQL queries, and prefer a pinned or reviewed CLI version if supply-chain assurance matters.
Capability Analysis
Type: OpenClaw Skill Name: graincrawl Version: 1.0.1 The skill bundle provides a CLI interface for managing and searching local Granola archive data via the `graincrawl` tool. The instructions in SKILL.md are task-oriented, focusing on data freshness, local searching, and SQL querying, and even include a safety-conscious note regarding Keychain access. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found in the code or documentation.
Capability Assessment
Purpose & Capability
The stated purpose matches the documented commands for searching Granola notes, transcripts, panels, freshness, and counts; the data involved may be private meeting or note content.
Instruction Scope
The instructions include useful bounds such as local data first, refresh only when stale or asked, bounded reads, and read-only SQL, but the SQL and archive reads can still expose sensitive local content to the agent context.
Install Mechanism
The skill installs a Go CLI from github.com/openclaw/graincrawl using @latest, and no CLI source code was included in the reviewed artifact set.
Credentials
Local Granola archive, desktop cache, and private API access are proportionate to the purpose, but users should expect access to personal Granola data.
Persistence & Privilege
No background persistence or self-propagation is described; however, private API sync and Keychain/secrets checks may cross account or credential boundaries and should be user-approved.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install graincrawl
  3. After installation, invoke the skill by name or use /graincrawl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Point stock skill metadata at the OpenClaw repository and Go module.
v1.0.0
Publish stock OpenClaw skill with compact CLI metadata.
Metadata
Slug graincrawl
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Graincrawl?

Granola archive: search, sync freshness, notes, transcripts, panels, SQL counts, and Graincrawl repo work. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install Graincrawl?

Run "/install graincrawl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Graincrawl free?

Yes, Graincrawl is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Graincrawl support?

Graincrawl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Graincrawl?

It is built and maintained by OpenClaw (@openclaw); the current version is v1.0.1.

💬 Comments