/install graincrawl
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install graincrawl - 安装完成后,直接呼叫该 Skill 的名称或使用
/graincrawl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Graincrawl 是什么?
Granola archive: search, sync freshness, notes, transcripts, panels, SQL counts, and Graincrawl repo work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Graincrawl?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install graincrawl」即可一键安装,无需额外配置。
Graincrawl 是免费的吗?
是的,Graincrawl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Graincrawl 支持哪些平台?
Graincrawl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Graincrawl?
由 OpenClaw(@openclaw)开发并维护,当前版本 v1.0.1。