📦 Myip — 查内外网IP
v1.0.0通过简单 shell 命令一键获取公网 IP 与局域网 IP,适用于用户询问“我的 IP”“公网 IP”或“本地地址”等场景。
0· 210·0 当前·0 累计
下载技能包
最后更新
2026/3/13
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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 ro...详细分析 ▾
ℹ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
The skill requests no environment variables or credentials, which is proportionate to the simple IP-discovery purpose.
✓ 持久化与权限
The skill is not always-enabled and does not request elevated or persistent privileges, nor does it modify other skills or system-wide configuration.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/13
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install cxj-ip-2026
镜像加速npx clawhub@latest install cxj-ip-2026 --registry https://cn.longxiaskill.com