rjn32s/dsh-whois-plugin0

dsh-whois-plugin

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

AI 분석

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

패키지
dsh-whois-plugin
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 22.

설치

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