domain

Identify subdomains, inspect SSL certificates, perform WHOIS lookups, and verify DNS records using Python's standard library.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill domain-tangzheng202202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/domain
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill domain-tangzheng202202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subdomain reconnaissance, SSL certificate inspection, WHOIS lookups, and DNS data validation using only Python's standard library, enabling secure domain management without external APIs.

Core Features & Use Cases

  • Subdomain discovery via public data sources and DNS analysis.
  • SSL certificate inspection, WHOIS lookup, and DNS record verification for multiple domains.
  • Bulk domain health checks and readiness assessments across portfolios and vendors.

Quick Start

Run a domain health check to identify subdomains, SSL status, and DNS configurations for a list of domains.

Frequently Asked Questions about domain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform DNS record verification and subdomain discovery without external API keys?

You can perform DNS record verification and subdomain discovery using only Python's standard library, avoiding external API keys. The Skill queries public data sources to identify subdomains and validates common DNS records like A, AAAA, MX, NS, TXT, and CNAME.

How do I run bulk domain health checks across a corporate portfolio?

Run bulk domain health checks by applying parallel analysis to multiple domains. This verifies DNS configurations, checks SSL certificates, and performs WHOIS lookups simultaneously to assess readiness across corporate portfolios and service providers.

Do I need to install third-party libraries to inspect SSL certificates and perform WHOIS lookups?

No, you do not need to install third-party libraries to inspect SSL certificates or perform WHOIS lookups. The Skill operates entirely using Python's built-in standard library, requiring zero external dependencies or API keys.

What is the best way to audit domain security configurations using Python?

The best way to audit domain security configurations using Python is applying standard library modules for subdomain discovery, SSL certificate inspection, and DNS record validation to evaluate security posture across multiple domains.

Can I check multiple DNS record types like MX, TXT, and CNAME simultaneously?

Yes, you can check multiple DNS record types simultaneously. The Skill supports parallel analysis of common DNS records including A, AAAA, MX, NS, TXT, and CNAME across multiple domains for comprehensive validation.