Claude-skill-registry geo-ip

Look up geographic location for any IP address

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/geo-ip" ~/.claude/skills/majiayu000-claude-skill-registry-geo-ip && rm -rf "$T"
manifest: skills/data/geo-ip/SKILL.md
source content

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.