domain-intel

domain-intel is a skill for Claude Code, Codex from kevinnft/ai-agent-skills. It costs 79 tokens per session (271 once invoked), scanned A, original, MIT.

A domain-research tool that checks public DNS, WHOIS, and SSL certificate data for websites.

In plain words
What is it for?
Use it to find subdomains, inspect certificates, look up ownership details, check DNS records, assess domain availability, or compare multiple domains.
Why use it?
It gathers common domain details in one place without requiring paid services or API keys.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find subdomains, inspect certificates, look up ownership details, check DNS records, assess domain availability, or compare multiple domains.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevinnft/ai-agent-skills/domain-intel
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kevinnft/ai-agent-skills --skill domain-intel
Clone the repo
git clone --depth 1 https://github.com/kevinnft/ai-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for domain-intel

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/domain-intel/github.svg)](https://agentmods.dev/skills/kevinnft/ai-agent-skills/domain-intel)
Your own site
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/domain-intel"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/domain-intel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for domain-intel

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/domain-intel"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/domain-intel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 271 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00079 $0.00271
Opus 5 $0.00039 $0.00135
Sonnet 5 $0.00016 $0.00054
Haiku 4.5 $0.00008 $0.00027

Measured 8d ago against content hash 8bc2b85caee7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

domain-intel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/domain/domain-intel/SKILL.md · 27 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 27 lines · 79 tokens per session scan A 8bc2b85caee7

Subscribe to this mod's changes

domain-intel is a skill published in the GitHub repository kevinnft/ai-agent-skills (14 stars, last pushed 1mo ago), licensed MIT. It adds 79 tokens to every session and 271 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

extract-design

Extract a complete design system — colors, typography, spacing, components, shadows, and W3C design tokens — from any live website using Dembrandt. Runs a headless browser against the URL and returns real computed values from the DOM. Use when you need a site's actual design tokens, want to reverse-engineer a visual…

dembrandt/dembrandt-skills · 82 tokens

elevation-and-depth

Elevation — subtle shadows and layering — communicates visual hierarchy by lifting elements above the surface. Combined with border-radius, it creates the tactile quality of cards, modals, and interactive surfaces. Use when designing cards, dropdowns, modals, tooltips, or any floating UI element.

dembrandt/dembrandt-skills · 62 tokens

loading-states-and-perceived-performance

Manage user expectations during wait times with appropriate loading states — from simple spinners to complex skeleton screens and staggered animations. Perceived performance is often more important than actual load time. Use when designing data-heavy components, handling API calls, building hero sections, or improving…

dembrandt/dembrandt-skills · 68 tokens

tab-navigation

Tabs organise related content under a shared context — switching tabs swaps the view without leaving the page. Use when a screen has multiple distinct content areas that share a common header or action set, and when the user needs to switch between them frequently. Use when designing tabbed layouts, content panels…

dembrandt/dembrandt-skills · 74 tokens

status-colors-and-errors

Keep status and error colours minimal and consistent — too many semantic colours confuse users. Each colour must mean exactly one thing. Errors should be recoverable, large failures must be prevented, and the UI should always give the user a path forward. Use when designing status indicators, error states, form…

dembrandt/dembrandt-skills · 73 tokens