# Ifconfig

> Let your AI agent debug your server's external requests (no API key required).

- Skill: `ibnaleem/ifconfig` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add ibnaleem/ifconfig`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ibnaleem/ifconfig/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: GPL-3.0
- Author: ibnaleem (https://skillmd.com/u/ibnaleem)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ibnaleem/ifconfig

---


## ifconfig

One primary service, no API keys needed.

Get IP address of your server:

```bash
curl ifconfig.me
```

Get User-Agent:

```bash
curl ifconfig.me/ua
```

Get lang/language:

```bash
curl ifconfig.me/lang
```

Get encoding:

```bash
curl ifconfig.me/encoding
```

Get mime:

```bash
curl ifconfig.me/mime
```

Get charset:

```bash
curl ifconfig.me/charset
```

Get forwarded IPs:

```bash
curl ifconfig.me/forwarded
```

Get all headers (text/plain):

```bash
curl ifconfig.me/all
```

Get all headers (json):

```bash
curl ifconfig.me/all.json
```
