Install
openclaw skills install xiaomo-bounty-hunterFind legitimate GitHub bounties by filtering out farm/scam repositories, tracking competition, and monitoring payment history. Use when you need to discover real bounty opportunities on GitHub.
openclaw skills install xiaomo-bounty-hunterA skill for finding legitimate GitHub bounty opportunities by filtering out farm/scam repositories and tracking competition.
Ask your agent to scan for bounties:
Scan GitHub for legitimate bounty opportunities
Specify your criteria:
Find JavaScript bounties under $200 with less than 5 comments
Check a specific bounty:
Check competition for https://github.com/owner/repo/issues/123
Check if a project pays:
Check payment history for owner/repo
The skill maintains a list of known farm/scam patterns:
Bounties are scored based on:
| Factor | Weight | Low Competition | High Competition |
|---|---|---|---|
| Comments | 40% | <5 | >10 |
| PRs | 30% | <3 | >5 |
| Claims | 20% | <2 | >5 |
| Age | 10% | <7 days | >30 days |
Checks for:
label:bounty language:JavaScript created:>2026-05-15
label:"good first issue" language:Python created:>2026-05-15
label:sponsored language:TypeScript created:>2026-05-15
org:algora-io is:issue is:open
org:opire is:issue is:open
"bounty" OR "reward" OR "payment" in:readme language:JavaScript
{
"opportunities": [
{
"url": "https://github.com/owner/repo/issues/123",
"title": "Fix bug in component",
"reward": "$100",
"language": "JavaScript",
"competition": {
"comments": 2,
"prs": 0,
"score": "LOW"
},
"payment": {
"verified": true,
"method": "USD/Stripe"
},
"feasibility": "HIGH"
}
],
"filtered": {
"farms": 15,
"scams": 8,
"high_competition": 12
}
}
Add custom farm/scam patterns:
Add "suspicious-repo" to my farm list
Set preferred platforms:
Only show bounties from Algora and Opire
Set minimum/maximum rewards:
Only show bounties between $50 and $500
For issues or feature requests, contact @xiaomomini on GitHub.