← 返回
开发者工具 中文

Auto Bounty Hunter

Automatically scan GitHub repositories for open issues with 0 comments, evaluate their value, claim them, and submit PRs. Automates the entire GitHub bounty...
自动扫描 GitHub 零评论开放议题,评估价值后认领并提交 PR,实现赏金任务全流程自动化。
dagangtj
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 574
下载
💾 9
安装
1
版本
#latest

概述

GitHub Bounty Hunter

Automate the entire GitHub bounty hunting workflow: scan for opportunities, evaluate value, claim issues, and submit PRs.

What This Skill Does

  1. Scans GitHub for 0-comment issues (first-mover advantage)
  2. Evaluates issue value and complexity
  3. Claims viable issues automatically
  4. Submits PRs with quality implementations
  5. Tracks submissions and monitors merge status

Usage

Quick Start

# Scan and process issues automatically
bash scripts/bounty_hunter.sh

Configuration

Edit scripts/config.sh to customize:

MIN_VALUE=10           # Minimum estimated value ($)
MAX_COMPLEXITY=5       # Max complexity (1-10 scale)
AUTO_CLAIM=true        # Auto-claim issues
AUTO_SUBMIT=true       # Auto-submit PRs

Automated Operation

Set up cron for continuous scanning:

# Every 30 minutes
*/30 * * * * bash ~/.openclaw/workspace/skills/github-bounty-hunter/scripts/bounty_hunter.sh

How It Works

  1. Discovery: Searches GitHub for is:issue is:open comments:0
  2. Filtering: Removes spam, duplicates, and low-value issues
  3. Evaluation: Scores based on:
    • Repository stars/activity
    • Issue clarity and scope
    • Estimated time to complete
    • Potential payout
  4. Claiming: Comments on issue to claim it
  5. Implementation: Generates solution and submits PR
  6. Tracking: Monitors PR status and merge events

Scripts

  • bounty_hunter.sh - Main automation script
  • config.sh - Configuration settings
  • evaluator.sh - Issue value evaluation
  • tracker.sh - PR status tracking

Best Practices

  • Start with AUTO_CLAIM=false to review opportunities first
  • Focus on repositories with clear contribution guidelines
  • Maintain high PR quality to build reputation
  • Track merge rate and adjust strategy

Revenue Potential

  • Conservative: $50-200/month (5-10 merged PRs)
  • Moderate: $200-500/month (10-25 merged PRs)
  • Aggressive: $500-1000/month (25-50 merged PRs)

Success depends on:

  • PR quality and merge rate
  • Time invested
  • Repository selection
  • Market conditions

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 00:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,203
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,803
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,192