$npx -y skills add aelf-hzz780/AI-bounty-skill --skill ai-bounty-claimClaim 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.
| 1 | # AI Bounty Claim |
| 2 | |
| 3 | This project-local OpenCode skill is a thin bootstrap wrapper. The canonical instructions live in `SKILL.md` at the repository root. |
| 4 | |
| 5 | ## Use this skill when |
| 6 | |
| 7 | - the user wants to claim the AI bounty on `tDVV` |
| 8 | - the user wants to use `email` to recover/login before an `AA/CA` claim |
| 9 | - the user needs AA/CA onboarding, sync preflight, or AA/CA diagnostics on `tDVV` |
| 10 | |
| 11 | ## Required steps |
| 12 | |
| 13 | - Read `SKILL.md` at the repository root first and treat it as the source of truth. |
| 14 | - Choose exactly one branch and then read the matching files in `references/flows/` and `references/examples/`. |
| 15 | - Treat this public bounty skill as `AA/CA only`; accept `CA` as the same route alias. |
| 16 | - Require `@portkey/ca-agent-skills >= 2.3.0` for the AA/CA route because claim now depends on `manager-sync-status` / `portkey_manager_sync_status`. |
| 17 | - Before any AA/CA chain write, resolve local context and `caHash`, run `manager-sync-status`, run `GetHolderInfo(caHash)`, and stop unless both manager sync and holder lookup are ready on `tDVV`. |
| 18 | - 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. |
| 19 | - Never infer a fee problem from `Holder is not found` or `CA holder not found`. |
| 20 | - Never ask the user to paste an exchange or custodial address. |
| 21 | - 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. |
| 22 | - If a transaction fails, surface the exact chain error and stop. |