rjn32s/dsh-whois-plugin0

dsh-whois-plugin

DeepSeek Harness plugin: a WHOIS lookup tool for the model.

AI Analysis

核心用途是为 DSH 智能体提供 WHOIS/RDAP 域名信息查询能力。适合需要让智能体自动获取域名注册商、过期时间等信息的任务。

Package
dsh-whois-plugin
Version
0.1.0
License
MIT
Last updated
Aug 22, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rjn32s/dsh-whois-plugin

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).