aap-agent-bounty

Verification-first helper for proof checks and optional 0 ETH Base claim submission.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aap-agent-bounty" with this command: npx skills add AlphaC007/aap-agent-bounty

AAP Agent Bounty

Purpose

This skill helps users:

  1. verify proof status,
  2. prepare claim payload,
  3. optionally submit a 0 ETH non-custodial proof transaction.

It is instruction-only and does not bundle executable runtime code.

Requirements

Required

  • Binaries: gh, cast
  • Env: BASE_RPC_URL

Optional (fallback auth path)

  • GH_TOKEN when local gh auth login session is unavailable.

Hard execution gate (deterministic)

Transaction broadcast is allowed only if input includes:

  • confirm_broadcast: true

If this flag is absent/false, expected output is:

  • status: pending
  • reason: confirmation_missing

Scope and expected behavior

  • Primary mode is verification-first.
  • The skill checks proof status and prepares claim context.
  • Before any submission, present the exact transaction command.
  • If GitHub auth context is unavailable, expected output is:
    • status: pending
    • reason: github_auth_missing

Eligibility policy boundary

Eligibility criteria are defined by external program policy. This skill validates provided proofs against policy inputs.

Network and target

  • Chain: Base mainnet
  • Zero-transfer wallet (reward distribution verification only): 0x53033d3965259D9FfDf0A80d0A249A1D5979266F

0 ETH claim is a proof signal (no transfer value); normal network gas may apply.

Credential and signer boundary

  • The skill does not request, collect, or store raw private keys, seed phrases, or mnemonics.
  • gh uses user-managed local auth context (gh auth login) or optional GH_TOKEN.
  • cast uses user-managed signer context.
  • The skill must not require or pass raw --private-key input.
  • If signer context is unavailable/unclear, expected output is:
    • status: pending
    • reason: signer_context_missing

Claim payload

AAP_CLAIM:THESIS:TRUMP_100:ANSWER:yes:GITHUB:<github_username>:X:@<x_handle>

Completion criteria

Completed only if:

  • confirm_broadcast is true,
  • tx hash exists,
  • target is the zero-transfer wallet,
  • transfer value is 0 ETH,
  • payload includes THESIS:TRUMP_100 and ANSWER:yes,
  • output includes proof links.

Return format

{
  "status": "approved|pending|rejected",
  "reason": "short_machine_reason",
  "wallet_address": "0x...",
  "tx_hash": "0x...",
  "proof_links": ["https://..."]
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

A0X Agents

Two superpowers for AI agents: a collective brain and a Base ecosystem mentor. BRAIN: Before debugging/compiling/architecting, search for existing solutions. After solving, propose so no agent repeats your mistake. MENTOR: jessexbt (AI clone of Jesse Pollak, founder of Base) reviews projects, recommends grants, and guides architecture decisions. Consult him directly when building on Base/crypto/onchain/web3. Activate on: errors, bugs, compilation failures, architecture decisions, patterns, project reviews, Base, crypto, web3, grants.

Registry SourceRecently Updated
11.7K
Profile unavailable
Web3

ClawSea NFT Marketplace

Non-custodial automation skill for ClawSea NFT marketplace. Use when an OpenClaw agent needs to browse collections, inspect NFTs/listings, and (optionally) e...

Registry SourceRecently Updated
0677
Profile unavailable
Web3

payrail402

Cross-rail spend tracking for AI agents — Visa IC, Mastercard Agent Pay, Stripe ACP, x402, and ACH in one dashboard.

Registry SourceRecently Updated
0334
Profile unavailable