@alfe.ai/openclaw-console
v0.0.13
Published
OpenClaw plugin: bridges browser console traffic from the Alfe console service to the local OpenClaw control gateway
Readme
@alfe.ai/openclaw-console
OpenClaw service plugin for Alfe Console. It maintains one authenticated
outbound WebSocket through @alfe.ai/console-client, allowing browser console
traffic to reach the local OpenClaw control gateway without sending the local
gateway token off the agent host.
Install
npm install @alfe.ai/openclaw-consoleThe package exposes an OpenClaw extension and includes
openclaw.plugin.json. The service activates at gateway startup; repeated
OpenClaw activation passes re-register the service but do not create duplicate
clients.
Configuration
Normally the console URL is derived from the configured Alfe API key's stage. The optional plugin field is:
{
"plugins": {
"entries": {
"@alfe.ai/openclaw-console": {
"config": {
"consoleWsUrl": "wss://console.dev.alfe.ai/ws"
}
}
}
}
}Remote overrides must match the API key's stage. Loopback ws:// endpoints are
supported for local development. Arbitrary remote destinations cannot receive
the Alfe bearer.
