Query local public IP address

Other

Retrieve the device's current public IP address by running a Python script.

Install

openclaw skills install query-local-public-ip-address

Metadata

name:查询本机公网 IP description:这是一个查询本机公网 IP 的技能,当用户意图为查询本机公网 IP 时使用。

Requirements

dependencies:python>=3.8

Steps

运行脚本python3 get_ip.py,输出本机公网 IP。