ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

openclaw-inwx

INWX domain registrar management: domain registration, availability check, DNS records, nameservers, DNSSEC, pricing, transfers.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/homeofe/openclaw-inwx
Or

openclaw-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: production or ote
  • Optional 2FA login support (otpSecret)
  • Safety controls:
    • readOnly blocks all write tools
    • allowedOperations allowlist 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

  1. Create or use your INWX account.
  2. Enable API access in INWX account settings.
  3. If 2FA is enabled, provide a shared secret via otpSecret.
  4. 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

  1. inwx_domain_check
    • INWX method: domain.check
    • Params: domain (string)
  2. inwx_domain_list
    • INWX method: domain.list
    • Params: optional filters (object)
  3. inwx_domain_info
    • INWX method: domain.info
    • Params: domain (string)
  4. inwx_domain_pricing
    • INWX method: domain.check
    • Params: domain (string) or domains (string[])
  5. inwx_nameserver_list
    • INWX method: nameserver.list or domain.info
    • Params: optional domain
  6. inwx_dns_record_list
    • INWX method: nameserver.info
    • Params: domain (string)
  7. inwx_dnssec_list
    • INWX method: dnssec.info
    • Params: optional filters
  8. inwx_contact_list
    • INWX method: contact.list
    • Params: optional filters
  9. inwx_whois
    • INWX method: domain.whois
    • Params: domain (string)
  10. inwx_account_info
    • INWX method: account.info
    • Params: none

Write Tools

Metadata

Author@homeofe
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-homeofe-openclaw-inwx": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.