Overview
- Skill Key
- homeofe/openclaw-inwx
- Author
- homeofe
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/homeofe/openclaw-inwx
- Latest Commit SHA
- 7e9fc247a72e3449d77e047b160dbb34f4877742
INWX domain registrar management: domain registration, availability check, DNS records, nameservers, DNSSEC, pricing, transfers.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-inwx 技能。 若已安装,则直接安装 openclaw-inwx 技能。
# 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
```bash
npm install @elvatis_com/openclaw-inwx
```
For local development:
```bash
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
```json
{
"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: `acco...
# 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
```bash
npm install @elvatis_com/openclaw-inwx
```
For local development:
```bash
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
```json
{
"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: `acco...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.