{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/intodns",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intodns",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/intodns",
    "agentPageUrl": "https://openagent3.xyz/skills/intodns/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intodns/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intodns/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "IntoDNS - DNS & Email Security Analysis",
        "body": "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."
      },
      {
        "title": "When to activate",
        "body": "Activate when the user:\n\nAsks to check/scan/analyse DNS for a domain\nWants to verify email security (SPF, DKIM, DMARC, MTA-STS, BIMI)\nAsks about DNSSEC status\nWants a DNS health check or score\nAsks about email deliverability configuration\nUses /intodns <domain>"
      },
      {
        "title": "Step 1: Validate the domain",
        "body": "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."
      },
      {
        "title": "Step 2: Run the quick scan",
        "body": "Execute a quick scan to get the overall score and summary:\n\ncurl -s \"https://intodns.ai/api/scan/quick?domain=DOMAIN\"\n\nThis returns a JSON response with:\n\nscore (0-100) - overall DNS & email health score\ncategories - breakdown per category (DNS, DNSSEC, Email Security, etc.)\nissues - list of detected problems with severity\nrecommendations - actionable fix suggestions"
      },
      {
        "title": "Step 3: Run additional checks if needed",
        "body": "If the user asks for specific details, or if the quick scan reveals issues worth investigating, use these endpoints:\n\nCheckCommandDNS 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\"\n\nBase URL: https://intodns.ai - Public API, no authentication required."
      },
      {
        "title": "Output formatting",
        "body": "Present the results in this format:"
      },
      {
        "title": "1. Score header",
        "body": "Show the overall score prominently:\n\n## DNS Health Report: example.com\n\nScore: 85/100 [=====================================---------]\n\nUse these score ranges:\n\n90-100: Excellent - domain is well configured\n70-89: Good - minor issues to address\n50-69: Fair - several issues need attention\n0-49: Poor - critical issues detected"
      },
      {
        "title": "2. Category breakdown",
        "body": "Show pass/fail per category with indicators:\n\n| Category        | Status | Score |\n|-----------------|--------|-------|\n| DNS Records     | PASS   | 25/25 |\n| DNSSEC          | FAIL   | 0/20  |\n| Email (SPF)     | PASS   | 15/15 |\n| Email (DKIM)    | WARN   | 10/15 |\n| Email (DMARC)   | PASS   | 15/15 |\n| Email (MTA-STS) | FAIL   | 0/10  |"
      },
      {
        "title": "3. Issues",
        "body": "List detected issues with severity:\n\n### Issues Found\n\n- **CRITICAL** - DNSSEC not enabled: Domain does not have DNSSEC configured\n- **WARNING** - DKIM partial: Only default selector found\n- **INFO** - MTA-STS not configured: Consider adding MTA-STS for transport security"
      },
      {
        "title": "4. Fix suggestions",
        "body": "For each issue, provide a concrete fix when available from the API response."
      },
      {
        "title": "5. Footer (always include)",
        "body": "Always end the output with:\n\n---\nFull report: https://intodns.ai/scan/DOMAIN\nBadge for your README: ![DNS Score](https://intodns.ai/api/badge/DOMAIN)\n\nPowered by IntoDNS.ai - Free DNS & Email Security Analysis"
      },
      {
        "title": "Error handling",
        "body": "Invalid domain: Tell the user the domain appears invalid and ask them to verify\nNetwork error / timeout: Inform the user and suggest trying again or visiting https://intodns.ai directly\nRate limited (429): Tell the user to wait a moment and try again\nAPI error (500): Suggest visiting https://intodns.ai/scan/DOMAIN in a browser instead"
      },
      {
        "title": "Examples",
        "body": "User: /intodns cobytes.com\nAction: Run quick scan, present formatted report with score, categories, issues, and fixes.\n\nUser: \"Does example.com have DNSSEC?\"\nAction: Run DNSSEC check endpoint, report the result.\n\nUser: \"Check email security for mysite.nl\"\nAction: Run email check endpoint, present SPF/DKIM/DMARC/MTA-STS/BIMI status.\n\nUser: \"Full DNS analysis of example.org\"\nAction: Run quick scan + DNS lookup + email check, present comprehensive report."
      }
    ],
    "body": "IntoDNS - DNS & Email Security Analysis\n\nYou 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.\n\nWhen to activate\n\nActivate when the user:\n\nAsks to check/scan/analyse DNS for a domain\nWants to verify email security (SPF, DKIM, DMARC, MTA-STS, BIMI)\nAsks about DNSSEC status\nWants a DNS health check or score\nAsks about email deliverability configuration\nUses /intodns <domain>\nHow to perform a scan\nStep 1: Validate the domain\n\nExtract 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.\n\nStep 2: Run the quick scan\n\nExecute a quick scan to get the overall score and summary:\n\ncurl -s \"https://intodns.ai/api/scan/quick?domain=DOMAIN\"\n\n\nThis returns a JSON response with:\n\nscore (0-100) - overall DNS & email health score\ncategories - breakdown per category (DNS, DNSSEC, Email Security, etc.)\nissues - list of detected problems with severity\nrecommendations - actionable fix suggestions\nStep 3: Run additional checks if needed\n\nIf the user asks for specific details, or if the quick scan reveals issues worth investigating, use these endpoints:\n\nCheck\tCommand\nDNS records\tcurl -s \"https://intodns.ai/api/dns/lookup?domain=DOMAIN\"\nDNSSEC\tcurl -s \"https://intodns.ai/api/dns/dnssec?domain=DOMAIN\"\nDNS propagation\tcurl -s \"https://intodns.ai/api/dns/propagation?domain=DOMAIN\"\nFull email security\tcurl -s \"https://intodns.ai/api/email/check?domain=DOMAIN\"\nSPF\tcurl -s \"https://intodns.ai/api/email/spf?domain=DOMAIN\"\nDKIM\tcurl -s \"https://intodns.ai/api/email/dkim?domain=DOMAIN\"\nDMARC\tcurl -s \"https://intodns.ai/api/email/dmarc?domain=DOMAIN\"\nBIMI\tcurl -s \"https://intodns.ai/api/email/bimi?domain=DOMAIN\"\nMTA-STS\tcurl -s \"https://intodns.ai/api/email/mta-sts?domain=DOMAIN\"\nIP blacklist\tcurl -s \"https://intodns.ai/api/email/blacklist?domain=DOMAIN\"\n\nBase URL: https://intodns.ai - Public API, no authentication required.\n\nOutput formatting\n\nPresent the results in this format:\n\n1. Score header\n\nShow the overall score prominently:\n\n## DNS Health Report: example.com\n\nScore: 85/100 [=====================================---------]\n\n\nUse these score ranges:\n\n90-100: Excellent - domain is well configured\n70-89: Good - minor issues to address\n50-69: Fair - several issues need attention\n0-49: Poor - critical issues detected\n2. Category breakdown\n\nShow pass/fail per category with indicators:\n\n| Category        | Status | Score |\n|-----------------|--------|-------|\n| DNS Records     | PASS   | 25/25 |\n| DNSSEC          | FAIL   | 0/20  |\n| Email (SPF)     | PASS   | 15/15 |\n| Email (DKIM)    | WARN   | 10/15 |\n| Email (DMARC)   | PASS   | 15/15 |\n| Email (MTA-STS) | FAIL   | 0/10  |\n\n3. Issues\n\nList detected issues with severity:\n\n### Issues Found\n\n- **CRITICAL** - DNSSEC not enabled: Domain does not have DNSSEC configured\n- **WARNING** - DKIM partial: Only default selector found\n- **INFO** - MTA-STS not configured: Consider adding MTA-STS for transport security\n\n4. Fix suggestions\n\nFor each issue, provide a concrete fix when available from the API response.\n\n5. Footer (always include)\n\nAlways end the output with:\n\n---\nFull report: https://intodns.ai/scan/DOMAIN\nBadge for your README: ![DNS Score](https://intodns.ai/api/badge/DOMAIN)\n\nPowered by IntoDNS.ai - Free DNS & Email Security Analysis\n\nError handling\nInvalid domain: Tell the user the domain appears invalid and ask them to verify\nNetwork error / timeout: Inform the user and suggest trying again or visiting https://intodns.ai directly\nRate limited (429): Tell the user to wait a moment and try again\nAPI error (500): Suggest visiting https://intodns.ai/scan/DOMAIN in a browser instead\nExamples\n\nUser: /intodns cobytes.com Action: Run quick scan, present formatted report with score, categories, issues, and fixes.\n\nUser: \"Does example.com have DNSSEC?\" Action: Run DNSSEC check endpoint, report the result.\n\nUser: \"Check email security for mysite.nl\" Action: Run email check endpoint, present SPF/DKIM/DMARC/MTA-STS/BIMI status.\n\nUser: \"Full DNS analysis of example.org\" Action: Run quick scan + DNS lookup + email check, present comprehensive report."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RoscoNL/intodns",
    "publisherUrl": "https://clawhub.ai/RoscoNL/intodns",
    "owner": "RoscoNL",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}