IP address utilities — geolocation, subnet scanning, port discovery. Zero barrier — use with x-cmd or curl + standard networking tools. Use for "ip", "geolocation", "subnet", "port scan", "network".
66
79%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./mod/skill0/lib/skill0/it/ip/SKILL.mdIP address lookup, geolocation, subnet discovery, and port scanning.
# With x-cmd
x ip # List all local IPs
x ip geolite 8.8.8.8 # Geolocation lookup
x ip info 192.168.1.0 # IP classification
x ip map 192.168.1.0/24 # Discover active hosts
x ip tps localhost # Port scan
# Without x-cmd — use curl for geolocation
curl -s "https://ipinfo.io/8.8.8.8/json"
# Use standard tools for local IPs
ifconfig | grep "inet " # macOS
ip addr show # Linuxx ip ls — List all local IP addressesx ip geolite <ip> — Geolocation via ipinfo.iox ip info <ip> — IP class/type classificationx ip cidr <cidr> — CIDR range infox ip map <subnet> — ICMP ping sweepx ip tps <host> — TCP port scancurl https://ipinfo.io/<IP>/jsonifconfig, ip addr, hostname -Inc -zv, nmapStarting with the essentials. Will add:
e18c1ef
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.