Guides

OpenClaw Plugin

Orbit ships an OpenClaw plugin scaffold so agent memory tools can run against Orbit without custom adapter glue.

Plugin details

Plugin manifestintegrations/openclaw-memory/openclaw.plugin.json
Package name@orbit/openclaw-memory
Source directoryintegrations/openclaw-memory/

Build

terminal
cd integrations/openclaw-memory
npm install
npm run build

Required environment

ORBIT_API_URLdefault: http://127.0.0.1:8000
ORBIT_JWT_TOKENJWT for Orbit API access

Exposed surfaces

tool
orbit_recall

Retrieve ranked memories from Orbit

tool
orbit_feedback

Write helpful/unhelpful outcome signals

command
orbit-memory-status

Check runtime and quota status

Recommended rollout

Start by routing recall through Orbit while keeping existing logging in place. Once retrieval quality and latency pass your gates, route memory feedback and CLI memory commands fully through the plugin.