원클릭으로
dns-lookup
Look up DNS records with dig. Use when the user asks what a domain resolves to, or wants to inspect A, AAAA, MX, TXT, or NS records.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Look up DNS records with dig. Use when the user asks what a domain resolves to, or wants to inspect A, AAAA, MX, TXT, or NS records.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Query, filter, and reshape JSON files with jq. Use when the user wants to extract fields from JSON, transform JSON structure, or inspect large JSON documents.
Append timestamped echo notes via the bundled note server. Use when the user asks to echo or repeat something back through the notes tool.
House style for writing release notes and changelogs. Use when drafting, reviewing, or editing release notes, changelog entries, or version announcements.
Download files and pages from the web with curl. Use when the user wants to fetch a URL to disk.
| name | dns-lookup |
| description | Look up DNS records with dig. Use when the user asks what a domain resolves to, or wants to inspect A, AAAA, MX, TXT, or NS records. |
| metadata | {"loom.tools":"bash = { capabilities = { commands = [\"dig\"], network = \"*\" } }\n"} |
Use the bash tool to invoke dig. Its network grant is bound to the
dig command itself, so it holds even inside a pipeline — dig +short example.com | sort works. Common invocations:
dig +short example.comdig +short example.com MXdig +trace example.comdig +short example.com | tail -1