dsh-whois-plugin
DeepSeek Harness plugin: a WHOIS lookup tool for the model.
AI 分析
核心用途是为 DSH 智能体提供 WHOIS/RDAP 域名信息查询能力。适合需要让智能体自动获取域名注册商、过期时间等信息的任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rjn32s/dsh-whois-pluginドキュメント
README 全文を読む ↗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).