ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

show-my-ip

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ericsantos/show-my-ip
Or

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

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ericsantos-show-my-ip": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.