Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.15 KB

File metadata and controls

38 lines (25 loc) · 1.15 KB

Agent Wallet Skill

Wallet management and signing skill for EVM and TRON.

Quick Start

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.

What It Covers

  • 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

Files

Important Constraints

  • Never handle raw private keys or mnemonics directly in conversation.
  • Always run agent-wallet <command> --help before executing the command.
  • remove, reset, and change-password are user-only operations and must not be executed by the agent.

Installation

npm install -g @bankofai/agent-wallet

License

MIT