在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用dns-lookup
星标24
分支5
更新时间2026年3月3日 22:26
DNS records and WHOIS domain info
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
3 个文件SKILL.md
readonly菜单
DNS records and WHOIS domain info
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Send emails via SMTP
Generate cryptographically secure passwords with configurable character sets
Bitbucket REST API 2.0 — repos, pull requests, branches, issues, pipelines, and more
Complete local and remote git operations (init, clone, commit, push, pull, branch, merge, rebase, tag, stash, and more)
GitHub REST API v3 — repos, issues, PRs, branches, releases, actions, gists, and more
GitLab REST API v4 — projects, issues, merge requests, branches, pipelines, releases, and more
基于 SOC 职业分类
| name | DNS Lookup |
| description | DNS records and WHOIS domain info |
| script | scripts/main.ts |
| language | javascript |
| install | bun install |
| timeout | 15 |
Look up DNS records for a domain and optionally fetch WHOIS information.
domain (string, required): Domain name to look uptype (string, optional): Record type - "A", "AAAA", "MX", "NS", "TXT", "CNAME", "SOA", or "all" (default "all")whois (boolean, optional): Whether to include WHOIS data, default falserecords (object): DNS records organized by typewhois_data (string): WHOIS information (if requested)