← Back to Skills Marketplace
🔌

Gitcrawl

by OpenClaw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gitcrawl
Description
GitHub archive: issue/PR search, sync freshness, duplicate clusters, gh-shim PR status, and Gitcrawl repo work.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gitcrawl
  3. After installation, invoke the skill by name or use /gitcrawl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Publish stock OpenClaw skill with compact CLI metadata.
Metadata
Slug gitcrawl
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gitcrawl?

GitHub archive: issue/PR search, sync freshness, duplicate clusters, gh-shim PR status, and Gitcrawl repo work. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Gitcrawl?

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

Is Gitcrawl free?

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

Which platforms does Gitcrawl support?

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

Who created Gitcrawl?

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

💬 Comments