← 返回 Skills 市场
hilaraklesantosw-art

Get My Ip

作者 hilaraklesantosw-art · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install get-my-ip
功能描述
Get the machine's current public IP address by calling `curl ifconfig.me`. Use when the user asks for their IP address, public IP, external IP, or explicitly...
使用说明 (SKILL.md)

Get My IP

Use this skill when the user wants the current machine's IP address as seen from the public internet.

This skill uses:

curl -fsSL ifconfig.me

Outcome

Return the current public IP address from ifconfig.me.

Keep the answer concise. By default, return only the IP unless the user asks for more detail.

Workflow

1. Clarify the meaning only when needed

ifconfig.me returns the public outbound IP, not the local LAN IP.

If the user says "local IP" but also asks to use ifconfig.me, follow the request and, when useful, note that the result is the public IP.

2. Run the command

Use:

curl -fsSL ifconfig.me

Do not replace it with another service unless the user asks for a fallback.

3. Return the result

If successful:

  • return the IP directly

If it fails:

  • say the public IP could not be retrieved
  • include the brief reason when available, such as missing curl, network failure, or service unavailability

Scope Boundaries

This skill is only for retrieving the public IP via ifconfig.me.

It is not for:

  • finding the local LAN IP
  • diagnosing network routing issues
  • checking multiple interfaces
  • performing geolocation lookups
安全使用建议
This skill does exactly what it says: it makes an outbound request to ifconfig.me to learn your public IP. That's expected behavior but also means a third-party server will see and may log your IP (and other request metadata). If you have privacy or policy concerns, don't install or ask for an alternative (for example: use a different public-IP service, supply your own endpoint, or run local commands to get LAN IPs). Also ensure curl is available on the agent environment; if the network blocks external requests the skill will fail. Overall low-risk and coherent for its stated purpose.
功能分析
Type: OpenClaw Skill Name: get-my-ip Version: 0.1.0 The skill is a straightforward utility designed to retrieve the machine's public IP address using the legitimate 'ifconfig.me' service via a standard curl command. The instructions in SKILL.md are clear, limited in scope, and contain no indicators of malicious intent, data exfiltration, or security vulnerabilities.
能力评估
Purpose & Capability
Name/description say 'get public IP via ifconfig.me' and the only runtime requirement is curl. Nothing requested (no env vars, no extra binaries) is unrelated to that purpose.
Instruction Scope
SKILL.md strictly instructs running 'curl -fsSL ifconfig.me' and returning the result; scope boundaries are explicitly defined. Note: the action involves an outbound request to a third-party service (ifconfig.me), which inherently shares your public IP with that service—this is expected for the stated purpose but is a privacy consideration.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets is proportionate to the simple network query performed.
Persistence & Privilege
always:false and user-invocable, with normal autonomous invocation allowed. The skill does not request persistent system changes or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install get-my-ip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /get-my-ip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release of the "get-my-ip" skill. - Provides the machine's current public IP address using curl with ifconfig.me. - Responds concisely with only the public IP by default. - Alerts the user if curl is missing or the network/service is unavailable. - Designed only for checking public IP via ifconfig.me; does not handle LAN IPs or advanced network diagnostics.
元数据
Slug get-my-ip
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Get My Ip 是什么?

Get the machine's current public IP address by calling `curl ifconfig.me`. Use when the user asks for their IP address, public IP, external IP, or explicitly... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。

如何安装 Get My Ip?

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

Get My Ip 是免费的吗?

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

Get My Ip 支持哪些平台?

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

谁开发了 Get My Ip?

由 hilaraklesantosw-art(@hilaraklesantosw-art)开发并维护,当前版本 v0.1.0。

💬 留言讨论