← 返回 Skills 市场
GitHub Bounty Finder AI
作者
JINJIN2024UX
· GitHub ↗
· v1.0.0
· MIT-0
222
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install github-bounty-radar
功能描述
Generates a step-by-step plan to fix a GitHub issue based on its title and description for developers and contributors.
使用说明 (SKILL.md)
GitHub Issue Fix Planner
This skill helps developers generate a step-by-step plan to fix a GitHub issue.
What it does
Given a GitHub issue title and description, this skill generates a structured plan to approach the problem.
Use cases
- Open source contributors
- Developers working on GitHub issues
- Bounty hunters solving GitHub tasks
Inputs
- issue_title: Title of the GitHub issue
- issue_description: Description of the GitHub issue
Output
- fix_plan: Step-by-step plan to fix the issue
安全使用建议
This skill is small and internally consistent: it takes an issue title and description and returns a human-readable step-by-step fix plan. It does not contact external servers, request credentials, or install software. Before installing, consider: (1) the published metadata has no homepage or known source — verify you trust the owner or inspect the code (main.py is short and readable); (2) the skill will echo the full issue_description into its output, so do not feed it issues that contain secrets or sensitive data; (3) the displayed name mismatch (presented name vs skill.json name) may be an authoring oversight — confirm you intended to install this exact skill. If those points are acceptable, risk is low.
功能分析
Type: OpenClaw Skill
Name: github-bounty-radar
Version: 1.0.0
The skill is a simple template generator for GitHub issue fix plans. The code in main.py performs basic string formatting using provided inputs and lacks any high-risk capabilities such as network access, file system interaction, or command execution. No signs of malicious intent or prompt injection were found in SKILL.md or the configuration files.
能力评估
Purpose & Capability
The skill's functionality (create a fix plan from an issue title/description) is consistent with the code and SKILL.md. Minor inconsistency: the top-level name provided to you ('GitHub Bounty Finder AI') differs from skill.json's name ('GitHub Issue Fix Planner'). No requested env vars, binaries, or unrelated permissions are present.
Instruction Scope
SKILL.md instructs the agent to generate a structured plan from issue_title and issue_description. main.py implements this directly. The instructions and code do not access files, environment variables, network endpoints, or other system state beyond the provided inputs.
Install Mechanism
No install spec; requirements.txt is empty. The skill is instruction/code-only and does not pull external packages or download executables.
Credentials
The skill requests no environment variables or credentials, which is proportionate. One user-facing note: the implementation includes the issue_description verbatim in the returned plan — if that description contains secrets (API keys, credentials, sensitive code), the skill will echo them back.
Persistence & Privilege
always is false and the skill does not request persistent/system-level privileges, nor does it modify other skills or system config. Autonomous invocation is allowed by default (normal) but not combined with other risky behaviors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-bounty-radar - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-bounty-radar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of GitHub Issue Fix Planner.
- Generates a structured, step-by-step plan to address a GitHub issue.
- Accepts issue title and description as input.
- Designed for open source contributors, developers, and bounty hunters.
- Outputs a detailed fix plan to guide issue resolution.
元数据
常见问题
GitHub Bounty Finder AI 是什么?
Generates a step-by-step plan to fix a GitHub issue based on its title and description for developers and contributors. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。
如何安装 GitHub Bounty Finder AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-bounty-radar」即可一键安装,无需额外配置。
GitHub Bounty Finder AI 是免费的吗?
是的,GitHub Bounty Finder AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GitHub Bounty Finder AI 支持哪些平台?
GitHub Bounty Finder AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub Bounty Finder AI?
由 JINJIN2024UX(@jinjin2024ux)开发并维护,当前版本 v1.0.0。
推荐 Skills