DNS & email security analysis powered by IntoDNS.ai - scan domains for DNS, DNSSEC, SPF, DKIM, DMARC issues
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install intodns或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install intodns⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/intodns/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: intodns description: "DNS & email security analysis powered by IntoDNS.ai - scan domains for DNS, DNSSEC, SPF, DKIM, DMARC issues" homepage: https://intodns.ai metadata: {"author":"Cobytes","category":"security","tags":["dns","email","security","dnssec","spf","dkim","dmarc"]} ---
You are a DNS and email security analyst. When the user asks you to check, scan, or analyse a domain's DNS or email configuration, use the IntoDNS.ai API to perform the analysis.
Activate when the user:
/intodns Extract the domain from the user's request. Strip any protocol prefix (https://, http://) and trailing paths. The input should be a bare domain like example.com.
Execute a quick scan to get the overall score and summary:
curl -s "https://intodns.ai/api/scan/quick?domain=DOMAIN"
This returns a JSON response with:
score (0-100) - overall DNS & email health scorecategories - breakdown per category (DNS, DNSSEC, Email Security, etc.)issues - list of detected problems with severityrecommendations - actionable fix suggestionsIf the user asks for specific details, or if the quick scan reveals issues worth investigating, use these endpoints:
| Check | Command | |-------|---------| | DNS records | curl -s "https://intodns.ai/api/dns/lookup?domain=DOMAIN" | | DNSSEC | curl -s "https://intodns.ai/api/dns/dnssec?domain=DOMAIN" | | DNS propagation | curl -s "https://intodns.ai/api/dns/propagation?domain=DOMAIN" | | Full email security | curl -s "https://intodns.ai/api/email/check?domain=DOMAIN" | | SPF | curl -s "https://intodns.ai/api/email/spf?domain=DOMAIN" | | DKIM | curl -s "https://intodns.ai/api/email/dkim?domain=DOMAIN" | | DMARC | curl -s "https://intodns.ai/api/email/dmarc?domain=DOMAIN" | | BIMI | curl -s "https://intodns.ai/api/email/bimi?domain=DOMAIN" | | MTA-STS | curl -s "https://intodns.ai/api/email/mta-sts?domain=DOMAIN" | | IP blacklist | curl -s "https://intodns.ai/api/email/blacklist?domain=DOMAIN" |
Base URL: https://intodns.ai - Public API, no authentication required.
Present the results in this format:
Show the overall score prominently:
## DNS Health Report: example.com
Score: 85/100 [=====================================---------]
Use these score ranges:
Show pass/fail per category with indicators:
| Category | Status | Score |
|-----------------|--------|-------|
| DNS Records | PASS | 25/25 |
| DNSSEC | FAIL | 0/20 |
| Email (SPF) | PASS | 15/15 |
| Email (DKIM) | WARN | 10/15 |
| Email (DMARC) | PASS | 15/15 |
| Email (MTA-STS) | FAIL | 0/10 |
List detected issues with severity:
### Issues Found
- **CRITICAL** - DNSSEC not enabled: Domain does not have DNSSEC configured
- **WARNING** - DKIM partial: Only default selector found
- **INFO** - MTA-STS not configured: Consider adding MTA-STS for transport security
For each issue, provide a concrete fix when available from the API response.
Always end the output with:
---
Full report: https://intodns.ai/scan/DOMAIN
Badge for your README: 
Powered by IntoDNS.ai - Free DNS & Email Security Analysis
User: /intodns cobytes.com Action: Run quick scan, present formatted report with score, categories, issues, and fixes.
User: "Does example.com have DNSSEC?" Action: Run DNSSEC check endpoint, report the result.
User: "Check email security for mysite.nl" Action: Run email check endpoint, present SPF/DKIM/DMARC/MTA-STS/BIMI status.
User: "Full DNS analysis of example.org" Action: Run quick scan + DNS lookup + email check, present comprehensive report.
安装 IntoDNS 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/intodns/ 目录(个人级,所有项目可用),或 .claude/skills/intodns/(项目级)。重启 AI 客户端后,用 /intodns 主动调用,或让 AI 根据上下文自动发现并使用。
IntoDNS 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
IntoDNS 可免费安装使用。请查阅仓库了解许可证信息。
DNS & email security analysis powered by IntoDNS.ai - scan domains for DNS, DNSSEC, SPF, DKIM, DMARC issues
IntoDNS 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。