← Back to Skills Marketplace
jinjin2024ux

GitHub Bounty Finder AI

by JINJIN2024UX · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
222
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install github-bounty-radar
Description
Generates a step-by-step plan to fix a GitHub issue based on its title and description for developers and contributors.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install github-bounty-radar
  3. After installation, invoke the skill by name or use /github-bounty-radar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug github-bounty-radar
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 222 downloads so far.

How do I install GitHub Bounty Finder AI?

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

Is GitHub Bounty Finder AI free?

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

Which platforms does GitHub Bounty Finder AI support?

GitHub Bounty Finder AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GitHub Bounty Finder AI?

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

💬 Comments