Multi-Platform Bounty Scanner

# Multi-Platform Bounty Scanner

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Multi-Platform Bounty Scanner" with this command: npx skills add dagangtj/multi-bounty-scanner

Multi-Platform Bounty Scanner

Overview

Automatically scan 50+ bug bounty and OSS bounty platforms for new opportunities. Save hours of manual searching.

When to use

Use this skill when:

  • You want to find new bounty opportunities across multiple platforms
  • You need to automate daily bounty scanning
  • You want to filter bounties by tech stack, reward, or difficulty
  • You're tired of manually checking 50+ websites

Installation

clawhub install multi-bounty-scanner

Or manually:

cd ~/.openclaw/workspace/skills/multi-bounty-scanner
chmod +x scanner.js
npm link

Usage

Basic scan

bounty-scan

Filter by tech stack

bounty-scan --tech javascript,python,rust

Filter by minimum reward

bounty-scan --min-reward 100

Export to JSON

bounty-scan --output bounties.json

OpenClaw integration

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"

Configuration

Create ~/.bounty-scanner/config.json:

{
  "filters": {
    "techStack": ["javascript", "python", "rust"],
    "minReward": 50,
    "platforms": ["github", "code4rena", "immunefi"]
  }
}

Supported Platforms

Currently implemented:

  • ✅ GitHub (with bounty label)

Coming soon:

  • Code4rena
  • Immunefi
  • HackerOne
  • Bugcrowd
  • Intigriti
  • Algora.io
  • And 40+ more

Output

The scanner tracks seen bounties and only shows new ones. Results include:

  • Title
  • Platform
  • Reward amount
  • Tech stack
  • URL
  • Description

Requirements

  • Node.js 18+
  • GitHub CLI (gh) for GitHub scanning

Pricing

  • Free: GitHub scanning only
  • Pro ($5/month): All 50+ platforms (coming soon)

Support

Issues: https://github.com/your-repo/issues

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

CashMachine Bounty Hunter

Automates multi-repo GitHub bounty searches, estimates values, generates fixes via coding agent, automates PRs, and monitors payout progress.

Registry SourceRecently Updated
740Profile unavailable
Coding

Bounty Hunter Agent

Autonomously scans GitHub, Algora, and Opire for bounty issues, scores by payout and competition, ranks opportunities, and can auto-submit PRs.

Registry SourceRecently Updated
1020Profile unavailable
Coding

GitHub Bounty Finder AI

Generates a step-by-step plan to fix a GitHub issue based on its title and description for developers and contributors.

Registry SourceRecently Updated
2290Profile unavailable
Coding

workspace-backup-github

Backup AI Agent workspace to GitHub - One-click backup for OpenClaw, Claude Code, Cursor, and other AI Agent workspaces to a private GitHub repository. Suppo...

Registry SourceRecently Updated
2780Profile unavailable