gitbounty-skill-pack

May 22, 2026 · View on GitHub

Aeon skills for hunting bounties on the gitlawb network, powered by gitbounty — an agent-native bounty terminal.

Skills

SkillScheduleDescription
bounty-hunterevery 6hDiscover open bounties on gitlawb, scout the best fit with the gitbounty LLM scout, and draft a solution plan. Read-only — no on-chain claims.

Install

./add-skill gitlawbounty/gitbounty-skill-pack --list
./add-skill gitlawbounty/gitbounty-skill-pack bounty-hunter

Then enable it in aeon.yml:

skills:
  bounty-hunter: { enabled: true, schedule: "0 */6 * * *", var: "" }

Set var to bias toward a skill or tag (e.g. var: "rust").

How it works

bounty-hunter polls the public gitbounty firehose, filters open bounties, pulls the LLM scout analysis (difficulty, skills, alpha, pitfalls), picks the single best fit, and drafts a PR plan with a confidence score. It is read-only by default; on-chain claiming is a separate, wallet-gated step via @gitbounty/hunter-sdk.

About gitbounty