bnb-chain
Installation
SKILL.md
BNB Chain Skill
Basic operations on BNB Chain (BSC). Check balances and send transactions.
Setup
Requires Node.js and ethers.js:
cd ~/.openclaw/workspace/skills/bnb-chain && npm install ethers --silent
Configuration
Store your private key securely. The skill reads from environment variable:
export BNB_PRIVATE_KEY="0x..."