Skip to content
Development
Skill

/domain-intel

Passive domain reconnaissance using Python stdlib. Use this skill for subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required. Triggers on requests like "find subdomains",

From plugin
kevinnft-ai-agent-skills
14169 skills
Install
$ npx -y skills add kevinnft/ai-agent-skills --skill domain-intel --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/domain-intel

Context preview

The summary Claude sees to decide when to auto-load this skill.

Passive domain reconnaissance using Python stdlib. Use this skill for subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required. Triggers on requests like "find subdomains",

SKILL.md

domain-intel.SKILL.md
name: domain-intel
description: Passive domain reconnaissance using Python stdlib. Use this skill for subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required. Triggers on requests like "find subdomains", "check ssl cert", "whois lookup", "is this domain available", "bulk check these domains".
license: MIT
origin: original
language: en

Passive domain intelligence using only Python stdlib and public data sources. Zero dependencies. Zero API keys. Works out of the box.

Capabilities

  • Subdomain discovery via crt.sh certificate transparency logs
  • Live SSL/TLS certificate inspection (expiry, cipher, SANs, TLS version)
  • WHOIS lookup — supports 100+ TLDs via direct TCP queries
  • DNS records: A, AAAA, MX, NS, TXT, CNAME
  • Domain availability check (DNS + WHOIS + SSL signals)
  • Bulk multi-domain analysis in parallel (up to 20 domains)

Data Sources

  • crt.sh — Certificate Transparency logs
  • WHOIS servers — Direct TCP to 100+ authoritative TLD servers
  • Google DNS-over-HTTPS — MX/NS/TXT/CNAME resolution
  • System DNS — A/AAAA records
Ships withkevinnft-ai-agent-skills

191 attribution-first agent skills for Hermes Agent, Claude Code, Cursor — one installer, 28 categories, searchable catalog. See NOTICE for upstream attribution.

Get the whole plugin

Other skills on kevinnft-ai-agent-skills.