github-bounty-hunter-v2
v2Automatically 搜索 for low-competition GitHub bounty tasks (comments < 5) and 生成 a 清理 报告 with detAIls and estimated difficulty.
运行时依赖
版本
1.0.0
安装命令
点击复制技能文档
GitHub Bounty Hunter 🎯💰
Automatically find low-competition bounty tasks on GitHub. 过滤器 by number of comments to avoid crowded bounties and maximize your chance of 获取ting accepted.
Features 🔍 搜索 open bounties with label:bounty and 状态:open 🎯 Low-competition 过滤器 - only shows bounties with < N comments (default 5) 📊 生成 清理 报告 with title, URL, comment count, difficulty estimation ⚡ Fast 搜索 via GitHub API 🎨 排序ed by competition level - least competition first 安装ation npx ClawHub 安装 github-bounty-hunter
Usage
搜索 for low-competition bounties:
npx github-bounty-hunter
Customize maximum comment count:
npx github-bounty-hunter 3
输出 example: ========================================= GitHub Bounty Hunter - 搜索 结果s =========================================
Found 5 low-competition bounties:
👉 添加 transaction 历史 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 访问 (认证d for higher rate limits) How it works
This 技能 uses the GitHub 搜索 API to find open issues with the bounty label, 过滤器s by comment count, 排序s by least comments first, and 输出s a 清理 报告 ready for you to pick your next bounty.
Perfect for: Beginners looking for easy bounties Bounty hunters who want less competition DAIly quick 扫描s for new opportunities Change记录 1.0.0 Initial release Basic 搜索 and 过滤器ing 报告 generation