Wallet management and signing skill for EVM and TRON.
Use this skill when the user needs to create a wallet, inspect addresses, switch the active wallet, or sign transactions and messages through the agent-wallet CLI.
- First-time wallet setup
- Listing wallets and checking the active wallet
- Resolving EVM and TRON addresses
- Switching the active wallet
- Signing transactions, messages, and typed data
- SKILL.md - Full operational rules and safety constraints
- commands-reference.md - CLI command reference
- shell-quoting.md - Quoting guidance for shell-safe command execution
- scripts/generate-password.js - Helper for quick wallet setup
- Never handle raw private keys or mnemonics directly in conversation.
- Always run
agent-wallet <command> --helpbefore executing the command. remove,reset, andchange-passwordare user-only operations and must not be executed by the agent.
npm install -g @bankofai/agent-walletMIT