What problem does it solve? Gathering domain infrastructure intelligence normally requires multiple paid tools or API keys. This Skill answers questions about subdomains, TLS certificate expiry, domain registration, and DNS records using only Python's standard library and free passive data sources. ## Core Features & Use Cases - Subdomain Discovery: Enumerate subdomains from Certificate Transparency logs via crt.sh, with optional filtering of expired certificates. - SSL and WHOIS Inspection: Check TLS certificate expiry, cipher suites, and SANs, plus registrar, creation, and expiration dates across 100+ TLD WHOIS servers. - DNS and Availability Checks: Resolve A, AAAA, MX, NS, TXT, and CNAME records, and estimate domain availability from three passive signals. - Use Case: Before acquiring a domain for a new project, run a bulk check across candidate domains to see which are registered, when their certificates expire, and what DNS infrastructure already exists. ## Quick Start Ask the agent to find all subdomains of example.com and check when its SSL certificate expires using the domain-intel skill.