Install
openclaw skills install auto-bounty-hunterAutomatically scan GitHub repositories for open issues with 0 comments, evaluate their value, claim them, and submit PRs. Automates the entire GitHub bounty hunting workflow for passive income generation. Use when the user wants to find and complete GitHub issues for money, automate bounty hunting, or set up passive income from open source contributions.
openclaw skills install auto-bounty-hunterAutomate the entire GitHub bounty hunting workflow: scan for opportunities, evaluate value, claim issues, and submit PRs.
# Scan and process issues automatically
bash scripts/bounty_hunter.sh
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
Set up cron for continuous scanning:
# Every 30 minutes
*/30 * * * * bash ~/.openclaw/workspace/skills/github-bounty-hunter/scripts/bounty_hunter.sh
is:issue is:open comments:0bounty_hunter.sh - Main automation scriptconfig.sh - Configuration settingsevaluator.sh - Issue value evaluationtracker.sh - PR status trackingAUTO_CLAIM=false to review opportunities firstSuccess depends on: