My IP Checker
name: my-ip-checker
by chenxinjie005 · published 2026-03-22
$ claw add gh:chenxinjie005/chenxinjie005-cxj-ip-2026---
name: my-ip-checker
description: Get both public (external) and local (internal) IP addresses using simple shell commands. Use when the user asks for their IP, public IP, or local network address.
metadata: {"clawdbot":{"emoji":"🌐","requires":{"bins":["curl.exe"]}}}
---
# My IP Checker
This skill discovers both the **public (external)** IP and the **local (internal)** IP of the current machine.
Step 1: Get public IP
Use a simple HTTPS endpoint that returns your public IP as plain text:
curl.exe -s https://ifconfig.me
If the service is blocked or slow, try:
curl.exe -s https://api.ipify.org
Step 2: Get local IPv4 address
On **Windows** (PowerShell or cmd):
ipconfig
Then filter the output for lines containing `IPv4 地址` or `IPv4 Address`.
On **Linux**:
hostname -I
This typically returns one or more local IPs separated by spaces.
Usage notes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...