← 返回 Skills 市场
xiaomomini

GitHub Bounty Hunter

作者 xiaomomini · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaomo-bounty-hunter
功能描述
Find legitimate GitHub bounties by filtering out farm/scam repositories, tracking competition, and monitoring payment history. Use when you need to discover...
使用说明 (SKILL.md)

GitHub Bounty Hunter

A skill for finding legitimate GitHub bounty opportunities by filtering out farm/scam repositories and tracking competition.

What This Skill Does

  1. Scans GitHub for bounty opportunities using multiple search strategies
  2. Filters out farms/scams using known patterns (AgentOrchestration, RustChain, etc.)
  3. Tracks competition by counting comments, PRs, and claims
  4. Monitors payment history by checking for "paid" labels and tx hashes
  5. 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

  1. Verify before claiming: Always check competition and payment history
  2. Start small: Begin with lower-value bounties to build reputation
  3. Track payments: Monitor for "paid" labels and tx hashes
  4. Avoid farms: If it looks too good to be true, it probably is
  5. 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.

能力标签
crypto
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaomo-bounty-hunter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaomo-bounty-hunter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of GitHub Bounty Hunter skill. - Finds legitimate GitHub bounty opportunities by scanning and filtering out farm/scam repositories - Tracks competition through comments, PRs, and claims - Monitors payment history by detecting "paid" labels, tx hashes, and maintainer confirmations - Provides clear scoring of bounty viability and feasibility - Supports custom filters, platform preferences, and reward thresholds - Reports results with detailed, structured output format
元数据
Slug xiaomo-bounty-hunter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论