← 返回 Skills 市场
ericsantos

Show My IP

作者 Eric Santos · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
560
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install show-my-ip
功能描述
Show the current public IP address of the server. Use when asked about IP, public IP, or network identity.
安全使用建议
This skill is small and appears to do exactly what it claims: run a shell script that calls ifconfig.me to obtain the machine's public IP. Before installing, consider whether you trust the third-party endpoint (ifconfig.me) because that service will see your server's IP when queried. If you prefer not to contact an external service, you can use local methods to infer outbound IPs (for example, querying a known host with a traceroute/ip route command or using a trusted STUN endpoint). As always, review the script (scripts/get-ip.sh) yourself — it's short and readable — and only enable the skill if you are comfortable with its network call.
功能分析
Type: OpenClaw Skill Name: show-my-ip Version: 1.0.0 The skill bundle is benign. It consists of a metadata file, a markdown description, and a shell script. The `SKILL.md` provides clear instructions for the agent to execute `scripts/get-ip.sh`, which uses `curl` to query `https://ifconfig.me` for the public IPv4 and IPv6 addresses. This behavior is directly aligned with the stated purpose of showing the server's public IP and exhibits no signs of malicious intent such as data exfiltration, unauthorized execution, persistence, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description match the implementation. The only required capability is outbound HTTP (curl) to query a public IP service, which is appropriate for 'show my IP'.
Instruction Scope
SKILL.md directs running scripts/get-ip.sh which only performs two curl requests to https://ifconfig.me and prints results. This stays within the stated purpose, but it does contact a third-party service (ifconfig.me) — that external network call is expected but does disclose the host's public IP to that service.
Install Mechanism
No install spec; the skill is instruction+script only. Nothing is downloaded or written during install.
Credentials
No environment variables, credentials, or config paths are requested. The request surface is minimal and proportionate to the task.
Persistence & Privilege
always is false and the skill does not modify configs or request persistent presence. It runs only when invoked and does not require elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install show-my-ip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /show-my-ip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - shows public IPv4/IPv6 address
元数据
Slug show-my-ip
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Show My IP 是什么?

Show the current public IP address of the server. Use when asked about IP, public IP, or network identity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 560 次。

如何安装 Show My IP?

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

Show My IP 是免费的吗?

是的,Show My IP 完全免费(开源免费),可自由下载、安装和使用。

Show My IP 支持哪些平台?

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

谁开发了 Show My IP?

由 Eric Santos(@ericsantos)开发并维护,当前版本 v1.0.0。

💬 留言讨论