Bounty Worker is a safety-first agent skill for Solana founders and builders. It turns an opportunity listing into a practical execution packet: eligibility checks, prize and deadline normalization, acceptance criteria, risk register, build plan, and a submission-readiness checklist.
It does not submit applications, publish content, create wallets, sign transactions, or fabricate claims. Those actions remain explicitly human-controlled.
Builders lose time on bounties that are closed, region-restricted, underspecified, or misaligned with their portfolio. Bounty Worker makes the decision explicit before work starts and keeps the eventual submission evidence-based.
Copy the skill/bounty-worker directory into your agent's skills directory, or use the included installer:
./install.ps1 -DryRun
./install.ps1The installer never overwrites an existing skill. Review the destination printed by -DryRun before installing.
Ask an agent to:
qualify this bounty: <listing URL>make an execution packet for this bountycompare these three bounties for a solo Solana builderaudit this draft submission against the listing requirements
The workflow is progressive: the entry skill loads only the reference needed for the current stage.
Every qualification result includes:
- Current status and evidence source.
- Eligibility result with unknowns called out.
- Required deliverables and disqualifiers.
- A 0-100 opportunity score with assumptions.
- A go / no-go / investigate verdict.
- A build and evidence plan when the verdict is
go.
npm testMIT