/install aap-agent-bounty
AAP Agent Bounty
Purpose
This skill helps users:
- verify proof status,
- prepare claim payload,
- 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_TOKENwhen localgh auth loginsession 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: pendingreason: 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: pendingreason: 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.
ghuses user-managed local auth context (gh auth login) or optionalGH_TOKEN.castuses user-managed signer context.- The skill must not require or pass raw
--private-keyinput. - If signer context is unavailable/unclear, expected output is:
status: pendingreason: signer_context_missing
Claim payload
AAP_CLAIM:THESIS:TRUMP_100:ANSWER:yes:GITHUB:\x3Cgithub_username>:X:@\x3Cx_handle>
Completion criteria
Completed only if:
confirm_broadcastis true,- tx hash exists,
- target is the zero-transfer wallet,
- transfer value is 0 ETH,
- payload includes
THESIS:TRUMP_100andANSWER:yes, - output includes proof links.
Return format
{
"status": "approved|pending|rejected",
"reason": "short_machine_reason",
"wallet_address": "0x...",
"tx_hash": "0x...",
"proof_links": ["https://..."]
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aap-agent-bounty - 安装完成后,直接呼叫该 Skill 的名称或使用
/aap-agent-bounty触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AAP Agent Bounty 是什么?
Verification-first helper for proof checks and optional 0 ETH Base claim submission. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。
如何安装 AAP Agent Bounty?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aap-agent-bounty」即可一键安装,无需额外配置。
AAP Agent Bounty 是免费的吗?
是的,AAP Agent Bounty 完全免费(开源免费),可自由下载、安装和使用。
AAP Agent Bounty 支持哪些平台?
AAP Agent Bounty 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AAP Agent Bounty?
由 AlphaC007(@alphac007)开发并维护,当前版本 v1.0.10。