Install
openclaw skills install crypto-address-sentinelMonitor wallet balances and on-chain activity. Get alerts when balances change or when specified conditions are met. Use for tracking portfolio, detecting unusual activity, or monitoring airdrop eligibility across multiple chains.
openclaw skills install crypto-address-sentinelMonitor wallet addresses across multiple blockchains and get notified of important events.
WATCHED_ADDRESSES - Comma-separated list of addresses to monitorALERT_WEBHOOK - Webhook URL for alerts (optional)CHECK_INTERVAL_MINUTES - How often to check (default: 60)# Check all watched addresses
addresses
# Get balance for specific address
balance <address>
# Add address to watchlist
add <address>
# Remove from watchlist
remove <address>