📦 IP Lookup Tool — 查公网IP

v1.0.0

一键获取当前公网IP、城市位置(含中文名)及运营商信息,优先返回出口IP而非局域网地址,适用于“我的IP是多少”等提问场景。

0· 61·0 当前·0 累计
下载技能包
最后更新
2026/4/8
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do only what it claims: query public IP/geolocation services and optionally reverse-geocode coordinates to Chinese place names. Installing and running it will make outbound HTTPS requests to third-party services (ipinfo.io, ifconfig.co, api.ip.sb, and OpenStreetMap Nominatim), which will see your public IP and any request metadata (User-Agent). If you are concerned about privacy or leaking your IP to additional endpoints, do not install or modify the script to disable rever...
详细分析 ▾
用途与能力
Name/description match the implementation: the script queries public IP geolocation endpoints, normalizes results, and formats human/JSON output. Required capabilities (none) are proportional to the stated purpose.
指令范围
SKILL.md specifies using one unauthenticated IP API (falling back to alternatives). The script follows that priority for IP providers but may perform an additional HTTP request to OpenStreetMap Nominatim (reverse geocoding) when coordinates exist to produce a Chinese city name. That extra external request contradicts the SKILL.md line '只做一次 HTTP 请求' (only do one HTTP request) and means an additional third-party endpoint sees the caller's IP.
安装机制
No install spec or external downloads; this is an instruction-only skill with an included Node.js script. No installers, archives, or third-party packages are pulled during install.
凭证需求
The skill requests no environment variables, credentials, or config paths. There are no disproportionate credential requests.
持久化与权限
The skill is not always-enabled and does not request persistent/privileged presence or modify other skills or system settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/8

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install ip-lookup-tool
镜像加速npx clawhub@latest install ip-lookup-tool --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库