← 返回
效率工具 中文

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.
获取当前公网IP地址及地理位置信息。适用于用户询问IP地址、网络位置或查询公网IP的场景,支持获取IP信息并清晰展示。
qidu
效率工具 clawhub v1.0.2 1 版本 99815.9 Key: 无需
★ 1
Stars
📥 2,149
下载
💾 65
安装
1
版本
#latest

概述

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:

  1. Try alternative services one by one
  2. Report which service succeeded
  3. If all fail, inform the user about the network issue

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-28 15:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,792
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,213
developer-tools

Wecom

qidu
通过 Webhook 使用 MCP 协议向企业微信发送消息,支持 Claude Code、Claude Desktop 等 MCP 客户端。
★ 10 📥 7,063