clawnexus-plugin
v0.2.8
Published
OpenClaw plugin adapter for ClawNexus daemon
Maintainers
Readme
clawnexus-plugin
OpenClaw plugin adapter for ClawNexus — runs the ClawNexus daemon as an embedded OpenClaw plugin service.
Install
openclaw plugins install clawnexus-pluginWhat it does
This plugin starts the ClawNexus daemon inside OpenClaw's plugin lifecycle. It automatically discovers local and LAN OpenClaw instances, assigns readable names, and exposes an HTTP API for querying the instance registry.
If a standalone ClawNexus daemon is already running, the plugin detects it and enters external mode (no-op) to avoid port conflicts.
Configuration
Configuration is set through OpenClaw's plugin config system:
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| port | number | 17890 | HTTP API port for the ClawNexus daemon |
| host | string | 127.0.0.1 | Bind address |
| autoStart | boolean | true | Start the daemon when the plugin loads |
