GitHub Bounty Hunter
/install xiaomo-bounty-hunter
GitHub Bounty Hunter
A skill for finding legitimate GitHub bounty opportunities by filtering out farm/scam repositories and tracking competition.
What This Skill Does
- Scans GitHub for bounty opportunities using multiple search strategies
- Filters out farms/scams using known patterns (AgentOrchestration, RustChain, etc.)
- Tracks competition by counting comments, PRs, and claims
- Monitors payment history by checking for "paid" labels and tx hashes
- Reports viable opportunities with clear scoring
Usage
Basic Scan
Ask your agent to scan for bounties:
Scan GitHub for legitimate bounty opportunities
Filtered Scan
Specify your criteria:
Find JavaScript bounties under $200 with less than 5 comments
Competition Check
Check a specific bounty:
Check competition for https://github.com/owner/repo/issues/123
Payment History
Check if a project pays:
Check payment history for owner/repo
How It Works
Farm/Scam Detection
The skill maintains a list of known farm/scam patterns:
- AgentOrchestration: 2310+ issues, only bot contributor, requires star
- RustChain: Token has no market value, closed without merge
- Generic farms: High issue count, low contributor count, unclear payment
Competition Scoring
Bounties are scored based on:
| Factor | Weight | Low Competition | High Competition |
|---|---|---|---|
| Comments | 40% | \x3C5 | >10 |
| PRs | 30% | \x3C3 | >5 |
| Claims | 20% | \x3C2 | >5 |
| Age | 10% | \x3C7 days | >30 days |
Payment Verification
Checks for:
- "paid" label on issue
- Comments with tx hash or payment confirmation
- Maintainer response confirming payment
- Historical payment patterns
Search Strategies
1. Label-Based Search
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
2. Platform-Specific Search
org:algora-io is:issue is:open
org:opire is:issue is:open
3. Keyword Search
"bounty" OR "reward" OR "payment" in:readme language:JavaScript
Output Format
{
"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
}
}
Configuration
Custom Filters
Add custom farm/scam patterns:
Add "suspicious-repo" to my farm list
Platform Preferences
Set preferred platforms:
Only show bounties from Algora and Opire
Reward Thresholds
Set minimum/maximum rewards:
Only show bounties between $50 and $500
Best Practices
- Verify before claiming: Always check competition and payment history
- Start small: Begin with lower-value bounties to build reputation
- Track payments: Monitor for "paid" labels and tx hashes
- Avoid farms: If it looks too good to be true, it probably is
- Check activity: Ensure the project is actively maintained
Known Limitations
- Cannot verify off-chain payments (PayPal, bank transfer)
- Cannot access private repositories
- Cannot verify token-based payments without blockchain explorer
- Farm/scam list needs manual updates
Support
For issues or feature requests, contact @xiaomomini on GitHub.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaomo-bounty-hunter - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaomo-bounty-hunter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GitHub Bounty Hunter 是什么?
Find legitimate GitHub bounties by filtering out farm/scam repositories, tracking competition, and monitoring payment history. Use when you need to discover... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 GitHub Bounty Hunter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaomo-bounty-hunter」即可一键安装,无需额外配置。
GitHub Bounty Hunter 是免费的吗?
是的,GitHub Bounty Hunter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GitHub Bounty Hunter 支持哪些平台?
GitHub Bounty Hunter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub Bounty Hunter?
由 xiaomomini(@xiaomomini)开发并维护,当前版本 v1.0.0。