AI-bounty-skill ai-bounty-claim
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.
install
source · Clone the upstream repo
git clone https://github.com/aelf-hzz780/AI-bounty-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aelf-hzz780/AI-bounty-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ai-bounty-claim" ~/.claude/skills/aelf-hzz780-ai-bounty-skill-ai-bounty-claim && rm -rf "$T"
manifest:
skills/ai-bounty-claim/SKILL.mdsource content
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
to recover/login before anemail
claimAA/CA - the user needs AA/CA onboarding, sync preflight, or AA/CA diagnostics on
tDVV
Required steps
- Read
at the repository root first and treat it as the source of truth.SKILL.md - Choose exactly one branch and then read the matching files in
andreferences/flows/
.references/examples/ - Treat this public bounty skill as
; acceptAA/CA only
as the same route alias.CA - Require
for the AA/CA route because claim now depends on@portkey/ca-agent-skills >= 2.3.0
/manager-sync-status
.portkey_manager_sync_status - Before any AA/CA chain write, resolve local context and
, runcaHash
, runmanager-sync-status
, and stop unless both manager sync and holder lookup are ready onGetHolderInfo(caHash)
.tDVV - 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
orHolder is not found
.CA 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,
, CA contract raw address, reward contract raw address, method chain, receiver semantics, reward amount, and gas note, then require explicit confirmation.caHash - If a transaction fails, surface the exact chain error and stop.