/install auto-bounty-hunter
GitHub Bounty Hunter
Automate the entire GitHub bounty hunting workflow: scan for opportunities, evaluate value, claim issues, and submit PRs.
What This Skill Does
- 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
# 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
- Discovery: Searches GitHub for
is:issue is:open comments:0 - 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
- 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 scriptconfig.sh- Configuration settingsevaluator.sh- Issue value evaluationtracker.sh- PR status tracking
Best Practices
- Start with
AUTO_CLAIM=falseto 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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-bounty-hunter - After installation, invoke the skill by name or use
/auto-bounty-hunter - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 268 downloads so far.
How do I install Auto Bounty Hunter?
Run "/install auto-bounty-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auto Bounty Hunter free?
Yes, Auto Bounty Hunter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Auto Bounty Hunter support?
Auto Bounty Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Auto Bounty Hunter?
It is built and maintained by dagangtj (@dagangtj); the current version is v1.0.0.