Install
openclaw skills install query-local-public-ip-addressRetrieve the device's current public IP address by running a Python script.
openclaw skills install query-local-public-ip-addressname:查询本机公网 IP description:这是一个查询本机公网 IP 的技能,当用户意图为查询本机公网 IP 时使用。
dependencies:python>=3.8
运行脚本python3 get_ip.py,输出本机公网 IP。