← Back to Skills Marketplace
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-version-bug-hunter
Description
查询 OpenClaw 特定版本的 GitHub bug/issue 报告。当用户想要:(1) 查询 OpenClaw 特定版本的 bug/issue,(2) 升级前查看避坑指南,(3) 搜索 GitHub 社区反馈的版本问题,(4) 获取版本稳定性评估,(5) 分析某个版本有多少严重 bug 或 regress...
Usage Guidance
This skill appears to do what it says (search GitHub issues/PRs for a given OpenClaw version), but the package metadata omits required tools. Before installing/running: (1) inspect the included scripts yourself (you already have bug-hunt.sh) to confirm no unexpected behavior; (2) ensure gh and jq are installed and that you understand gh will use your GitHub credentials (check gh auth status and scopes); (3) run the script in a safe context (e.g., a terminal where you can review output) or a sandbox if you're cautious; (4) verify the upstream repo/author (SKILL.md references a GitHub URL) before trusting automated installs. The main issues are documentation/metadata gaps (undeclared dependency on jq and missing binary requirement), not obviously malicious code.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-version-bug-hunter
Version: 1.0.0
The skill is a legitimate utility designed to help users search for known bugs and issues in specific OpenClaw versions using the GitHub CLI (`gh`). The core logic in `scripts/bug-hunt.sh` and the instructions in `SKILL.md` are transparent, well-documented, and strictly limited to querying the official `openclaw/openclaw` repository for issue and pull request data.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description match the implementation: the script queries GitHub issues/PRs for openclaw/openclaw. This capability legitimately needs gh (GitHub CLI) and network/GitHub auth. However, the skill metadata lists no required binaries while the SKILL.md and script require gh (and the script also uses jq) — a mismatch between declared requirements and actual needs.
Instruction Scope
SKILL.md and scripts limit activity to querying the GitHub repo (gh issue/pr list/view). The instructions do not read unrelated files, exfiltrate data to external endpoints, or request unrelated credentials. They do assume you will run a local script file and use gh-authenticated access to GitHub.
Install Mechanism
There is no install spec (instruction-only with an included script). That minimizes installer risk. The SKILL.md references ClawHub and a GitHub repo, but no arbitrary download/install steps are defined in the bundle itself.
Credentials
The skill declares no required environment variables, but requires gh CLI which in turn uses stored GitHub credentials (gh auth) or environment tokens. The script also uses jq but this is not documented in the dependency list. The absence of declared binary/env requirements is an inconsistency you should verify before running.
Persistence & Privilege
The skill is not marked always:true and does not request elevated/system-wide privileges. It does not modify other skills or system configuration. Autonomous invocation is allowed by platform defaults but not exceptional here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-version-bug-hunter - After installation, invoke the skill by name or use
/openclaw-version-bug-hunter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openclaw-version-bug-hunter.
- Enables querying GitHub for bug/issue reports for specific OpenClaw versions.
- Categorizes issues into Critical, Regression, General Bugs with statistics and PR status.
- Provides command-line script for version-based bug hunting and upgrade risk assessment.
- Includes guides for dependency checks, API limits, advanced searches, and troubleshooting.
- Supports exporting reports and comparing different OpenClaw versions.
Metadata
Frequently Asked Questions
What is Openclaw Version Bug Hunter?
查询 OpenClaw 特定版本的 GitHub bug/issue 报告。当用户想要:(1) 查询 OpenClaw 特定版本的 bug/issue,(2) 升级前查看避坑指南,(3) 搜索 GitHub 社区反馈的版本问题,(4) 获取版本稳定性评估,(5) 分析某个版本有多少严重 bug 或 regress... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Openclaw Version Bug Hunter?
Run "/install openclaw-version-bug-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Version Bug Hunter free?
Yes, Openclaw Version Bug Hunter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Version Bug Hunter support?
Openclaw Version Bug Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Version Bug Hunter?
It is built and maintained by Neo Shi (@suidge); the current version is v1.0.0.
More Skills