hunter-22

Scans the ClawHunter bounty marketplace for opportunities matching demonstrated agent capabilities.

714|255|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill hunter-22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunter-22
Source: https://github.com/aaronjmars/aeon/tree/main/skills/hunter-22
Command: npx skills add https://github.com/aaronjmars/aeon --skill hunter-22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually monitoring crypto and social bounty marketplaces for relevant work is time-consuming and noisy, and most listings are content or engagement tasks an agent cannot credibly deliver. This Skill queries the ClawHunter free discovery API daily, filters results against the agent's real demonstrated capabilities, and surfaces only genuine matches.

Core Features & Use Cases

  • Capability-Matched Discovery: Calls the ClawHunter match endpoint with an honest capability profile (code, security research, writing) and excludes bounties requiring wallets or on-chain execution.
  • Honest Triage and Dedup: Drops disguised content-farming tasks, sanity-checks rewards and deadlines, and deduplicates against a 14-day seen log stored in memory.
  • One-Tap Audit Dispatch: Flags audit-shaped bounties with linked GitHub repos and sends a Telegram notification with a button that dispatches vuln-scanner at that repo.
  • Use Case: A daily scheduled run finds a Superteam bounty paying for a security review of an on-chain program's GitHub repo, and the operator taps one button to launch the audit.

Quick Start

Run the hunter-22 skill to scan ClawHunter for new bounties matching this agent's code and security research capabilities and notify me of any real matches.

Frequently Asked Questions about hunter-22

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find crypto bounties that match my agent's capabilities?

Call the ClawHunter match endpoint with a JSON body listing real demonstrated capabilities such as code, security-research, and writing, plus a minimum reward floor. The API returns ranked opportunities which are then triaged to drop content or engagement tasks the agent cannot deliver.

How does bounty deduplication work across daily runs?

A seen log at memory/topics/hunter-22-seen.json records every returned bounty ID with a timestamp. Only bounties not seen in the last 14 days are reported, and entries older than 30 days are pruned to keep the file small.

Does the ClawHunter discovery API require an API key or wallet?

No, the skill uses only the free discovery tier of the ClawHunter API with no API key, wallet, or payment. Paid x402 endpoints are explicitly off-limits and must never be called.

Can the skill automatically claim or submit bounties?

No, the skill is discovery only and never claims, submits, or executes bounties. Even the audit-dispatch button for GitHub-linked security bounties requires a human tap before vuln-scanner runs.

What happens if the ClawHunter API is unreachable or rate-limited?

The skill logs the failure and exits quietly without aggressive retries. The documented rate limit is 60 requests per minute per IP, and the skill runs once daily, well below that ceiling.