# Send IntoDNS to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "intodns",
    "name": "IntoDNS",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/RoscoNL/intodns",
    "canonicalUrl": "https://clawhub.ai/RoscoNL/intodns",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/intodns",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intodns",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/intodns"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/intodns",
    "downloadUrl": "https://openagent3.xyz/downloads/intodns",
    "agentUrl": "https://openagent3.xyz/skills/intodns/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intodns/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intodns/agent.md"
  }
}
```
## Documentation

### IntoDNS - DNS & Email Security Analysis

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.

### When to activate

Activate when the user:

Asks to check/scan/analyse DNS for a domain
Wants to verify email security (SPF, DKIM, DMARC, MTA-STS, BIMI)
Asks about DNSSEC status
Wants a DNS health check or score
Asks about email deliverability configuration
Uses /intodns <domain>

### Step 1: Validate the domain

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.

### Step 2: Run the quick scan

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 score
categories - breakdown per category (DNS, DNSSEC, Email Security, etc.)
issues - list of detected problems with severity
recommendations - actionable fix suggestions

### Step 3: Run additional checks if needed

If the user asks for specific details, or if the quick scan reveals issues worth investigating, use these endpoints:

CheckCommandDNS recordscurl -s "https://intodns.ai/api/dns/lookup?domain=DOMAIN"DNSSECcurl -s "https://intodns.ai/api/dns/dnssec?domain=DOMAIN"DNS propagationcurl -s "https://intodns.ai/api/dns/propagation?domain=DOMAIN"Full email securitycurl -s "https://intodns.ai/api/email/check?domain=DOMAIN"SPFcurl -s "https://intodns.ai/api/email/spf?domain=DOMAIN"DKIMcurl -s "https://intodns.ai/api/email/dkim?domain=DOMAIN"DMARCcurl -s "https://intodns.ai/api/email/dmarc?domain=DOMAIN"BIMIcurl -s "https://intodns.ai/api/email/bimi?domain=DOMAIN"MTA-STScurl -s "https://intodns.ai/api/email/mta-sts?domain=DOMAIN"IP blacklistcurl -s "https://intodns.ai/api/email/blacklist?domain=DOMAIN"

Base URL: https://intodns.ai - Public API, no authentication required.

### Output formatting

Present the results in this format:

### 1. Score header

Show the overall score prominently:

## DNS Health Report: example.com

Score: 85/100 [=====================================---------]

Use these score ranges:

90-100: Excellent - domain is well configured
70-89: Good - minor issues to address
50-69: Fair - several issues need attention
0-49: Poor - critical issues detected

### 2. Category breakdown

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  |

### 3. Issues

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

### 4. Fix suggestions

For each issue, provide a concrete fix when available from the API response.

### 5. Footer (always include)

Always end the output with:

---
Full report: https://intodns.ai/scan/DOMAIN
Badge for your README: ![DNS Score](https://intodns.ai/api/badge/DOMAIN)

Powered by IntoDNS.ai - Free DNS & Email Security Analysis

### Error handling

Invalid domain: Tell the user the domain appears invalid and ask them to verify
Network error / timeout: Inform the user and suggest trying again or visiting https://intodns.ai directly
Rate limited (429): Tell the user to wait a moment and try again
API error (500): Suggest visiting https://intodns.ai/scan/DOMAIN in a browser instead

### Examples

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: RoscoNL
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/intodns)
- [Send to Agent page](https://openagent3.xyz/skills/intodns/agent)
- [JSON manifest](https://openagent3.xyz/skills/intodns/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/intodns/agent.md)
- [Download page](https://openagent3.xyz/downloads/intodns)