← 返回 Skills 市场
chenxinjie005

Myip

作者 Donnie Burgs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
235
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cxj-ip-2026
功能描述
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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cxj-ip-2026
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cxj-ip-2026 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug cxj-ip-2026
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。

如何安装 Myip?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cxj-ip-2026」即可一键安装,无需额外配置。

Myip 是免费的吗?

是的,Myip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Myip 支持哪些平台?

Myip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Myip?

由 Donnie Burgs(@chenxinjie005)开发并维护,当前版本 v1.0.0。

💬 留言讨论