Install
openclaw skills install @365bug/ip-new聚合数据IP归属地查询V3.0,支持IPv4查询国家/省份/城市/运营商
openclaw skills install @365bug/ip-new基于聚合数据官方 IP 查询 V3.0 接口,支持 IPv4 地址快速查询归属地信息。
在运行前必须配置 API 密钥:
$env:JUHE_API_KEY="你的聚合数据API Key"
export JUHE_API_KEY="你的聚合数据API Key"
python3 skills/ip/ip.py 114.114.114.114
{ "error_code": 0, "reason": "success", "result": { "ip": "114.114.114.114", "country": "中国", "province": "北京", "city": "北京", "sp": "联通" } }