Gitcrawl provides a freshness-aware GitHub archive workflow for finding issues, triaging pull requests, and identifying duplicate discussion clusters safely.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gitcrawl
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gitcrawl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Gitcrawl is an Openclaw Skills utility for searching local GitHub issue and pull request archives before querying GitHub live. It checks archive freshness, finds related threads, searches open issues, and groups similar discussions into duplicate clusters.
The skill also provides a cached and live pull request status workflow through a gh-compatible shim. It helps developers make better triage decisions by combining repository history with live verification, while requiring explicit evidence before commenting, labeling, closing, reopening, merging, or filing reviews.
gitcrawl doctor --json to inspect archive health and freshness before relying on local data.gitcrawl clusters and gitcrawl cluster-detail to identify and inspect groups of potentially duplicate discussions.gitcrawl gh pr status or gitcrawl gh pr view data to minimize unnecessary live requests.gitcrawl gh --live and the live gh CLI when status, merge state, comments, reviews, files, or checks must be current.Install Gitcrawl through Go using the module declared by the skill:
go install github.com/openclaw/gitcrawl/cmd/gitcrawl@latest
Confirm that the binary is available on your PATH, then validate the archive before searching:
gitcrawl doctor --json
For live verification workflows, install and authenticate the GitHub CLI separately, then use gh pr view or gh issue view for authoritative mutation and merge decisions:
gh auth status
gh pr view <number> --json number,title,state,mergedAt,body,files,comments,reviews,statusCheckRollup
gh issue view <number> --json number,title,state,body,comments,closedAt
The skill requires the gitcrawl executable. Its declared project homepage is https://github.com/openclaw/gitcrawl.
Gitcrawl organizes repository intelligence around archived threads, search results, PR status, and similarity clusters.
| Data area | Key fields or identifiers | Purpose |
|---|---|---|
| Freshness diagnostics | Doctor status and JSON diagnostics | Establish whether local archive data is safe to use |
| Threads | Repository, issue or PR number, title, URL, state | Retrieve a known discussion, including closed items when requested |
| Search results | Query, repository, state, number, title, URL | Find candidate issues from the local archive |
| Neighbors | Repository, source number, related thread results, limit | Discover nearby or contextually related discussions |
| Clusters | Repository, cluster ID, size, sort order | Group potentially duplicate issues or PRs |
| PR status | Number or URL, title, state, draft status, head ref, head SHA | Support cached or live pull request triage |
| Live verification | Body, files, comments, reviews, merge timestamp, status checks | Provide authoritative evidence before repository mutations |
Commands support JSON output for structured processing, including --json number,title,url and detailed PR fields. Reports should preserve absolute dates, repository names, issue or PR numbers, cluster IDs, and explicit source gaps rather than relying on ambiguous relative descriptions.
gitcrawl doctor --json.gitcrawl gh shim, with explicit --live escalation.Loading
Frontend UI Engineer automates production-quality, accessible, responsive UI development and related engineering workflows with structured outputs and built-in error recovery.

Publish Webpage turns a user's idea into a polished, shareable static website and deploys it to goclawgo without requiring code or hosting knowledge.

idea-refine transforms raw, ambiguous ideas into structured, actionable concepts through automated analysis, assumption testing, and refinement.

Interview-me turns vague requests into structured, actionable intent through an adaptive one-question-at-a-time interview.

An offline document QA skill that finds internal consistency errors in long DOCX, Markdown, and TXT files and produces a repeatable re-check command.

An AI-powered A-share financial literacy assistant that explains market concepts, personalizes learning, analyzes risk, and supports simulation-based investment research.








































