Onboarding guide for BofAI skills — handles post-install setup, AgentWallet creation, and wallet guard when no wallet is configured.
This skill handles three onboarding flows. Jump directly to the relevant section based on context.
Trigger: User message mentions bankofai-guide onboarding, post-install setup, or equivalent request after running npx skills add BofAI/skills.
Steps:
npm install -g @bankofai/agent-wallet to install the Agent Wallet CLI.agent-wallet list silently to check wallet state.Trigger: User requests to create an AgentWallet, jumped from Section A, or jumped from Section C.
Steps:
agent-wallet list.agent-wallet resolve-address (omit wallet-id to use active wallet) to get EVM + TRON addresses.Present two options:
agent-wallet skill directory (the folder containing the agent-wallet SKILL.md), then run node <agent-wallet-skill-dir>/scripts/generate-password.js and capture the output as <generated-password>.agent-wallet start local_secure --override --save-runtime-secrets -g -w default_local_secure -p '<generated-password>'
agent-wallet resolve-address default_local_secure -p '<generated-password>' to get the addresses.~/.agent-wallet/runtime_secrets.json for convenience, but they should also memorize or securely store the password — if runtime secrets are deleted, the password is the only way to restore access to the wallet.Hand off to the agent-wallet skill and follow its full 4-step workflow (list → choose wallet type → collect options → execute).
Purpose: Called by other signing skills before any on-chain operation. Do not trigger this section for read-only queries.
Steps:
agent-wallet list.