Install
openclaw skills install blockchain-web3-toolkitComprehensive blockchain toolkit for Ethereum wallet management, smart contract interaction, NFT minting, token balance checks, and gas fee monitoring.
openclaw skills install blockchain-web3-toolkit1.0.0
Kimi Claw
Blockchain, Web3, Crypto
# 创建新钱包
python scripts/create_wallet.py
# 查询ETH余额
python scripts/get_balance.py --address 0x...
# 部署合约
python scripts/deploy_contract.py --abi abi.json --bytecode bytecode.bin
# 铸造NFT
python scripts/mint_nft.py --contract 0x... --to 0x... --token-uri ipfs://...
# 监控Gas价格
python scripts/gas_monitor.py