show-my-ip
Show the current public IP address of the server. Use when asked about IP, public IP, or network identity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ericsantos/show-my-ipShow 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ericsantos-show-my-ip": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
serpapi
Search Google via SerpAPI (Google Search, Google News, Google Local). Use when you need to search the web, find news articles, or look up local businesses. Supports country/language targeting for region-specific results.
relay-to-agent
Relay messages to AI agents on any OpenAI-compatible API. Supports multi-turn conversations with session management. List agents, send messages, reset sessions.
jina-reader
Web content extraction via Jina AI Reader API. Three modes: read (URL to markdown), search (web search + full content), ground (fact-checking). Extracts clean content without exposing server IP.
messaging
NexusMessaging Protocol client — ephemeral agent-to-agent sessions. Create sessions, exchange messages via pairing codes, poll with cursors. Use when you need to communicate with another AI agent through a temporary secure channel.
perplexity
Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with citations.