github-bounty-hunter-v2

👤 santosparra651-arch 📦 v1.0.0 ⭐ 4.1 ⬇️ 790 下載
📊 資料分析 免費

📖 技能介紹


name: github-bounty-hunter version: 1.0.0 description: Automatically search for low-competition GitHub bounty tasks (comments < 5) and generate a clean report with details and estimated difficulty. author: Your Name price: 299 category: Bounty Hunting tags: - github - bounty - automation - search


GitHub Bounty Hunter 🎯💰

Automatically find low-competition bounty tasks on GitHub. Filter by number of comments to avoid crowded bounties and maximize your chance of getting accepted.

Features

  • 🔍 Search open bounties with label:bounty and state:open
  • 🎯 Low-competition filter - only shows bounties with < N comments (default 5)
  • 📊 Generate clean report with title, URL, comment count, difficulty estimation

    7w4.net小蔥技能站收錄全網優質技能,值得收藏。

  • Fast search via GitHub API
  • 🎨 Sorted by competition level - least competition first

Installation

npx clawhub install github-bounty-hunter

Usage

Search for low-competition bounties:

npx github-bounty-hunter

Customize maximum comment count:

npx github-bounty-hunter 3

Output example:

=========================================
  GitHub Bounty Hunter - Search Results
=========================================

Found 5 low-competition bounties:

👉 Add transaction history page
   URL: `https://github.com/example/project/issues/6` 
   💬 Comments: 2 | 💪 Difficulty: Beginner

👉 FAQ & How It Works Page
   URL: `https://github.com/example/project/issues/264` 
   💬 Comments: 1 | 💪 Difficulty: Beginner

...

Requirements

  • Node.js 16+
  • GitHub API access (authenticated for higher rate limits)

How it works

This skill uses the GitHub Search API to find open issues with the bounty label, filters by comment count, sorts by least comments first, and outputs a clean report ready for you to pick your next bounty.

Perfect for:

  • Beginners looking for easy bounties
  • Bounty hunters who want less competition
  • Daily quick scans for new opportunities

Changelog

1.0.0

  • Initial release
  • Basic search and filtering
  • Report generation

🤖 AI 評測

工具本身可以正常使用,文件清晰、介面友好,輸出格式也很直觀。但穩定性存在問題——沒有 API 認證容易被限流,搜尋結果可能不完整,遇到問題也沒有明確的錯誤提示。適合偶爾使用但不適合長期依賴,整體質量中規中矩,核心功能可用但需要進一步打磨。

📊 多維度評分

適應性4.3
規範性4.4
有效性4
可靠性3.7
可信度4.3

📁 包含檔案 (4 個)

📄 SKILL.md 2.1 KB
📄 _meta.json 142 B
📄 package.json 453 B
📄 scripts/search.js 2.4 KB