✓ Verified 💻 Development ✓ Enhanced Data

Show My Ip

Show the current public IP address of the server.

Rating
4.5 (260 reviews)
Downloads
1,448 downloads
Version
1.0.0

Overview

Show the current public IP address of the server.

Complete Documentation

View Source →

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
bash scripts/get-ip.sh

Output

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

Example output:

text
=== 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

Installation

Terminal bash

openclaw install show-my-ip
    
Copied!

💻Code Examples

bash scripts/get-ip.sh

bash-scriptsget-ipsh.txt
## Output

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

Example output:
example.txt
=== Public IP ===
IPv4: 203.0.113.42
IPv6: 2001:db8::1

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author ericsantos
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install show-my-ip