domain-intel Skill
Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required. Published by NousResearch in hermes-agent.
What is domain-intel Skill?
Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use domain-intel Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: optional-skills/research/domain-intel/SKILL.md
What it does
Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required.
Skill instructions
Domain Intelligence — Passive OSINT Passive domain reconnaissance using only Python stdlib. Zero dependencies. Zero API keys. Works on Linux, macOS, and Windows. Helper script This skill includes scripts/domainintel.py — a complete CLI tool for all domain intelligence operations. bash Subdomain discovery via Certificate Transparency logs python3 SKILLDIR/scripts/domainintel.py subdomains example.com SSL certificate inspection (expiry, cipher, SANs, issuer) python3 SKILLDIR/scripts/domainintel.py ssl example.com WHOIS lookup (registrar, dates, name servers — 100+ TLDs) python3 SKILLDIR/scripts/domainintel.py whois example.com DNS records (A, AAAA, MX, NS, TXT, CNAME) python3 SKILLDIR/scripts/domainintel.py dns example.com Domain availability check (passive: DNS + WHOIS + SSL signals) python3 SKILLDIR/scripts/domainintel.py available coolstartup.io Bulk analysis — multiple domains, multiple checks in parallel python3 SKILLDIR/scripts/domainintel.py bulk example.com github.com google.com
Explore related resources
Frequently asked questions
What is domain-intel?
domain-intel is a open-source AI agent skill with Copy skill directory. Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis.
Who is domain-intel best for?
domain-intel is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install domain-intel?
Install or run domain-intel using Copy skill directory. Check domain-intel for the latest setup command.
Is domain-intel actively maintained?
domain-intel may need a closer maintenance check before production use.
Auto-fetched from GitHub.