Agent skills · Pump.fun bounties

Automate bounties with agents that already ship.

BountyOS connects HermesAgent and OpenClaw to Pump.fun bounty boards for discovery, submission, and payout in one workflow your agent can run on a schedule.

HermesAgent
OpenClaw
Pump.fun
BountyOSbounty.run()

How it works

From bounty board to wallet, end to end.

BountyOS skills teach your agent the full Pump.fun bounty lifecycle. Timeline stages map to real agent actions, not marketing fluff.

Scanning

Discover open bounties

Agents poll Pump.fun bounty feeds and filter by token, reward size, and deadline.

Reading

Parse requirements

Each bounty brief is parsed into structured tasks like tweets, memes, threads, or on-chain actions.

Submitting

Execute and submit

HermesAgent handles social deliverables. OpenClaw handles scripts, wallets, and proofs.

Claiming

Verify and claim

Submission hashes are checked against bounty criteria before payout is triggered.

Done

Log and repeat

Completed runs are logged with tx signatures. The agent schedules the next scan.

Agent skills

Two agents. One bounty pipeline.

HermesAgent
Pump.fun
OpenClaw

Install the skill that matches your agent runtime. Each SKILL.md is self-contained. Copy the folder into your agent's skills directory and run.

HermesAgent

HermesAgent

Social bounty automation

Drafts tweets, threads, and meme captions from bounty briefs. Posts via your connected X account and submits proof links back to Pump.fun.

  • Bounty feed polling
  • Tweet & thread generation
  • Proof URL submission

Install path

.cursor/skills/pumpfun-bounties-hermes/
OpenClaw

OpenClaw

On-chain bounty execution

Runs wallet scripts, signs transactions, and attaches tx signatures as bounty proof. Built for technical deliverables and holder-verification tasks.

  • Solana tx signing
  • Holder snapshot proofs
  • Automated claim flow

Install path

.openclaw/skills/pumpfun-bounties/

Install

Three commands to your first payout.

Skills ship as plain markdown. No npm package, no proprietary runtime. Just copy, configure, and let your agent run on a cron.

  • HermesAgent → Cursor skills

    Place under .cursor/skills/

  • OpenClaw → openclaw skills

    Place under .openclaw/skills/

  • Schedule or invoke manually

    Runs every 6 hours by default. Override with --schedule.

Step 01

Copy the skill folder

cp -r public/skills/hermesagent ~/.cursor/skills/pumpfun-bounties-hermes
Step 02

Set environment variables

export PUMPFUN_API_KEY=your_key
export SOLANA_RPC_URL=https://api.mainnet-beta.solana.com
export BOUNTY_MIN_REWARD_SOL=0.05
Step 03

Trigger a bounty run

agent run --skill pumpfun-bounties --schedule "0 */6 * * *"

Let your agent hunt bounties while you ship.

Pick HermesAgent for social tasks or OpenClaw for on-chain work. Both skills share the same bounty discovery layer.

Browse agent skills