Ifconfig skill
Skill ibnaleem/ifconfig-skill
Let your AI agent debug your server's external requests (no API key required).From its SKILL.md
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.
3 things 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.
- runs commandsInstructs the agent to run 8 commands, including `curl ifconfig.me` and 7 more.
- fetches URLsInstructs the agent to fetch 8 URLs, including http://ifconfig.me and 7 more.
What its file declares
Copied from the file, not written here
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, 159 tokens by cl100k_base, 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
What ships with it: 2 files
35.5 KB alongside SKILL.md