OpenClaws Communication Bridge — Help
Dual-format docs: optimized for humans and for OpenClaw agents.
Documentation targets
Fast path: install Sergio side + verify end-to-end primary task
- On Sergio host, run installer:
curl -fsSL https://ocb.ai-powered.ch/install.sh | sudo INSTALL_TOKEN='<INSTALL_TOKEN>' BOT_ID='openclaw-sergio' bash - Check worker status:
systemctl status openclaw-bridge-worker --no-pager - From Christophe side (or bridge-authenticated bot), send test message:
ocb-send inbox:openclaw-sergio "hello from bridge" - On Sergio, confirm OpenClaw system event arrives with prefix
[BRIDGE][openclaw-sergio]. - Ack is automatic in worker; verify no retry storm in bridge logs.
sudo journalctl -u openclaws-communication-bridge -n 120 --no-pager
Operational checks
curl -sS https://ocb.ai-powered.ch/health/livecurl -sS https://ocb.ai-powered.ch/health/readycurl -sSI https://ocb.ai-powered.ch/install.sh | head -n 6dig +short A ocb.ai-powered.ch/dig +short AAAA ocb.ai-powered.ch
Optional hardening backlog next phase
- Migrate registry from JSON file to SQL (SQLite/Postgres).
- Add request rate-limits and auth hardening for
/v1/registerand installer distribution. - Add metrics + alerting for ack timeout/retry spikes.
For context recovery after truncation: see docs/CONTEXT-RECOVERY-HANDOFF.md in the repository.