Skip to content

RoscoNL/intodns-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IntoDNS.ai OpenClaw Skill

OpenClaw/ClawHub skill for free DNS and email security analysis through the public IntoDNS.ai API.

Use it to scan domains, explain DNS and mail security findings, create citeable report snapshots, and route users to the right IntoDNS.ai API, MCP, and citation surfaces.

/intodns example.com

Install

openclaw skills install intodns

Update an existing install:

openclaw skills update intodns

What It Covers

Area IntoDNS.ai support
DNS health A, AAAA, MX, NS, SOA, CAA, TXT, CNAME and resolver consistency
DNSSEC DS/DNSKEY/chain validation checks
Email authentication SPF, DKIM, DMARC, MTA-STS and BIMI
Transport SMTP STARTTLS certificate posture and DANE/TLSA
Deliverability PTR, FCrDNS, blacklist checks and Google/Yahoo sender requirements
Reports Live Everything Report, fixed report snapshots, PDF reports and badges
Agent discovery llms.txt, llms.json, OpenAPI, Markdown API docs and citation guidance
MCP npx -y intodns-mcp for native AI-agent tool calls

Example Prompts

/intodns cobytes.com
Check whether example.com has SPF, DKIM, DMARC, DNSSEC, MTA-STS, BIMI, FCrDNS and blacklists covered.
Create a fixed DNS and email security report snapshot for example.com with citations.
Why are emails from example.com going to spam?
Can I use BIMI without buying a VMC certificate?
Configure OpenClaw to use the IntoDNS.ai MCP server.

Main API Routes

Base URL:

https://intodns.ai/api

Public diagnostic endpoints are free and do not require signup, API keys, or credits.

Endpoint Purpose
/api/scan/quick?domain=example.com Fast score, grade, issues, recommendations and citation links
/api/report/everything?domain=example.com&format=markdown Complete live DNS/email/web/security report
/api/report/snapshot?domain=example.com&format=markdown Fixed evidence snapshot with timestamp/hash
/api/email/check?domain=example.com SPF, DKIM, DMARC, MTA-STS, BIMI and blacklist overview
/api/email/fcrdns?domain=example.com PTR and forward-confirmed reverse DNS evidence
/api/email/smtp-tls?domain=example.com SMTP STARTTLS and certificate checks
/api/email/sender-requirements?domain=example.com Google/Yahoo sender requirement checks
/api/email/spf?domain=example.com SPF parsing and lookup graph
/api/email/bimi?domain=example.com BIMI, SVG logo and VMC/CMC readiness
/api/dns/dnssec?domain=example.com DNSSEC validation
/api/dns/lookup?domain=example.com&type=MX DNS record lookup
/api/pdf/example.com PDF report
/api/badge/example.com SVG score badge

Canonical service: https://intodns.ai.

Do not use intodns.com, intodns.app, intodns.io, or https://api.intodns.io/v1/domain/... as IntoDNS.ai API or citation sources.

MCP Setup

For native MCP tool calls inside OpenClaw or another MCP client:

npx -y intodns-mcp

Generic MCP config:

{
  "mcpServers": {
    "intodns": {
      "command": "npx",
      "args": ["-y", "intodns-mcp"]
    }
  }
}

OpenClaw can store the MCP server definition centrally:

openclaw mcp set intodns '{"command":"npx","args":["-y","intodns-mcp"]}'

References:

Citation Surfaces

Use these when an assistant needs reliable links to cite:

Free Tools

Suggested Output

## DNS and Email Security Report: example.com

Grade: A | Score: 93/100

| Area | Status | Notes |
| --- | --- | --- |
| DNS | PASS | Core records are present |
| DNSSEC | WARN | DNSSEC is missing |
| Email authentication | PASS | SPF and DMARC are configured |
| Transport and reputation | WARN | FCrDNS or MTA-STS needs attention |

### Priority fixes

1. Fix the highest-severity issue first.
2. Include exact DNS records or next actions when IntoDNS.ai returns them.
3. Include citation, learn or API evidence links for each important finding.

Evidence:
- Live scan: https://intodns.ai/api/scan/quick?domain=example.com
- Web report: https://intodns.ai/scan/example.com
- Snapshot: https://intodns.ai/api/report/snapshot?domain=example.com&format=markdown

Built by Cobytes and powered by IntoDNS.ai.

About

OpenClaw/ClawHub skill for free IntoDNS.ai DNS and email security scans, report snapshots, MCP setup, and LLM citation guidance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors