Install the plugin
ClawKitchen runs as an OpenClaw plugin. A typical local install flow looks like this:kitchen as enabled and available.
Open the UI
Once enabled, ClawKitchen serves a local web UI. Depending on your setup, that might mean:- a localhost-only URL for direct machine access
- a Tailscale- or LAN-reachable address if you intentionally exposed it
Authentication basics
ClawKitchen supports auth-related plugin config such as:- host
- port
- auth token
- auth mode
- optional QA token
- local access can be lighter-weight
- remote access should stay protected
QA and headless access
ClawKitchen also supports a QA-oriented token flow for browser automation and testing. That is especially useful for:- screenshots
- headless verification
- browser tests that cannot easily complete an interactive auth prompt
When a restart is needed
ClawKitchen reflects live OpenClaw and plugin state, but some changes still require a restart, especially when you:- enable or disable plugins
- change plugin allowlists or runtime config
- change channel or binding config that the running process must reload
