CtrlK
BlogDocsLog inGet started
Tessl Logo

ip

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

Quality

79%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./mod/skill0/lib/skill0/it/ip/SKILL.md
SKILL.md
Quality
Evals
Security

ip — skill0

IP address lookup, geolocation, subnet discovery, and port scanning.

Quick Start

# 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                # Linux

What's Available

  • x ip ls — List all local IP addresses
  • x ip geolite <ip> — Geolocation via ipinfo.io
  • x ip info <ip> — IP class/type classification
  • x ip cidr <cidr> — CIDR range info
  • x ip map <subnet> — ICMP ping sweep
  • x ip tps <host> — TCP port scan

Standalone Alternatives

  • Geolocation: curl https://ipinfo.io/<IP>/json
  • Local IPs: ifconfig, ip addr, hostname -I
  • Port scan: nc -zv, nmap

This skill0 grows

Starting with the essentials. Will add:

  • Common networking patterns
  • API reference for ipinfo.io
  • Subnet calculation formulas

Related

Repository
x-cmd/x-cmd
Last updated
First committed

Is this your skill?

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.