← Back to Skills Marketplace
chenxinjie005

Myip

by Donnie Burgs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
235
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cxj-ip-2026
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 ad...
README (SKILL.md)

\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
Usage Guidance
This skill is coherent for finding public and local IPs, but note two things before installing: (1) the metadata's single required binary is 'curl.exe' (Windows-style) — if you plan to run this on Linux/macOS you should ensure the agent accepts 'curl' (no .exe) or adjust the metadata; (2) the public-IP checks call third-party endpoints (ifconfig.me, api.ipify.org), so your public IP will be sent to those services — if you prefer not to contact external services, obtain your public IP via your router or provider or run these commands locally yourself. Otherwise it's a simple, instruction-only skill with a small bookkeeping inconsistency in package.json.
Capability Analysis
Type: OpenClaw Skill Name: cxj-ip-2026 Version: 1.0.0 The skill is a straightforward utility for checking public and local IP addresses. It uses standard system commands (ipconfig, hostname -I) and reputable public IP lookup services (ifconfig.me, ipify.org) as described in SKILL.md. No malicious patterns, data exfiltration, or suspicious instructions were identified.
Capability Assessment
Purpose & Capability
The skill's name, description, and runtime instructions all match the stated goal (discover public and local IPs). However the metadata requires 'curl.exe' specifically (Windows-style name) while the SKILL.md also documents Linux commands — requiring curl.exe only is inconsistent and unnecessary for non-Windows systems. package.json appears normal but contains a Chinese description and a slightly different version string (1.0.1 vs registry 1.0.0), which is minor bookkeeping inconsistency.
Instruction Scope
SKILL.md only instructs running curl against public IP services (ifconfig.me, api.ipify.org) and local commands (ipconfig, hostname -I). This stays within scope. Important privacy note: using those public endpoints will disclose the machine's public IP to third-party services — expected for this task but a data-exposure consideration the user should be aware of.
Install Mechanism
No install spec and no code files beyond SKILL.md and package.json — lowest-risk form. The skill is instruction-only so nothing is written to disk by the skill bundle itself.
Credentials
The skill requests no environment variables or credentials, which is proportionate to the simple IP-discovery purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges, nor does it modify other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cxj-ip-2026
  3. After installation, invoke the skill by name or use /cxj-ip-2026
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of "my-ip-checker" skill. - Provides shell commands to obtain both public (external) and local (internal) IP addresses. - Supports Windows and Linux environments with clear, step-by-step instructions. - Utilizes free and anonymous HTTPS endpoints for public IP retrieval. - Includes usage notes for firewall, VPN, and LAN troubleshooting scenarios.
Metadata
Slug cxj-ip-2026
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments