/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install get-ip - 安装完成后,直接呼叫该 Skill 的名称或使用
/get-ip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1905 次。
如何安装 ip lookup ( get ip )?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install get-ip」即可一键安装,无需额外配置。
ip lookup ( get ip ) 是免费的吗?
是的,ip lookup ( get ip ) 完全免费(开源免费),可自由下载、安装和使用。
ip lookup ( get ip ) 支持哪些平台?
ip lookup ( get ip ) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ip lookup ( get ip )?
由 christo(@qidu)开发并维护,当前版本 v1.0.2。