A high-performance IP intelligence tool for resolving IP addresses into precise geographic and organizational data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ipinfo
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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"
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 |
jq for filtering specific metadata fields like country or coordinates.Loading
A secure, read-only Snowflake execution layer designed for governed data exploration and automated SQL analysis.

A lightweight, multi-user todo list manager for families powered by Node.js and JSON storage.

A full AI pipeline to create dark motivational TikTok and Reels videos using real video footage and multi-agent orchestration.

A powerful integration for monitoring social media sentiment, trending events, and cross-platform account data via the GSData open platform.

A specialized skill for Solana that enables humans and AI agents to distribute and claim crypto gift drops through a simplified API.

A specialized skill designed to bridge AI agents with Flowise chatflows via REST API for automated message prediction and session management.








































