my-ip-checker

Get both public (external) and local (internal) IP addresses using simple shell commands. Use when the user asks for their IP, public IP, or local network address.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "my-ip-checker" with this command: npx skills add chenxinjie005/cxj-ip-2026

My IP Checker

This skill discovers both the public (external) IP and the local (internal) IP of the current machine.

Step 1: Get public IP

Use a simple HTTPS endpoint that returns your public IP as plain text:

curl.exe -s https://ifconfig.me

If the service is blocked or slow, try:

curl.exe -s https://api.ipify.org

Step 2: Get local IPv4 address

On Windows (PowerShell or cmd):

ipconfig

Then filter the output for lines containing IPv4 地址 or IPv4 Address.

On Linux:

hostname -I

This typically returns one or more local IPs separated by spaces.

Usage notes

  • Use Step 1 when configuring firewalls, VPNs, or any external allowlist.
  • Use Step 2 when debugging LAN connectivity, port forwarding, or internal routing.
  • Prefer HTTPS endpoints and avoid adding API keys; these services are free and anonymous.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Google Maps Reviews Api Skill

This skill is designed to help users automatically extract reviews from Google Maps via the Google Maps Reviews API. Agent should proactively apply this skil...

Registry SourceRecently Updated
1.3K2phheng
Automation

Telegram Topic Rename

Rename Telegram forum topics and change icons via Bot API. Use when user asks to name/rename a topic, change topic title, update topic icon, or says "命名这个topic", "给话题起个名", "换个图标". Requires TELEGRAM_BOT_TOKEN environment variable.

Registry SourceRecently Updated
Automation

Mission Control

macOS-native web dashboard for monitoring and controlling your OpenClaw agent. Live chat, cron management, task workshop, scout engine, cost tracking, and more.

Registry SourceRecently Updated
Automation

AI Remote Viewing

Guide an AI agent through a full blind Remote Viewing session using the Resonant Contact Protocol (AI IS-BE) and a compact Field Perception Lexicon.

Registry SourceRecently Updated