HomeBrowseUpload
← Back to registry
// Skill profile

Multi-Platform Bounty Scanner

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

by dagangtj · published 2026-03-22

开发工具API集成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:dagangtj/dagangtj-multi-bounty-scanner
View on GitHub
// Full documentation

# 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

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band