Install
openclaw skills install nslookup-toolQuery DNS servers to resolve domain names to IP addresses. Use for network troubleshooting and DNS diagnostics.
openclaw skills install nslookup-toolQuery Domain Name System servers to resolve hostnames to IP addresses or perform reverse DNS lookups. Essential for network troubleshooting and DNS configuration verification.
nslookup-tool [options] <hostname>
# Basic lookup
nslookup-tool example.com
# MX record lookup
nslookup-tool -type=mx example.com
# Use specific DNS server
nslookup-tool google.com 8.8.8.8