DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

rjn32s /

rjn32s/dsh-whois-plugin

已验证

RDAP-backed whois tool plugin for DeepSeek Harness (dsh) — look up domain registration data as a model tool

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub项目主页
README来源: main@e4e17d34

dsh-whois-plugin

A DeepSeek Harness plugin that adds a whois tool the model can call to look up domain registration data.

Despite the name, it's backed by RDAP (RFC 7484/9082/9083), the structured JSON successor to the legacy WHOIS protocol — no port-43 text parsing, no external binary. It resolves the authoritative RDAP server per TLD from IANA's bootstrap registry (https://data.iana.org/rdap/dns.json, cached for 24h) and queries it directly over HTTPS.

Install

Into a dsh profile:

dsh plugin --profile <name> add dsh-whois-plugin                # from npm
dsh plugin --profile <name> add github:rjn32s/dsh-whois-plugin  # straight from GitHub

Verify the layer, then boot:

dsh --profile <name> --dump-config   # look for "# == dsh-whois-plugin"
dsh --profile <name>

Usage

Once installed, just ask the agent, e.g.:

Look up the WHOIS/RDAP info for example.com

The model calls whois({ domain: "example.com" }) and gets back the raw RDAP JSON (registrar, status, events like registration/expiration, nameservers, and registrant entities where the registry publishes them).

Notes / limitations

  • A small number of ccTLDs have no RDAP entry yet in IANA's bootstrap file; the tool throws a clear error in that case rather than silently falling back to legacy WHOIS.
  • No API key or network egress config required beyond outbound HTTPS.

License

MIT

—/ 5

暂无评分

已验证 DSH bundle

Commit e4e17d341b21

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于