{
  "schemaVersion": "1.0",
  "item": {
    "slug": "domain-dns-ops",
    "name": "Domain Dns Ops",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/steipete/domain-dns-ops",
    "canonicalUrl": "https://clawhub.ai/steipete/domain-dns-ops",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/domain-dns-ops",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=domain-dns-ops",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/manager-repo.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/domain-dns-ops"
    },
    "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/domain-dns-ops",
    "agentPageUrl": "https://openagent3.xyz/skills/domain-dns-ops/agent",
    "manifestUrl": "https://openagent3.xyz/skills/domain-dns-ops/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/domain-dns-ops/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": "Domain/DNS Ops (Peter)",
        "body": "This skill is a thin router: use ~/Projects/manager as truth, run the repo scripts, follow the checklists."
      },
      {
        "title": "Source of truth (read first)",
        "body": "~/Projects/manager/DOMAINS.md (domain -> target map; registrar hints; exclusions)\n~/Projects/manager/DNS.md (Cloudflare onboarding + DNS/redirect checklist)\n~/Projects/manager/redirect-worker.ts + ~/Projects/manager/redirect-worker-mapping.md (worker redirects)"
      },
      {
        "title": "Golden path (new vanity domain -> Cloudflare -> redirect)",
        "body": "Decide routing model\n\nPage Rule redirect (small scale, per-zone).\nRulesets / Bulk Redirects (account-level; needs token perms).\nWorker route (fallback; uses redirect-worker).\n\n\nCloudflare zone\n\nCreate zone (UI), then confirm with cli4:\n\ncli4 --get name=example.com /zones\n\n\n\n\nNameservers\n\nIf registrar = Namecheap: cd ~/Projects/manager && source profile && bin/namecheap-set-ns example.com emma.ns.cloudflare.com scott.ns.cloudflare.com\nIf registrar = DNSimple: see ~/Projects/manager/DNS.md for delegation API notes.\n\n\nDNS placeholders (so CF can terminate HTTPS)\n\nProxied apex A + wildcard A → 192.0.2.1 (see ~/Projects/manager/DNS.md for exact cli4 calls).\n\n\nRedirect\n\nIf using Page Rules: use the cli4 --post ... /pagerules template from ~/Projects/manager/DNS.md.\nIf using Worker: update mapping (~/Projects/manager/redirect-worker-mapping.md), deploy/bind routes per ~/Projects/manager/DNS.md.\n\n\nVerify\n\nDNS: dig +short example.com @1.1.1.1 (expect CF anycast).\nHTTPS redirect: curl -I https://example.com (expect 301)."
      },
      {
        "title": "Common ops",
        "body": "Cloudflare token sanity: source ~/.profile (prefer CLOUDFLARE_API_TOKEN; CF_API_TOKEN fallback).\nDisable “Block AI bots”: cd ~/Projects/manager && source profile && bin/cloudflare-ai-bots status / bin/cloudflare-ai-bots disable."
      },
      {
        "title": "After edits (commit/push)",
        "body": "If you changed anything in ~/Projects/manager (docs, worker, scripts, mappings): commit there too.\n\nReview: cd ~/Projects/manager && git status && git diff\nStage: git add <paths>\nCommit (Conventional Commits): git commit -m \"feat: …\" / fix: / docs: / chore:\nPush only when explicitly asked: git push origin main"
      },
      {
        "title": "Guardrails",
        "body": "Don’t touch .md lore domains or steipete.md unless explicitly asked; check ~/Projects/manager/DOMAINS.md.\nConfirm registrar before debugging CF “invalid nameservers” (often “wrong registrar”).\nPrefer reversible steps; verify after each change (NS → DNS → redirect)."
      }
    ],
    "body": "Domain/DNS Ops (Peter)\n\nThis skill is a thin router: use ~/Projects/manager as truth, run the repo scripts, follow the checklists.\n\nSource of truth (read first)\n~/Projects/manager/DOMAINS.md (domain -> target map; registrar hints; exclusions)\n~/Projects/manager/DNS.md (Cloudflare onboarding + DNS/redirect checklist)\n~/Projects/manager/redirect-worker.ts + ~/Projects/manager/redirect-worker-mapping.md (worker redirects)\nGolden path (new vanity domain -> Cloudflare -> redirect)\nDecide routing model\nPage Rule redirect (small scale, per-zone).\nRulesets / Bulk Redirects (account-level; needs token perms).\nWorker route (fallback; uses redirect-worker).\nCloudflare zone\nCreate zone (UI), then confirm with cli4:\ncli4 --get name=example.com /zones\nNameservers\nIf registrar = Namecheap: cd ~/Projects/manager && source profile && bin/namecheap-set-ns example.com emma.ns.cloudflare.com scott.ns.cloudflare.com\nIf registrar = DNSimple: see ~/Projects/manager/DNS.md for delegation API notes.\nDNS placeholders (so CF can terminate HTTPS)\nProxied apex A + wildcard A → 192.0.2.1 (see ~/Projects/manager/DNS.md for exact cli4 calls).\nRedirect\nIf using Page Rules: use the cli4 --post ... /pagerules template from ~/Projects/manager/DNS.md.\nIf using Worker: update mapping (~/Projects/manager/redirect-worker-mapping.md), deploy/bind routes per ~/Projects/manager/DNS.md.\nVerify\nDNS: dig +short example.com @1.1.1.1 (expect CF anycast).\nHTTPS redirect: curl -I https://example.com (expect 301).\nCommon ops\nCloudflare token sanity: source ~/.profile (prefer CLOUDFLARE_API_TOKEN; CF_API_TOKEN fallback).\nDisable “Block AI bots”: cd ~/Projects/manager && source profile && bin/cloudflare-ai-bots status / bin/cloudflare-ai-bots disable.\nAfter edits (commit/push)\n\nIf you changed anything in ~/Projects/manager (docs, worker, scripts, mappings): commit there too.\n\nReview: cd ~/Projects/manager && git status && git diff\nStage: git add <paths>\nCommit (Conventional Commits): git commit -m \"feat: …\" / fix: / docs: / chore:\nPush only when explicitly asked: git push origin main\nGuardrails\nDon’t touch .md lore domains or steipete.md unless explicitly asked; check ~/Projects/manager/DOMAINS.md.\nConfirm registrar before debugging CF “invalid nameservers” (often “wrong registrar”).\nPrefer reversible steps; verify after each change (NS → DNS → redirect)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/steipete/domain-dns-ops",
    "publisherUrl": "https://clawhub.ai/steipete/domain-dns-ops",
    "owner": "steipete",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/domain-dns-ops",
    "downloadUrl": "https://openagent3.xyz/downloads/domain-dns-ops",
    "agentUrl": "https://openagent3.xyz/skills/domain-dns-ops/agent",
    "manifestUrl": "https://openagent3.xyz/skills/domain-dns-ops/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/domain-dns-ops/agent.md"
  }
}