IPinfo Geolocation for Openclaw

A high-performance IP intelligence tool for resolving IP addresses into precise geographic and organizational data.

tiagom101
v1.0.0
Jan 31, 2026
2
3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install ipinfo

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install ipinfo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is IPinfo Geolocation?

The IPinfo skill is a robust integration designed for the Openclaw Skills ecosystem that enables developers and AI agents to perform rapid IP geolocation. By leveraging the ipinfo.io API, this skill transforms raw IP addresses into actionable insights, including geographic coordinates, city-level location, and ISP information. It is designed to work out-of-the-box with a generous free tier, making it an essential component for any data enrichment or security workflow.

Built for versatility, it supports both simple lookups and complex batch processing. Whether you are analyzing traffic patterns or building context-aware automation, this addition to your Openclaw Skills library provides the reliable network metadata required for modern technical environments.

IPinfo Geolocation Use Cases

  • Automatically geolocating visitor IP addresses to provide localized content.
  • Enriching server logs with country and organization data for security audits.
  • Detecting user timezones to synchronize automated scheduling tasks.
  • Analyzing the geographic distribution of network traffic for infrastructure optimization.
  • Filtering or blocking requests based on specific country codes or ASNs.

How IPinfo Geolocation Works

  1. The skill accepts an IPv4 or IPv6 address as input, or defaults to the current host IP.
  2. It sends a secure request to the ipinfo.io service using the curl utility.
  3. If an IPINFO_TOKEN is configured in the Openclaw Skills environment, it is automatically appended to the request to unlock higher rate limits.
  4. The service returns a structured JSON object containing fields like city, region, country, and GPS coordinates.
  5. The output is then presented as a parseable object for further processing by the AI agent or developer scripts.

IPinfo Geolocation Setup

The IPinfo skill requires curl to be installed on your system. Configuration is optional but recommended for high-volume users.

# Basic usage requires no setup. To increase limits, set your token:
export IPINFO_TOKEN="your_api_token_here"

You can verify the installation by running a quick lookup through the Openclaw Skills interface or via terminal:

curl -s "https://ipinfo.io/json"

IPinfo Geolocation Data Schema & Taxonomy

The skill produces a clean JSON response. Below are the primary fields available within the Openclaw Skills output:

Field Description Example
ip The resolved IP address 8.8.8.8
city The city associated with the IP Mountain View
region The state or administrative region California
country Two-letter ISO country code US
loc Geographic coordinates (Lat,Long) 37.4056,-122.0775
org The ASN and Organization name AS15169 Google LLC
postal The ZIP or postal code 94035
timezone The IANA timezone string America/Los_Angeles

IPinfo Geolocation Advanced Features

  • Batch processing capabilities for handling multiple IP addresses in a single execution loop.
  • Seamless integration with tools like jq for filtering specific metadata fields like country or coordinates.
  • Support for reverse DNS lookups to identify hostnames associated with IPs.
  • Flexible authentication that supports environment variables or direct query parameters within the Openclaw Skills framework.
  • Automated coordinate extraction for mapping and distance calculation workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins curl
Github Stars: 0
forks: 0

Featured*