Multi-Platform Bounty Scanner for Openclaw

A specialized CLI tool that automates the discovery of bug bounty and open-source rewards across 50+ platforms.

dagangtj
v1.0.0
Mar 6, 2026
0
927
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install multi-bounty-scanner

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install multi-bounty-scanner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Multi-Platform Bounty Scanner?

The Multi-Platform Bounty Scanner is a powerful addition to your collection of Openclaw Skills designed to streamline the workflow of security researchers and open-source contributors. By consolidating data from over 50 different platforms, this tool eliminates the need for manual searching and provides a unified interface for tracking high-value opportunities. Whether you are looking for specific tech stacks or high-reward security vulnerabilities, this skill automates the discovery process directly from your terminal.

Built with developer productivity in mind, it integrates seamlessly into existing automation workflows. By leveraging this tool, users can ensure they are the first to know about new bug bounties without having to manually refresh multiple websites daily. It serves as an essential bridge between developers and the bounty economy.

Multi-Platform Bounty Scanner Use Cases

  • Automating the discovery of new security vulnerabilities across 50+ platforms.
  • Filtering bounty opportunities by programming languages like JavaScript, Python, or Rust.
  • Setting minimum reward thresholds to focus on high-value security research.
  • Consolidating bounty data from multiple sources into a single, actionable report.
  • Running automated daily scans via cron jobs to never miss a new opportunity.

How Multi-Platform Bounty Scanner Works

  1. The user installs the skill via the Openclaw Skills manager or manual npm linking.
  2. The scanner reads a local configuration file to determine preferred technology stacks and reward filters.
  3. On execution, the tool queries APIs and scrapes supported platforms to gather the latest bounty listings.
  4. It compares current findings against a local database of previously seen bounties to filter out duplicates.
  5. The tool outputs a clean, structured list of new opportunities, which can be viewed in the terminal or exported for further processing.

Multi-Platform Bounty Scanner Setup

To get started with this skill, install it using the following command:

clawhub install multi-bounty-scanner

For a manual installation from source, use these commands:

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

Ensure you have Node.js 18+ and the GitHub CLI (gh) installed to enable GitHub platform scanning.

Multi-Platform Bounty Scanner Data Schema & Taxonomy

The Multi-Platform Bounty Scanner manages its data through configuration files and structured exports:

Data Component Format Description
config.json JSON Defines filters for techStack, minReward, and platform selection.
bounties.json JSON Optional export file containing title, platform, reward, and tech stack details.
State Database Local Tracks previously seen bounties to ensure only new alerts are shown.
CLI Output Table A readable summary of bounty details including URLs and descriptions.

Multi-Platform Bounty Scanner Advanced Features

  • Native OpenClaw cron integration for automated 24-hour background scanning.
  • Customizable tech stack filtering to match your specific coding expertise.
  • JSON export capabilities for integration with personal dashboards or spreadsheets.
  • Duplicate detection logic to ensure you only see unique, new opportunities.
  • Headless operation support for server-side or CI/CD pipeline execution.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*