agent-wallet-cli
SKILL.md
agent-wallet-cli
A CLI wallet for Ethereum and Solana. All commands return JSON with --format json. Always check "ok": true before proceeding.
Always invoke via npx to ensure the CLI is available without requiring a global install:
npx agent-wallet-cli <command> [options]
Create a Wallet
If no wallet exists yet, generate a strong random password and create a wallet:
npx agent-wallet-cli init --password "<generated-password>" --format json