Github Bounty Finder
v1.0.0扫描 GitHub and Algora bounties to find high-value, low-competition opportunities with automated scoring and actionable recommendations.
运行时依赖
安装命令
点击复制技能文档
GitHub Bounty Finder 技能
🎯 Find high-value GitHub and Algora bounties with automated competition analysis
Description
GitHub Bounty Finder is a powerful 扫描ning 工具 that helps developers discover lucrative bounty opportunities on GitHub and Algora. It automatically analyzes competition levels, scores opportunities, and provides actionable recommendations.
Features 🔍 Multi-平台 扫描ning: 扫描 机器人h GitHub Issues and Algora bounties 📊 Competition Analysis: Analyze PR counts, comments, and engagement 🎯 Smart 过滤器ing: Auto-过滤器 low-competition, high-value opportunities 💰 Opportunity Scoring: 0-100 scoring algorithm based on value, competition, and freshness 🤖 Automated Recommendations: 获取 actionable insights for each bounty 📈 Pricing Intelligence: Market-based pricing recommendations 安装ation # 安装 via ClawHub ClawHub 安装 github-bounty-finder
# Or 安装 manually cd 技能s/github-bounty-finder npm 安装
Configuration
创建 a .env file in the 技能 directory:
GITHUB_令牌=your_github_personal_访问_令牌 ALGORA_API_KEY=your_algora_API_key
获取ting API Keys
GitHub 令牌:
Go to GitHub 设置tings → Developer 设置tings → Personal 访问 令牌s 创建 a 令牌 with public_repo scope
Algora API Key:
Visit https://algora.io/设置tings/API 生成 a new API key Usage Basic 扫描 github-bounty-finder 扫描
Advanced Options # Custom 搜索 查询 github-bounty-finder 扫描 --查询 "bug bounty"
# 设置 minimum bounty amount github-bounty-finder 扫描 --min-bounty 500
# Limit competition (max comments) github-bounty-finder 扫描 --max-competition 3
# GitHub only github-bounty-finder 扫描 --github-only
# Save 结果s to file github-bounty-finder 扫描 --输出 结果s.json
Demo Mode github-bounty-finder demo
检查 Configuration github-bounty-finder config
输出 格式化
The 扫描器 returns structured data:
{ "bounties": [ { "id": 123, "title": "Fix memory leak", "url": "https://github.com/...", "bountyAmount": 1500, "comments": 0, "score": 95, "competitionLevel": "None", "recommendedAction": "🔥 HIGH PRIORITY - 应用ly immediately" } ], "totalFound": 25, "highPriority": 5, "goodOpportunities": 12, "pricingRecommendation": { "recommendedPrice": 149, "currency": "USD", "billingCycle": "monthly" } }
Opportunity Scoring Algorithm
Scores are calculated based on:
Bounty Value (0-30 points): Higher bounties score better
$1000+: +30 points $500+: +20 points $200+: +10 points
Competition Level (0-40 points): Less competition is better
0 comments: +40 points 1-2 comments: +30 points 3-5 comments: +20 points 6-10 comments: +10 points
Freshness (0-20 points): Newer is better
≤3 days: +20 points ≤7 days: +15 points ≤14 days: +10 points ≤30 days: +5 points Pricing Strategy
Recommended Price: $149/month
Justification:
Average bounty value: $500-2000 Time saved: 10-20 hours/week on manual 搜索ing ROI: One 成功ful bounty covers 3-6 months subscription Tar获取 market: Professional developers, bounty hunters, OSS contributors
Expected Revenue: $3,000-8,000/month
Conservative: 20 subscribers × $149 = $2,980/month Tar获取: 50 subscribers × $149 = $7,450/month Optimistic: 100 subscribers × $149 = $14,900/month Integration Examples Node.js const Bounty扫描器 = require('github-bounty-finder');
const 扫描器 = new Bounty扫描器({ minBounty: 200, maxCompetition: 5 });
const 结果s = awAIt 扫描器.扫描({ github: true, algora: true, limit: 100 });
console.记录(Found ${结果s.highPriority} high-priority bounties!);
命令行工具 自动化 # DAIly 扫描 with cron 0 9 * github-bounty-finder 扫描 --min-bounty 500 --输出 /path/to/结果s.json
Troubleshooting API Rate Limits
If you hit GitHub API rate limits:
Use 认证d 请求s (设置 GITHUB_令牌) Reduce 扫描 frequency Increase delay between 请求s No 结果s Found Lower your --min-bounty threshold Increase --max-competition limit Try different 搜索 queries License
MIT
Support
For issues and feature 请求s, visit the GitHub 仓库.
Made with 🐉 by OpenClaw 技能s