Myip
/install cxj-ip-2026
\r \r
My IP Checker\r
\r This skill discovers both the public (external) IP and the local (internal) IP of the current machine.\r \r
Step 1: Get public IP\r
\r Use a simple HTTPS endpoint that returns your public IP as plain text:\r \r
curl.exe -s https://ifconfig.me\r
```\r
\r
If the service is blocked or slow, try:\r
\r
```bash\r
curl.exe -s https://api.ipify.org\r
```\r
\r
## Step 2: Get local IPv4 address\r
\r
On **Windows** (PowerShell or cmd):\r
\r
```bash\r
ipconfig\r
```\r
\r
Then filter the output for lines containing `IPv4 地址` or `IPv4 Address`.\r
\r
On **Linux**:\r
\r
```bash\r
hostname -I\r
```\r
\r
This typically returns one or more local IPs separated by spaces.\r
\r
## Usage notes\r
\r
- Use Step 1 when configuring firewalls, VPNs, or any external allowlist.\r
- Use Step 2 when debugging LAN connectivity, port forwarding, or internal routing.\r
- Prefer HTTPS endpoints and avoid adding API keys; these services are free and anonymous.\r
\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cxj-ip-2026 - After installation, invoke the skill by name or use
/cxj-ip-2026 - Provide required inputs per the skill's parameter spec and get structured output
What is Myip?
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 ad... It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.
How do I install Myip?
Run "/install cxj-ip-2026" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Myip free?
Yes, Myip is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Myip support?
Myip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Myip?
It is built and maintained by Donnie Burgs (@chenxinjie005); the current version is v1.0.0.