{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-inwx",
    "name": "INWX",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/homeofe/openclaw-inwx",
    "canonicalUrl": "https://clawhub.ai/homeofe/openclaw-inwx",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-inwx",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-inwx",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "jest.config.cjs",
      "jest.config.ote.cjs",
      "openclaw.plugin.json",
      "package-lock.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/openclaw-inwx"
    },
    "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/openclaw-inwx",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-inwx/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-inwx/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-inwx/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "openclaw-inwx",
        "body": "OpenClaw plugin for INWX (InterNetworX) domain registrar automation.\n\nIt provides 23 tools for domain lifecycle operations, DNS management, DNSSEC, contact handling, WHOIS, and account checks."
      },
      {
        "title": "Features",
        "body": "INWX DomRobot JSON-RPC integration via domrobot-client\nEnvironment switch: production or ote\nOptional 2FA login support (otpSecret)\nSafety controls:\n\nreadOnly blocks all write tools\nallowedOperations allowlist for tool-level policy\n\n\nTypeScript strict mode"
      },
      {
        "title": "Installation",
        "body": "npm install @elvatis_com/openclaw-inwx\n\nFor local development:\n\nnpm install\nnpm run build\nnpm test"
      },
      {
        "title": "INWX Account Setup",
        "body": "Create or use your INWX account.\nEnable API access in INWX account settings.\nIf 2FA is enabled, provide a shared secret via otpSecret.\nFor safe testing, use OTE environment (ote.inwx.com)."
      },
      {
        "title": "Plugin Config",
        "body": "{\n  \"username\": \"your-inwx-user\",\n  \"password\": \"your-inwx-password\",\n  \"otpSecret\": \"optional-2fa-secret\",\n  \"environment\": \"ote\",\n  \"readOnly\": false,\n  \"allowedOperations\": []\n}"
      },
      {
        "title": "Read Tools",
        "body": "inwx_domain_check\n\nINWX method: domain.check\nParams: domain (string)\n\n\ninwx_domain_list\n\nINWX method: domain.list\nParams: optional filters (object)\n\n\ninwx_domain_info\n\nINWX method: domain.info\nParams: domain (string)\n\n\ninwx_domain_pricing\n\nINWX method: domain.check\nParams: domain (string) or domains (string[])\n\n\ninwx_nameserver_list\n\nINWX method: nameserver.list or domain.info\nParams: optional domain\n\n\ninwx_dns_record_list\n\nINWX method: nameserver.info\nParams: domain (string)\n\n\ninwx_dnssec_list\n\nINWX method: dnssec.info\nParams: optional filters\n\n\ninwx_contact_list\n\nINWX method: contact.list\nParams: optional filters\n\n\ninwx_whois\n\nINWX method: domain.whois\nParams: domain (string)\n\n\ninwx_account_info\n\nINWX method: account.info\nParams: none"
      },
      {
        "title": "Write Tools",
        "body": "inwx_domain_register\n\nINWX method: domain.create\nParams: domain, period, contacts, ns\n\n\ninwx_domain_update\n\nINWX method: domain.update\nParams: method payload\n\n\ninwx_domain_delete\n\nINWX method: domain.delete\nParams: method payload\n\n\ninwx_domain_transfer\n\nINWX method: domain.transfer\nParams: method payload\n\n\ninwx_domain_renew\n\nINWX method: domain.renew\nParams: method payload\n\n\ninwx_nameserver_set\n\nINWX method: domain.update\nParams: domain, ns (string[])\n\n\ninwx_dns_record_add\n\nINWX method: nameserver.createRecord\nParams: method payload\n\n\ninwx_dns_record_update\n\nINWX method: nameserver.updateRecord\nParams: method payload\n\n\ninwx_dns_record_delete\n\nINWX method: nameserver.deleteRecord\nParams: method payload\n\n\ninwx_dnssec_enable\n\nINWX method: dnssec.create\nParams: method payload\n\n\ninwx_dnssec_disable\n\nINWX method: dnssec.delete\nParams: method payload\n\n\ninwx_contact_create\n\nINWX method: contact.create\nParams: method payload\n\n\ninwx_contact_update\n\nINWX method: contact.update\nParams: method payload"
      },
      {
        "title": "OTE Test Environment",
        "body": "Set:\n\n{ \"environment\": \"ote\" }\n\nThis points the client to INWX OTE API endpoint and allows free integration testing without production costs."
      },
      {
        "title": "Integration with openclaw-ispconfig",
        "body": "This plugin exports provisionDomainWithHosting() for end-to-end domain-to-hosting provisioning. It orchestrates both plugins without a hard dependency:\n\nDomain check - inwx_domain_check\nDomain register - inwx_domain_register (skipped if taken or skipRegistration=true)\nNameserver set - inwx_nameserver_set\nHosting provision - isp_provision_site (site, DNS zone, mail, database)\n\nimport { buildToolset, provisionDomainWithHosting } from \"@elvatis_com/openclaw-inwx\";\nimport ispPlugin from \"@elvatis_com/openclaw-ispconfig\";\n\nconst result = await provisionDomainWithHosting(\n  buildToolset(inwxConfig),\n  ispPlugin.buildToolset(ispConfig),\n  { domain: \"example.com\", nameservers: [\"ns1.host.de\"], serverIp: \"1.2.3.4\", clientName: \"Acme\", clientEmail: \"a@acme.com\" },\n);"
      },
      {
        "title": "Safety",
        "body": "readOnly=true allows only:\n\ndomain check/list/info/pricing\nnameserver list\ndns record list\ndnssec list\ncontact list\nwhois\naccount info\n\n\nallowedOperations can restrict to explicit tool names."
      },
      {
        "title": "Notes",
        "body": "No live tests are included in this repository.\nUnit tests use mocks only."
      }
    ],
    "body": "openclaw-inwx\n\nOpenClaw plugin for INWX (InterNetworX) domain registrar automation.\n\nIt provides 23 tools for domain lifecycle operations, DNS management, DNSSEC, contact handling, WHOIS, and account checks.\n\nFeatures\nINWX DomRobot JSON-RPC integration via domrobot-client\nEnvironment switch: production or ote\nOptional 2FA login support (otpSecret)\nSafety controls:\nreadOnly blocks all write tools\nallowedOperations allowlist for tool-level policy\nTypeScript strict mode\nInstallation\nnpm install @elvatis_com/openclaw-inwx\n\n\nFor local development:\n\nnpm install\nnpm run build\nnpm test\n\nINWX Account Setup\nCreate or use your INWX account.\nEnable API access in INWX account settings.\nIf 2FA is enabled, provide a shared secret via otpSecret.\nFor safe testing, use OTE environment (ote.inwx.com).\nPlugin Config\n{\n  \"username\": \"your-inwx-user\",\n  \"password\": \"your-inwx-password\",\n  \"otpSecret\": \"optional-2fa-secret\",\n  \"environment\": \"ote\",\n  \"readOnly\": false,\n  \"allowedOperations\": []\n}\n\nTool List\nRead Tools\ninwx_domain_check\nINWX method: domain.check\nParams: domain (string)\ninwx_domain_list\nINWX method: domain.list\nParams: optional filters (object)\ninwx_domain_info\nINWX method: domain.info\nParams: domain (string)\ninwx_domain_pricing\nINWX method: domain.check\nParams: domain (string) or domains (string[])\ninwx_nameserver_list\nINWX method: nameserver.list or domain.info\nParams: optional domain\ninwx_dns_record_list\nINWX method: nameserver.info\nParams: domain (string)\ninwx_dnssec_list\nINWX method: dnssec.info\nParams: optional filters\ninwx_contact_list\nINWX method: contact.list\nParams: optional filters\ninwx_whois\nINWX method: domain.whois\nParams: domain (string)\ninwx_account_info\nINWX method: account.info\nParams: none\nWrite Tools\ninwx_domain_register\nINWX method: domain.create\nParams: domain, period, contacts, ns\ninwx_domain_update\nINWX method: domain.update\nParams: method payload\ninwx_domain_delete\nINWX method: domain.delete\nParams: method payload\ninwx_domain_transfer\nINWX method: domain.transfer\nParams: method payload\ninwx_domain_renew\nINWX method: domain.renew\nParams: method payload\ninwx_nameserver_set\nINWX method: domain.update\nParams: domain, ns (string[])\ninwx_dns_record_add\nINWX method: nameserver.createRecord\nParams: method payload\ninwx_dns_record_update\nINWX method: nameserver.updateRecord\nParams: method payload\ninwx_dns_record_delete\nINWX method: nameserver.deleteRecord\nParams: method payload\ninwx_dnssec_enable\nINWX method: dnssec.create\nParams: method payload\ninwx_dnssec_disable\nINWX method: dnssec.delete\nParams: method payload\ninwx_contact_create\nINWX method: contact.create\nParams: method payload\ninwx_contact_update\nINWX method: contact.update\nParams: method payload\nOTE Test Environment\n\nSet:\n\n{ \"environment\": \"ote\" }\n\n\nThis points the client to INWX OTE API endpoint and allows free integration testing without production costs.\n\nIntegration with openclaw-ispconfig\n\nThis plugin exports provisionDomainWithHosting() for end-to-end domain-to-hosting provisioning. It orchestrates both plugins without a hard dependency:\n\nDomain check - inwx_domain_check\nDomain register - inwx_domain_register (skipped if taken or skipRegistration=true)\nNameserver set - inwx_nameserver_set\nHosting provision - isp_provision_site (site, DNS zone, mail, database)\nimport { buildToolset, provisionDomainWithHosting } from \"@elvatis_com/openclaw-inwx\";\nimport ispPlugin from \"@elvatis_com/openclaw-ispconfig\";\n\nconst result = await provisionDomainWithHosting(\n  buildToolset(inwxConfig),\n  ispPlugin.buildToolset(ispConfig),\n  { domain: \"example.com\", nameservers: [\"ns1.host.de\"], serverIp: \"1.2.3.4\", clientName: \"Acme\", clientEmail: \"a@acme.com\" },\n);\n\nSafety\nreadOnly=true allows only:\ndomain check/list/info/pricing\nnameserver list\ndns record list\ndnssec list\ncontact list\nwhois\naccount info\nallowedOperations can restrict to explicit tool names.\nNotes\nNo live tests are included in this repository.\nUnit tests use mocks only."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/homeofe/openclaw-inwx",
    "publisherUrl": "https://clawhub.ai/homeofe/openclaw-inwx",
    "owner": "homeofe",
    "version": "0.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-inwx",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-inwx",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-inwx/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-inwx/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-inwx/agent.md"
  }
}