openclaw-inwx
INWX domain registrar management: domain registration, availability check, DNS records, nameservers, DNSSEC, pricing, transfers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/homeofe/openclaw-inwxopenclaw-inwx
OpenClaw plugin for INWX (InterNetworX) domain registrar automation.
It provides 23 tools for domain lifecycle operations, DNS management, DNSSEC, contact handling, WHOIS, and account checks.
Features
- INWX DomRobot JSON-RPC integration via
domrobot-client - Environment switch:
productionorote - Optional 2FA login support (
otpSecret) - Safety controls:
readOnlyblocks all write toolsallowedOperationsallowlist for tool-level policy
- TypeScript strict mode
Installation
npm install @elvatis_com/openclaw-inwx
For local development:
npm install
npm run build
npm test
INWX Account Setup
- Create or use your INWX account.
- Enable API access in INWX account settings.
- If 2FA is enabled, provide a shared secret via
otpSecret. - For safe testing, use OTE environment (
ote.inwx.com).
Plugin Config
{
"username": "your-inwx-user",
"password": "your-inwx-password",
"otpSecret": "optional-2fa-secret",
"environment": "ote",
"readOnly": false,
"allowedOperations": []
}
Tool List
Read Tools
inwx_domain_check- INWX method:
domain.check - Params:
domain(string)
- INWX method:
inwx_domain_list- INWX method:
domain.list - Params: optional filters (object)
- INWX method:
inwx_domain_info- INWX method:
domain.info - Params:
domain(string)
- INWX method:
inwx_domain_pricing- INWX method:
domain.check - Params:
domain(string) ordomains(string[])
- INWX method:
inwx_nameserver_list- INWX method:
nameserver.listordomain.info - Params: optional
domain
- INWX method:
inwx_dns_record_list- INWX method:
nameserver.info - Params:
domain(string)
- INWX method:
inwx_dnssec_list- INWX method:
dnssec.info - Params: optional filters
- INWX method:
inwx_contact_list- INWX method:
contact.list - Params: optional filters
- INWX method:
inwx_whois- INWX method:
domain.whois - Params:
domain(string)
- INWX method:
inwx_account_info- INWX method:
account.info - Params: none
- INWX method:
Write Tools
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-homeofe-openclaw-inwx": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
openclaw-ops-elvatis
Operational commands - dashboards, monitoring, and management for OpenClaw deployments.
openclaw-memory-docs
OpenClaw plugin for documentation-grade memory: explicit capture + local searchable store with safe redaction.
openclaw-memory-core
Core utilities for OpenClaw memory plugins (redaction, local store, embeddings).
openclaw-ispconfig
Manage ISPConfig servers: automated site provisioning, domains, mailboxes, DNS, databases, SSL, backups, and more.
openclaw-rss-feeds
RSS/Atom feed digest with optional CVE enrichment, Ghost CMS drafts, and channel notifications