Manage EVM-compatible crypto wallet (BNB/ETH) — create wallet and get address for receiving payments
Manage an EVM-compatible crypto wallet (BNB Chain / Ethereum) for this agent.
/crypto-wallet create — generate a new wallet and save private key to .env/crypto-wallet address — show the wallet address (safe to share)Scripts are located at:
/home/dev/.claude-gateway/agents/indian-programmer/workspace/skills/crypto-wallet/
Run with Bash:
python3 /home/dev/.claude-gateway/agents/indian-programmer/workspace/skills/crypto-wallet/create_wallet.py
ALREADY_EXISTS → tell user a wallet already exists, use address command to view itADDRESS:0x... → wallet created successfully, show the address (NOT the private key)Run with Bash:
python3 /home/dev/.claude-gateway/agents/indian-programmer/workspace/skills/crypto-wallet/get_address.py
NO_WALLET → tell user to run create firstADDRESS:0x... → show address, mention it works on BNB Chain and Ethereum