SkillAgentSearch skills...

Echoip

Simple, more hackable alternative to ipconfig.co

Install / Use

/learn @lucasburlingham/Echoip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EchoIP

Wakatime

Echo your public IP address with a very simple cURL request

Command:

curl https://echoip.yourhostname.com/

or

curl echoip.yourhostname.com

Sample output:

93.184.216.34

or

["93.184.216.34"]

Optional parameters:

Set the GET parameter type to get a specific data format. Currently supported values are:

  • JSON
  • TEXT

Please note that the type parameter is not case sensitive.

Example:

curl https://echoip.yourhostname.com/?type=JSON

Deploy with Docker

Clone the repository and run the image:

git clone https://github.com/lucasburlingham/echoip.xyz
cd echoip
docker-compose up -d

If you want to use a different port, change the .env file to use a different port.

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated4mo ago
Forks0

Languages

PHP

Security Score

77/100

Audited on Nov 24, 2025

No findings