Skip to main content

quien

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).

跳到安装

来源信息

仓库
retlehs/quien
最近来源活动
2026年6月23日 23:11
检测到的 SKILL.md 语言
英语
星标
1,268
分支
32

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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 ```bash # 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 about | Command | |---|---| | Domain owner, registrar, expiry | `quien whois example.com` | | DNS records | `quien dns example.com` | | Email setup, SPF, DMARC, DKIM | `quien mail example.com` | | SSL certificate, expiry | `quien tls example.com` | | HTTP headers, redirects, server | `quien http example.com` | | SEO, Core Web Vitals | `quien seo example.com` | | Tech stack, CMS, framework | `quien stack example.com` | | Everything about a domain | `quien all example.com` | | IP owner, network, abuse contact | `quien whois 8.8.8.8` | ## Install ```bash go install github.com/retlehs/quien@latest ``` ### Homebrew ```bash brew install quien ```
在 GitHub 查看