ipinfo

Installation
SKILL.md

IPinfo Geolocation

Free IP geolocation API. No API key required for basic usage (50k requests/month), optional token for higher limits.

Configuration

The IPINFO_TOKEN environment variable is optional - the skill works without it using the free tier. Configure it via the OpenClaw dashboard UI for higher rate limits, or set it manually:

  • Dashboard UI: Configure IPINFO_TOKEN in the OpenClaw dashboard (optional)
  • Environment variable: export IPINFO_TOKEN="your-token"
  • Query parameter: ?token=YOUR_TOKEN (for one-off requests)

Quick Lookup

Single IP:

curl -s "https://ipinfo.io/8.8.8.8"
Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 10, 2026
ipinfo — openclaw/skills