openclaw-inwxINWX domain registrar management: domain registration, availability check, DNS records, nameservers, DNSSEC, pricing, transfers.
Install via ClawdBot CLI:
clawdbot install homeofe/openclaw-inwxOpenClaw plugin for INWX (InterNetworX) domain registrar automation.
It provides 23 tools for domain lifecycle operations, DNS management, DNSSEC, contact handling, WHOIS, and account checks.
domrobot-clientproduction or oteotpSecret)readOnly blocks all write toolsallowedOperations allowlist for tool-level policynpm install @elvatis_com/openclaw-inwx
For local development:
npm install
npm run build
npm test
otpSecret.ote.inwx.com).{
"username": "your-inwx-user",
"password": "your-inwx-password",
"otpSecret": "optional-2fa-secret",
"environment": "ote",
"readOnly": false,
"allowedOperations": []
}
inwx_domain_checkdomain.checkdomain (string)inwx_domain_listdomain.listinwx_domain_infodomain.infodomain (string)inwx_domain_pricingdomain.checkdomain (string) or domains (string[])inwx_nameserver_listnameserver.list or domain.infodomaininwx_dns_record_listnameserver.infodomain (string)inwx_dnssec_listdnssec.infoinwx_contact_listcontact.listinwx_whoisdomain.whoisdomain (string)inwx_account_infoaccount.infoinwx_domain_registerdomain.createdomain, period, contacts, nsinwx_domain_updatedomain.updateinwx_domain_deletedomain.deleteinwx_domain_transferdomain.transferinwx_domain_renewdomain.renewinwx_nameserver_setdomain.updatedomain, ns (string[])inwx_dns_record_addnameserver.createRecordinwx_dns_record_updatenameserver.updateRecordinwx_dns_record_deletenameserver.deleteRecordinwx_dnssec_enablednssec.createinwx_dnssec_disablednssec.deleteinwx_contact_createcontact.createinwx_contact_updatecontact.updateSet:
{ "environment": "ote" }
This points the client to INWX OTE API endpoint and allows free integration testing without production costs.
This plugin exports provisionDomainWithHosting() for end-to-end domain-to-hosting provisioning. It orchestrates both plugins without a hard dependency:
inwx_domain_checkinwx_domain_register (skipped if taken or skipRegistration=true)inwx_nameserver_setisp_provision_site (site, DNS zone, mail, database)import { buildToolset, provisionDomainWithHosting } from "@elvatis_com/openclaw-inwx";
import ispPlugin from "@elvatis_com/openclaw-ispconfig";
const result = await provisionDomainWithHosting(
buildToolset(inwxConfig),
ispPlugin.buildToolset(ispConfig),
{ domain: "example.com", nameservers: ["ns1.host.de"], serverIp: "1.2.3.4", clientName: "Acme", clientEmail: "a@acme.com" },
);
readOnly=true allows only:allowedOperations can restrict to explicit tool names.Generated Mar 1, 2026
Web hosting companies can use this plugin to automate domain registration and DNS management for customers. It integrates with hosting platforms like ISPConfig to provision domains, set nameservers, and manage DNS records, reducing manual work and improving service delivery.
DevOps teams can automate DNS record updates and DNSSEC configuration for applications and infrastructure. This plugin allows programmatic control over DNS settings, enabling seamless deployments and infrastructure-as-code practices.
Marketing or digital agencies managing multiple client domains can use this plugin to check availability, renew domains, and update contact information in bulk. It helps maintain compliance and streamline administrative tasks.
Developers and testers can use the OTE environment to simulate domain operations without incurring costs. This is ideal for building and validating integrations, such as automated provisioning workflows, in a safe sandbox.
Offer a SaaS platform that integrates this plugin to provide automated domain management tools to customers. Charge subscription fees based on usage tiers, such as number of domains managed or API calls, targeting small businesses and developers.
Resell domain registration and management services by white-labeling this plugin within hosting control panels. Generate revenue through domain registration fees, renewals, and upsells like DNSSEC or premium DNS features.
Provide consulting services to businesses needing custom automation for domain and DNS workflows. Develop tailored integrations using this plugin, charging project-based or hourly rates for setup, maintenance, and support.
💬 Integration Tip
Use the OTE environment for testing to avoid production costs, and leverage the readOnly and allowedOperations settings for safety in initial deployments.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...