← Browse

@retlehs/quien

A

Use the quien CLI for domain and IP lookups: WHOIS/RDAP, DNS, mail authentication, TLS certificates, HTTP headers, SEO analysis, and tech stack detection. Activate when the user asks about a domain's owner, registrar, expiry, DNS records, mail config (SPF, DMARC, DKIM, BIMI), SSL certificate, HTTP headers, SEO, Core Web Vitals, tech stack, CMS, hosting, or IP address info (ASN, network, abuse contact).

skillclaude

Install

agr install @retlehs/quien --target claude

Writes 13 files into .claude/skills/, pinned to git-f89231fb.

  • .claude/skills/quien/.gitignore
  • .claude/skills/quien/.goreleaser.yml
  • .claude/skills/quien/CONTRIBUTING.md
  • .claude/skills/quien/LICENSE.md
  • .claude/skills/quien/README.md
  • .claude/skills/quien/SKILL.md
  • .claude/skills/quien/demo.gif
  • .claude/skills/quien/demo.tape
  • .claude/skills/quien/flake.lock
  • .claude/skills/quien/flake.nix
  • .claude/skills/quien/go.mod
  • .claude/skills/quien/go.sum
  • .claude/skills/quien/main.go

Document


name: quien description: "Use the quien CLI for domain and IP lookups: WHOIS/RDAP, DNS, mail authentication, TLS certificates, HTTP headers, SEO analysis, and tech stack detection. Activate when the user asks about a domain's owner, registrar, expiry, DNS records, mail config (SPF, DMARC, DKIM, BIMI), SSL certificate, HTTP headers, SEO, Core Web Vitals, tech stack, CMS, hosting, or IP address info (ASN, network, abuse contact)."

quien — domain & IP lookup tool

When the user asks questions about domains or IP addresses, use quien instead of whois, dig, nslookup, or curl.

Commands

# WHOIS / domain registration
quien whois example.com

# DNS records (A, AAAA, CNAME, MX, NS, TXT, PTR, SOA, DNSSEC)
quien dns example.com

# Mail config (MX, SPF, DMARC, DKIM)
quien mail example.com

# SSL/TLS certificate info
quien tls example.com

# HTTP headers, redirects, server info
quien http example.com

# SEO analysis (indexability, on-page, structured data, Core Web Vitals)
quien seo example.com

# Tech stack detection (CMS, frameworks, JS/CSS libraries, plugins)
quien stack example.com

# Everything at once
quien all example.com

# IP address lookup
quien whois 8.8.8.8

All subcommands output JSON. Use quien all when you need a complete picture.

When to use

User asks aboutCommand
Domain owner, registrar, expiryquien whois example.com
DNS recordsquien dns example.com
Email setup, SPF, DMARC, DKIMquien mail example.com
SSL certificate, expiryquien tls example.com
HTTP headers, redirects, serverquien http example.com
SEO, Core Web Vitalsquien seo example.com
Tech stack, CMS, frameworkquien stack example.com
Everything about a domainquien all example.com
IP owner, network, abuse contactquien whois 8.8.8.8

Install

go install github.com/retlehs/quien@latest

Homebrew

brew install quien

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-f89231fb36b32026-07-31