/install gitcrawl
Gitcrawl
Use local GitHub issue/PR archives before live GitHub search. Check freshness first:
gitcrawl doctor --json
Find candidates:
gitcrawl threads openclaw/openclaw --numbers \x3Cissue-or-pr-number> --include-closed --json
gitcrawl neighbors openclaw/openclaw --number \x3Cissue-or-pr-number> --limit 12 --json
gitcrawl search issues "query" -R openclaw/openclaw --state open --json number,title,url
gitcrawl clusters openclaw/openclaw --sort size --min-size 5
gitcrawl cluster-detail openclaw/openclaw --id \x3Ccluster-id>
For PR triage, start cached and go live only before mutation/merge decisions:
gitcrawl gh pr status \x3Cnumber-or-url> -R openclaw/openclaw --compact
gitcrawl gh pr view \x3Cnumber-or-url> -R openclaw/openclaw --json number,title,state,url,isDraft,headRef,headSha
gitcrawl gh --live pr status \x3Cnumber-or-url> -R openclaw/openclaw --compact
Use live gh plus checkout proof before commenting, labeling, closing, reopening, merging, or filing a PR review:
gh pr view \x3Cnumber> --json number,title,state,mergedAt,body,files,comments,reviews,statusCheckRollup
gh issue view \x3Cnumber> --json number,title,state,body,comments,closedAt
Report absolute dates, repo names, issue/PR numbers, cluster ids, and source gaps. Do not close/label from similarity alone; require matching intent plus live verification.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gitcrawl - 安装完成后,直接呼叫该 Skill 的名称或使用
/gitcrawl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gitcrawl 是什么?
GitHub archive: issue/PR search, sync freshness, duplicate clusters, gh-shim PR status, and Gitcrawl repo work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Gitcrawl?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gitcrawl」即可一键安装,无需额外配置。
Gitcrawl 是免费的吗?
是的,Gitcrawl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gitcrawl 支持哪些平台?
Gitcrawl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gitcrawl?
由 OpenClaw(@openclaw)开发并维护,当前版本 v1.0.0。