/install ip-new
\r \r
IP 归属地查询(OpenClaw 技能)\r
\r 基于聚合数据官方 IP 查询 V3.0 接口,支持 IPv4 地址快速查询归属地信息。\r \r
功能说明\r
- 查询 IPv4 地址的国家、省份、城市、运营商信息\r
- 数据格式标准化,可直接被 OpenClaw 解析使用\r \r
环境变量配置\r
在运行前必须配置 API 密钥:\r \r
Windows(PowerShell)\r
$env:JUHE_API_KEY="你的聚合数据API Key"\r \r
Linux / macOS\r
export JUHE_API_KEY="你的聚合数据API Key"\r \r
使用说明\r
- 确保已安装依赖:pip install requests\r
- 配置好环境变量 JUHE_API_KEY\r
- 在终端中直接运行查询命令\r \r
调用命令\r
python3 skills/ip/ip.py 114.114.114.114\r \r
返回示例\r
{\r "error_code": 0,\r "reason": "success",\r "result": {\r "ip": "114.114.114.114",\r "country": "中国",\r "province": "北京",\r "city": "北京",\r "sp": "联通"\r }\r }\r \r
错误说明\r
- JUHE_API_KEY not set:未配置环境变量\r
- invalid json:参数格式错误\r
- request failed:网络请求异常
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ip-new - After installation, invoke the skill by name or use
/ip-new - Provide required inputs per the skill's parameter spec and get structured output
What is IP归属查询?
聚合数据IP归属地查询V3.0,支持IPv4查询国家/省份/城市/运营商. It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.
How do I install IP归属查询?
Run "/install ip-new" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is IP归属查询 free?
Yes, IP归属查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does IP归属查询 support?
IP归属查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created IP归属查询?
It is built and maintained by 365bug (@365bug); the current version is v1.0.1.