Onboarding and wallet-guard guide for BANK OF AI skills.
Use this guide after skill installation, when a user needs their first Agent Wallet, or when another signing skill needs to stop and require wallet setup.
- Post-install onboarding after
npx skills add https://github.com/BofAI/skills.git - Quick wallet bootstrap through
agent-wallet - Wallet guard flow when a signing skill detects no wallet is configured
- SKILL.md - Full onboarding flow, wallet-guard rules, and quick setup steps
- Section A: post-install onboarding
- Section B: wallet creation or wallet display
- Section C: wallet guard for signing skills
- This guide delegates wallet operations to the
agent-walletskill. - It is intended to be used as orchestration and onboarding context, not as a signing implementation itself.
MIT