Skip to content
dsh.fish
Bundle

dsh-ip-info

IP/domain intelligence for DeepSeek Harness: ip_lookup, dns_lookup, whois_lookup via free no-key APIs (ipwho.is, Google DoH, RDAP).

Source
WODE25500
License
MIT
Updated
Updated 8 days ago

Readme

# dsh-ip-info

**IP/domain intelligence for DeepSeek Harness — geolocation, ISP/ASN, DNS, whois. Free, no API key.**

Three agent tools over free public APIs. No key, no config — just call them.

## Tools

| Tool | What it does | Backed by |
|------|--------------|-----------|
| `ip_lookup` | IP/host → country, city, ISP, org, ASN, timezone | [ipwho.is](https://ipwho.is) |
| `dns_lookup` | A / AAAA / MX / TXT / CNAME / NS / SOA records | [Google DNS-over-HTTPS](https://developers.google.com/speed/public-dns/docs/doh) |
| `whois_lookup` | registrar, status, created/expiry dates, name servers | [RDAP](https://rdap.org) |

## Install

```sh
dsh plugin --profile web add dsh-ip-info
```

Then the tools appear in the agent toolset. No API key, no configuration.

## Usage

```
ip_lookup(ip: "8.8.8.8")
dns_lookup(host: "github.com", type: "A")
whois_lookup(domain: "example.com")
```

Useful for network debugging, infrastructure work, and security analysis — the agent can tell you where an IP is, whose ASN it belongs to, what a domain resolves to, and who registered it.

## License

MIT

Install

dsh plugin --profile web add github:WODE25500/dsh-ip-info#c1a3c0b0ca5832b276227548acdf431cd149a590

Profile: web

Source