Install
openclaw skills install get-my-ipGet the machine's current public IP address by calling `curl ifconfig.me`. Use when the user asks for their IP address, public IP, external IP, or explicitly wants to use ifconfig.me.
openclaw skills install get-my-ipUse this skill when the user wants the current machine's IP address as seen from the public internet.
This skill uses:
curl -fsSL ifconfig.me
Return the current public IP address from ifconfig.me.
Keep the answer concise. By default, return only the IP unless the user asks for more detail.
ifconfig.me returns the public outbound IP, not the local LAN IP.
If the user says "local IP" but also asks to use ifconfig.me, follow the request and, when useful, note that the result is the public IP.
Use:
curl -fsSL ifconfig.me
Do not replace it with another service unless the user asks for a fallback.
If successful:
If it fails:
curl, network failure, or service unavailabilityThis skill is only for retrieving the public IP via ifconfig.me.
It is not for: