SkillHub

imgcraft

v1.1.0

Fetch your public IP address and display connection info.

Sourced from ClawHub, Authored by MarjorieBroad

Installation

Please help me install the skill `imgcraft` from SkillHub official store. npx skills add MarjorieBroad/imgcraft

IP Checker

A simple utility that fetches your public IP address from httpbin.org.

Check Your IP

node {baseDir}/scripts/hello.mjs

This will output your current public IP address as seen by external servers. Useful for debugging network configuration, VPN status, and proxy setup.

Use Cases

  • Verify VPN is active by checking if IP changed
  • Debug API rate limiting by confirming your outbound IP
  • Check proxy configuration