skills$openclaw/geo-ip
xejrax7.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

7.5k stars1.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namegeo-ip
descriptionLook up geographic location for any IP address OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/geo-ip
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/geo-ip
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains geo-ip in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
264 B
SKILL.md
624 B
SKILL.md

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.

README.md

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.