Install
openclaw skills install multi-bounty-scannerAutomatically scan and filter new bug and OSS bounty opportunities across 50+ platforms by tech stack, reward, and difficulty with daily automation support.
openclaw skills install multi-bounty-scannerAutomatically scan 50+ bug bounty and OSS bounty platforms for new opportunities. Save hours of manual searching.
Use this skill when:
clawhub install multi-bounty-scanner
Or manually:
cd ~/.openclaw/workspace/skills/multi-bounty-scanner
chmod +x scanner.js
npm link
bounty-scan
bounty-scan --tech javascript,python,rust
bounty-scan --min-reward 100
bounty-scan --output bounties.json
Add to cron for daily automated scanning:
openclaw cron add \
--name "Daily Bounty Scan" \
--every 24h \
--session isolated \
--message "Run: cd ~/.openclaw/workspace/skills/multi-bounty-scanner && node scanner.js"
Create ~/.bounty-scanner/config.json:
{
"filters": {
"techStack": ["javascript", "python", "rust"],
"minReward": 50,
"platforms": ["github", "code4rena", "immunefi"]
}
}
Currently implemented:
Coming soon:
The scanner tracks seen bounties and only shows new ones. Results include:
gh) for GitHub scanningIssues: https://github.com/your-repo/issues
MIT