name: ai-bounty-claim description: Claim the AI bounty on tDVV by delegating to the canonical repo SKILL and its branch docs; this public skill is AA/CA only and requires explicit write confirmation. homepage: https://github.com/aelf-hzz780/AI-bounty-skill metadata: {"openclaw":{"homepage":"https://github.com/aelf-hzz780/AI-bounty-skill"}}
AI Bounty Claim
This workspace OpenClaw skill is a thin bootstrap wrapper. The canonical instructions live in SKILL.md at the repository root.
Use this skill when
- the user wants to claim the AI bounty on
tDVV - the user wants to use
emailto recover/login before anAA/CAclaim - the user needs AA/CA onboarding, sync preflight, or AA/CA diagnostics on
tDVV
Required steps
- Read
SKILL.mdat the repository root first and treat it as the source of truth. - Choose exactly one branch and then read the matching files in
references/flows/andreferences/examples/. - Treat this public bounty skill as
AA/CA only; acceptCAas the same route alias. - Require
@portkey/ca-agent-skills >= 2.3.0for the AA/CA route because claim now depends onmanager-sync-status/portkey_manager_sync_status. - Before any AA/CA chain write, resolve local context and
caHash, runmanager-sync-status, runGetHolderInfo(caHash), and stop unless both manager sync and holder lookup are ready ontDVV. - If a user asks for the old EOA route, explain that this public skill no longer supports it and redirect them to AA/CA onboarding or diagnostics.
- Never infer a fee problem from
Holder is not foundorCA holder not found. - Never ask the user to paste an exchange or custodial address.
- Before any chain write, show the manager signer, manager sync status, holder lookup status,
caHash, CA contract raw address, reward contract raw address, method chain, receiver semantics, reward amount, and gas note, then require explicit confirmation. - If a transaction fails, surface the exact chain error and stop.