/install get-ip
IP Lookup Skill
Overview
This skill provides a simple way to check your public IP address and its geolocation information.
Usage
When users ask:
- "What is my IP?"
- "What is my current IP address?"
- "What's my public IP?"
- "Where am I?"
- "Where am I located?"
- "Check location"
- "Check my IP location"
- "Get location"
- "Locate me"
- "What's the IP?"
- "What's your IP?"
Execute the workflow below.
Workflow
Basic IP Check
Run this command to get your public IP and location:
curl -s myip.ipip.net
Example output:
Current IP:8.8.8.8 From: SF CA USA Google
Current IP:1.1.1.1 From: SF CA USA Cloudflare
Alternative Methods
If the above fails, try these alternatives:
Method 1: icanhazip.com (fallback)
curl -s icanhazip.com
Method 2: ipify API
curl -s https://api.ipify.org
Method 3: ifconfig.me
curl -s ifconfig.me
Full Geolocation Lookup
For more detailed geolocation info:
curl -s https://ipinfo.io/$(curl -s https://api.ipify.org)/json
Display Format
Present the information clearly:
IP Address: [address] Location: [city], [region], [country] ISP: [ISP name] Org: [organization]
Error Handling
If the primary service (myip.ipip.net) fails:
- Try alternative services one by one
- Report which service succeeded
- If all fail, inform the user about the network issue
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install get-ip - After installation, invoke the skill by name or use
/get-ip - Provide required inputs per the skill's parameter spec and get structured output
What is ip lookup ( get ip )?
Get current public IP address and geolocation information. Use when users ask about IP addresses, network location, or want to check their public IP. Supports both fetching IP info and displaying it clearly. It is an AI Agent Skill for Claude Code / OpenClaw, with 1905 downloads so far.
How do I install ip lookup ( get ip )?
Run "/install get-ip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ip lookup ( get ip ) free?
Yes, ip lookup ( get ip ) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ip lookup ( get ip ) support?
ip lookup ( get ip ) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ip lookup ( get ip )?
It is built and maintained by christo (@qidu); the current version is v1.0.2.