On-chain wallet profiler for OpenClaw. Profile any EVM address in seconds.
pip install requests web3Set your API key:
# Required (free at etherscan.io/apis)
export ETHERSCAN_API_KEY=your_key
# Optional (richer token/NFT data)
export ALCHEMY_API_KEY=your_keyOr create a .env file in the skill directory:
ETHERSCAN_API_KEY=your_key
ALCHEMY_API_KEY=your_key
# Profile an address (free, ETH mainnet)
python wallet_xray.py 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
# Check license status
python wallet_xray.py --statusUnlock multi-chain, batch queries, full tokens, NFTs, and JSON export.
# Multi-chain
python wallet_xray.py --chain base 0xAddress
python wallet_xray.py --chain arb 0xAddress
# Batch
python wallet_xray.py 0xAddr1 0xAddr2 0xAddr3
# JSON output
python wallet_xray.py --json 0xAddressSend 20 USDT or USDC to 0xaa3bF13aFa6F8C9B2b3dF0C72C4123364C3b4f83 on any supported chain (ETH / Base / ARB / OP / BSC), then:
python wallet_xray.py --activate 0xYourWalletAddressThe script verifies payment on-chain and unlocks Pro permanently.
| Chain | Key | Native |
|---|---|---|
| Ethereum | eth | ETH |
| Base | base | ETH |
| Arbitrum | arb | ETH |
| Optimism | op | ETH |
| BSC | bsc | BNB |
| Feature | Free | Pro |
|---|---|---|
| ETH mainnet | Yes | Yes |
| Other chains | No | Yes |
| Tokens shown | Top 5 | All |
| NFTs | No | Yes |
| Batch addresses | No | Yes |
| JSON export | No | Yes |
Built by 0xForge