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)
- Evaluates issue value and complexity
- Claims viable issues automatically
- Submits PRs with quality implementations
- Tracks submissions and monitors merge status
Usage
Quick Start
CODEBLOCK0
Configuration
Edit scripts/config.sh to customize:
CODEBLOCK1
Automated Operation
Set up cron for continuous scanning:
CODEBLOCK2
How It Works
- 1. Discovery: Searches GitHub for INLINECODE1
- Filtering: Removes spam, duplicates, and low-value issues
- 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
- Implementation: Generates solution and submits PR
- Tracking: Monitors PR status and merge events
Scripts
- -
bounty_hunter.sh - Main automation script - INLINECODE3 - Configuration settings
- INLINECODE4 - Issue value evaluation
- INLINECODE5 - 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
GitHub 赏金猎人
自动化整个GitHub赏金狩猎工作流程:扫描机会、评估价值、认领议题、提交PR。
该技能的功能
- 1. 扫描 GitHub上零评论的议题(先发优势)
- 评估 议题价值和复杂度
- 自动认领 可行的议题
- 提交 高质量实现的PR
- 追踪 提交记录并监控合并状态
使用方法
快速开始
bash
自动扫描并处理议题
bash scripts/bounty_hunter.sh
配置
编辑 scripts/config.sh 进行自定义设置:
bash
MIN_VALUE=10 # 最低预估价值(美元)
MAX_COMPLEXITY=5 # 最高复杂度(1-10分制)
AUTO_CLAIM=true # 自动认领议题
AUTO_SUBMIT=true # 自动提交PR
自动化运行
设置cron任务进行持续扫描:
bash
每30分钟执行一次
/30 * bash ~/.openclaw/workspace/skills/github-bounty-hunter/scripts/bounty_hunter.sh
工作原理
- 1. 发现:在GitHub搜索 is:issue is:open comments:0
- 过滤:移除垃圾信息、重复内容和低价值议题
- 评估:基于以下标准评分:
- 仓库星标数/活跃度
- 议题清晰度和范围
- 预估完成时间
- 潜在报酬
- 4. 认领:在议题下评论进行认领
- 实施:生成解决方案并提交PR
- 追踪:监控PR状态和合并事件
脚本文件
- - bounty_hunter.sh - 主自动化脚本
- config.sh - 配置设置
- evaluator.sh - 议题价值评估
- tracker.sh - PR状态追踪
最佳实践
- - 先设置 AUTO_CLAIM=false 来审查机会
- 专注于有明确贡献指南的仓库
- 保持高质量的PR以建立声誉
- 追踪合并率并调整策略
收入潜力
- - 保守估计:每月50-200美元(5-10个合并PR)
- 中等水平:每月200-500美元(10-25个合并PR)
- 积极策略:每月500-1000美元(25-50个合并PR)
成功取决于: