Show My IP
v1.0.0Show the current public IP address of the server. Use when asked about IP, public IP, or network identity.
⭐ 0· 509·0 current·0 all-time
byEric Santos@ericsantos
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation. The only required capability is outbound HTTP (curl) to query a public IP service, which is appropriate for 'show my IP'.
Instruction Scope
SKILL.md directs running scripts/get-ip.sh which only performs two curl requests to https://ifconfig.me and prints results. This stays within the stated purpose, but it does contact a third-party service (ifconfig.me) — that external network call is expected but does disclose the host's public IP to that service.
Install Mechanism
No install spec; the skill is instruction+script only. Nothing is downloaded or written during install.
Credentials
No environment variables, credentials, or config paths are requested. The request surface is minimal and proportionate to the task.
Persistence & Privilege
always is false and the skill does not modify configs or request persistent presence. It runs only when invoked and does not require elevated privileges.
Assessment
This skill is small and appears to do exactly what it claims: run a shell script that calls ifconfig.me to obtain the machine's public IP. Before installing, consider whether you trust the third-party endpoint (ifconfig.me) because that service will see your server's IP when queried. If you prefer not to contact an external service, you can use local methods to infer outbound IPs (for example, querying a known host with a traceroute/ip route command or using a trusted STUN endpoint). As always, review the script (scripts/get-ip.sh) yourself — it's short and readable — and only enable the skill if you are comfortable with its network call.Like a lobster shell, security has layers — review code before you run it.
latestvk97cq5bqtvjvc65vxpxahnd95181gr29
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
