Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
bnb-bounty-reviewer logo

bnb-bounty-reviewer

bnb-bounty-reviewer

OtherClaude Codeby bnb-chain

Summary

Evaluates BNB Chain bug bounty reports for validity and assigns a priority (P) rating

Install to Claude Code

/plugin install bnb-bounty-reviewer@bnb-bounty-reviewer

Run in Claude Code. Add the marketplace first with /plugin marketplace add bnb-chain/bnb-bounty-reviewer if you haven't already.

README.md

bnb-bounty-reviewer

bnb-bounty-reviewer is a review skill for triaging BNB Chain bug bounty reports against local BNB repositories such as bsc, bsc-genesis-contract, greenfield-contracts, greenfield-cosmos-sdk, opbnb, and related projects.

This repository is structured so the same skill can be used by both Claude and Codex:

  • Claude uses the repository-level plugin layout in this repo.
  • Codex uses the nested skill directory at skills/bnb-bounty-reviewer/.

Repository Layout

.
├── .claude-plugin/                 # Claude plugin metadata
├── evals/                          # Skill evaluation cases
└── skills/
    └── bnb-bounty-reviewer/
        └── SKILL.md                # Actual skill content

Quick Install With An Agent

If your agent supports skill installation from GitHub, this is the easiest option.

Codex

Ask Codex:

Install the skill from GitHub repo MatusKysel/bnb-bounty-reviewer using path skills/bnb-bounty-reviewer.

Codex should install the nested skill into:

~/.codex/skills/bnb-bounty-reviewer

Claude

Just Execute this:

claude plugin marketplace add MatusKysel/bnb-bounty-reviewer

Claude should place the repository at:

~/.claude/skills/bnb-bounty-reviewer

Manual Install

Claude

Claude expects the full repository layout, including .claude-plugin/.

git clone git@github.com:MatusKysel/bnb-bounty-reviewer.git ~/.claude/skills/bnb-bounty-reviewer

Or with HTTPS:

git clone https://github.com/MatusKysel/bnb-bounty-reviewer.git ~/.claude/skills/bnb-bounty-reviewer

Codex

Codex only needs the actual skill directory.

Option 1: install through Codex from GitHub using:

repo: MatusKysel/bnb-bounty-reviewer
path: skills/bnb-bounty-reviewer

Option 2: copy it manually:

mkdir -p ~/.codex/skills
cp -R skills/bnb-bounty-reviewer ~/.codex/skills/bnb-bounty-reviewer

If you are running that command from outside this repository, copy the nested directory from this repo:

bnb-bounty-reviewer/skills/bnb-bounty-reviewer -> ~/.codex/skills/bnb-bounty-reviewer

Updating

Claude

If installed as a git checkout:

git -C ~/.claude/skills/bnb-bounty-reviewer pull --ff-only origin main

Codex

If installed via git or copy, update by replacing the installed skill directory with the latest version of:

skills/bnb-bounty-reviewer/

If your Codex environment supports GitHub skill install prompts, you can ask it to reinstall/update from the same repo and path.

Notes

  • The skill content lives in skills/bnb-bounty-reviewer/SKILL.md.
  • Claude and Codex do not necessarily auto-refresh installed skills from GitHub.
  • Starting a new session is the safest way to ensure updated skill metadata is reloaded.

Related plugins

Browse all →