7.5k★by xejrax
geo-ip – OpenClaw Skill
geo-ip is an OpenClaw Skills integration for data analytics workflows. Look up geographic location for any IP address
Skill Snapshot
| name | geo-ip |
| description | Look up geographic location for any IP address OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/geo-ip |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/geo-ip |
| last updated | Feb 7, 2026 |
Maintainer

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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install geo-ip?
Run openclaw add @xejrax/geo-ip in your terminal. This installs geo-ip into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/geo-ip. Review commits and README documentation before installing.
