Ifconfig skill
Skill ibnaleem/ifconfig-skill
⚙️ Let your AI agent debug your server's external requests
npx -y skills add ibnaleem/ifconfig-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Let your AI agent debug your server's external requests (no API key required).
The file declares its own license as GPL-3.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, as published. Nobody here has run it
ifconfig
One primary service, no API keys needed.
Get IP address of your server:
curl ifconfig.me
Get User-Agent:
curl ifconfig.me/ua
Get lang/language:
curl ifconfig.me/lang
Get encoding:
curl ifconfig.me/encoding
Get mime:
curl ifconfig.me/mime
Get charset:
curl ifconfig.me/charset
Get forwarded IPs:
curl ifconfig.me/forwarded
Get all headers (text/plain):
curl ifconfig.me/all
Get all headers (json):
curl ifconfig.me/all.json