Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

INWX domain and DNS management for Claude Code — full API coverage for domains, DNS records, contacts, DNSSEC, DynDNS, and certificates.

Install to Claude Code

/plugin install inwx-dns@inwx-dns

Run in Claude Code. Add the marketplace first with /plugin marketplace add marcelrgberger/inwx-dns if you haven't already.

README.md

inwx-dns

A Claude Code plugin for managing domains and DNS records via the INWX domrobot XML-RPC API.

Installation

# Add marketplace
claude plugins marketplace add marcelrgberger/inwx-dns

# Install plugin
claude plugins install inwx-dns

Requires Python 3 and the inwx-domrobot package (installed automatically when needed).

What It Does

This plugin gives Claude Code full access to the INWX registrar API. Ask Claude to manage your domains and DNS in natural language.

Domain Management

  • Registration — register new domains across 1000+ TLDs
  • Transfer — transfer domains from other registrars with auth code handling
  • Renewal — renew domains, change renewal mode (auto-renew, auto-expire)
  • Status — check domain status, expiry dates, delegation, transfer locks
  • WHOIS — look up domain ownership information
  • Pricing — check domain prices, promotions, and TLD rules
  • Trade — change domain registrant (owner change)

DNS Record Management

  • Full CRUD — create, read, update, delete DNS records
  • All record types — A, AAAA, CNAME, MX, TXT, SRV, CAA, TLSA
  • Wildcard records — set up wildcard DNS for Kubernetes, multi-tenant apps
  • URL redirects — 301/302 redirects and frame forwarding
  • Zone import/export — BIND format zone file import and export
  • Bulk operations — manage records across multiple domains

Additional Features

  • Contact management — create and manage PERSON, ORG, and ROLE contacts
  • DNSSEC — sign/unsign zones, manage DNSKEY records
  • DynDNS — create and manage dynamic DNS accounts
  • SSL certificates — order, renew, and manage SSL/TLS certificates
  • Nameserver sets — reusable nameserver configurations
  • Accounting — check balance, view invoices, transaction history

Usage Examples

> Transfer example.com from GoDaddy to INWX
> Set up wildcard DNS for *.app.example.com pointing to 1.2.3.4
> Create A record for api.example.com
> Check which domains are expiring in the next 30 days
> List all DNS records for example.com
> Set up MX records for iCloud Mail on example.de
> Add DNSSEC to example.com
> Create a 301 redirect from example.de to example.com
> Check if coolstartup.app is available
> What does a .app domain cost?

Authentication

The plugin asks for your INWX credentials when needed. If 2FA is enabled, you'll be asked for a one-time code from your authenticator app.

Credentials are never stored — they're only used within the current conversation.

Components

| Component | Type | Description | |-----------|------|-------------| | inwx-dns | Skill | Complete INWX API reference with code examples | | inwx-manager | Agent | Specialized subagent for domain and DNS operations |

API Coverage

| API Group | Methods | Description | |-----------|---------|-------------| | Account | 13 | Login, logout, 2FA, sub-accounts, roles | | Accounting | 11 | Balance, invoices, statements, refunds | | Domain | 26 | Registration, transfer, renewal, pricing, WHOIS | | Nameserver | 13 | Zones, records, import/export, bulk operations | | Contact | 7 | PERSON, ORG, ROLE contact management | | DNSSEC | 7 | Key management, zone signing | | DynDNS | 8 | Dynamic DNS accounts | | Certificate | 13 | SSL/TLS certificate lifecycle | | Hosting | 9 | Web hosting management | | Nameserver Set | 5 | Reusable NS configurations |

Requirements

  • Python 3.8+
  • inwx-domrobot package (auto-installed)
  • INWX account (inwx.de)

License

MIT

Related plugins

Browse all →