← 返回 Skills 市场
🔌

Gitcrawl

作者 OpenClaw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gitcrawl
功能描述
GitHub archive: issue/PR search, sync freshness, duplicate clusters, gh-shim PR status, and Gitcrawl repo work.
使用说明 (SKILL.md)

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.

安全使用建议
This skill looks reasonable for GitHub issue and PR triage. Before installing, verify that you trust the upstream Gitcrawl Go module, understand that @latest can change, and be aware that live GitHub checks may use your existing gh login. Keep human approval for any repository-changing action such as labeling, closing, commenting, reviewing, or merging.
功能分析
Type: OpenClaw Skill Name: gitcrawl Version: 1.0.0 The gitcrawl skill bundle provides a legitimate interface for managing GitHub issue and PR archives using the gitcrawl CLI tool. The SKILL.md and agents/openai.yaml files contain standard operational instructions for searching, clustering, and triaging GitHub data, with an emphasis on verifying information before taking actions. No evidence of malicious intent, data exfiltration, or suspicious execution patterns was found.
能力评估
Purpose & Capability
The stated purpose, local GitHub archive search, duplicate discovery, freshness checks, and PR/issue triage commands are coherent and purpose-aligned.
Instruction Scope
The instructions emphasize read-only search/view workflows and explicitly warn not to close or label based on similarity alone without live verification.
Install Mechanism
The skill installs an external Go binary using an unpinned @latest module; this is expected for a CLI skill but means the reviewed artifacts do not include the executable code.
Credentials
The skill may use live GitHub and the user's existing gh authentication for repo issue/PR reads, which fits the purpose but should be understood before use.
Persistence & Privilege
No background persistence, self-propagation, credential storage, or automatic mutation behavior is shown in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gitcrawl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gitcrawl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Publish stock OpenClaw skill with compact CLI metadata.
元数据
Slug gitcrawl
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论