Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @ericsantos Updated 6/28/2026 931 downloads 0 stars Security: Pass

Show My Ip OpenClaw Plugin & Skill | ClawHub

Looking to integrate Show My Ip into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Show the current public IP address of the server. Use when asked about IP, public IP, or network identity.

Install

ClawHub CLI
openclaw skills install @ericsantos/show-my-ip
Node.js (npx)
npx clawhub@latest install show-my-ip

Full SKILL.md

Open original
Metadata table.
namedescription
show-my-ipShow the current public IP address of the server. Use when asked about IP, public IP, or network identity.

SKILL.md content below is scrollable.

Show My IP

Quickly check the public IP address of the machine running your agent. Useful for debugging network issues, verifying VPN connections, confirming server identity, or setting up firewall rules.

Usage

bash scripts/get-ip.sh

Output

Returns the public IPv4 address (and IPv6 if available) by querying ifconfig.me.

Example output:

=== Public IP ===
IPv4: 203.0.113.42
IPv6: 2001:db8::1

When to Use

  • User asks "what's my IP?" or "show my public IP"
  • Verifying outbound IP for allowlisting
  • Checking if a VPN or proxy is active
  • Confirming server network identity

Requirements

  • curl (pre-installed on most systems)
  • Internet access
ClawHub Registry URL: https://clawhub.ai/ericsantos/skills/show-my-ip

Related skills

If this matches your use case, these are close alternatives in the same category.