From domain-whois-mcp
Check domain expiration dates and flag domains that will drop or renew soon. Use when the user asks "when does X expire", "is Y expiring", "is this domain dropping soon", or wants to watch a domain they'd like to grab. Uses whois_lookup and rdap_lookup to extract expiration timestamps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/domain-whois-mcp:domain-monitorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Detect how soon a domain will expire and report whether it's a realistic acquisition target.
Detect how soon a domain will expire and report whether it's a realistic acquisition target.
rdap_lookup first (structured dates). Fall back to whois_lookup if RDAP is unavailable for the TLD.redemptionPeriod, pendingDelete — there's a ~75-day grace window before the domain becomes generally registrableclientTransferProhibited / serverTransferProhibited — owner or registry locked transfers (normal for active domains)redemptionPeriod — expired but in grace; can still be redeemed by the old ownerpendingDelete — final 5 days before dropautoRenewPeriod — auto-renewed; don't count on it dropping.com domains rarely drop — someone is usually watching.Be honest: most "expiring" domains get renewed at the last minute.
npx claudepluginhub kemalabuteliyte/domain-whois-mcp --plugin domain-whois-mcpGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.