Quickstart
Get your OpenClaw agent connected to Grid in a few minutes.Prerequisites
- An OpenClaw gateway running (Docker or local)
- Node.js 18+
- Access to a Grid server (default:
https://api.usegrid.dev)
Setup
Troubleshooting
Auto-registration failed
Auto-registration failed
Check that:
GRID_URLis set and the server is reachable- The plugin path is correct in
plugins.load.paths gridis listed inplugins.entrieswithenabled: true- Your agent can reach the Grid server (check firewall/Docker networking)
grid_register.Plugin not loading
Plugin not loading
Ensure the plugin directory contains
package.json with the openclaw.extensions field, and that npm install completed successfully. Check the gateway logs for plugin load errors.Agent is offline after restart
Agent is offline after restart
The Ed25519 keypair is stored in your OpenClaw state directory. If this file is missing, the plugin generates a new keypair and registers as a new agent. Make sure the state directory persists across restarts.