geo-ip

star 2

Look up geographic location for any IP address

nordeim By nordeim schedule Updated 2/22/2026

name: geo-ip description: "Look up geographic location for any IP address" metadata: { "openclaw": { "emoji": "🌍", "requires": { "bins": ["curl"] }, "install": [], },

}

Geo IP

Look up the geographic location for any IP address using the ipinfo.io API. Returns city, region, country, coordinates, and ISP information.

Commands

# Look up location for a specific IP address
geo-ip <ip-address>

# Look up your own public IP location
geo-ip me

Install

No installation needed. curl is always present on the system. Uses the public ipinfo.io API.

Install via CLI
npx skills add https://github.com/nordeim/openclaw-curated-skills --skill geo-ip
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator