/install ip-geo-toolkit
IP Geolocation Toolkit
Look up IP locations, ISP info, and reverse DNS with zero dependencies.
Commands
All commands use scripts/ip_geo.py.
Look Up IP(s)
python3 scripts/ip_geo.py lookup 8.8.8.8
python3 scripts/ip_geo.py lookup 8.8.8.8 1.1.1.1 9.9.9.9
python3 scripts/ip_geo.py lookup 8.8.8.8 --json
Returns: country, region, city, ZIP, coordinates, timezone, ISP, organization, AS number, and reverse DNS.
Find Your Public IP
python3 scripts/ip_geo.py myip
python3 scripts/ip_geo.py myip --json
Detects your public IP and runs a full geolocation lookup.
Bulk Lookup
python3 scripts/ip_geo.py bulk --input ips.txt
python3 scripts/ip_geo.py bulk --input ips.txt --json --output results.json
cat ips.txt | python3 scripts/ip_geo.py bulk --input -
Processes up to 100 IPs per batch via ip-api.com batch endpoint. Input file: one IP per line, lines starting with # are skipped.
Data Returned
Each lookup returns: country, countryCode, region, regionName, city, zip, lat, lon, timezone, isp, org, as (ASN), and reverse DNS (via local socket).
Rate Limits
Free ip-api.com tier: 45 requests/minute for single lookups, 15 requests/minute for batch. The script auto-throttles between requests.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ip-geo-toolkit - After installation, invoke the skill by name or use
/ip-geo-toolkit - Provide required inputs per the skill's parameter spec and get structured output
What is Ip Geo Toolkit?
Look up IP geolocation, find your public IP, perform reverse DNS, and run bulk IP lookups. Uses free APIs (ip-api.com, ipify) with no API key required. No ex... It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install Ip Geo Toolkit?
Run "/install ip-geo-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ip Geo Toolkit free?
Yes, Ip Geo Toolkit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ip Geo Toolkit support?
Ip Geo Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ip Geo Toolkit?
It is built and maintained by John Wang (@johnnywang2001); the current version is v1.0.0.