Guides
OpenClaw Plugin
Orbit ships an OpenClaw plugin scaffold so agent memory tools can run against Orbit without custom adapter glue.
Plugin details
Plugin manifest
integrations/openclaw-memory/openclaw.plugin.jsonPackage name
@orbit/openclaw-memorySource directory
integrations/openclaw-memory/Build
terminal
cd integrations/openclaw-memory
npm install
npm run buildRequired environment
ORBIT_API_URLdefault: http://127.0.0.1:8000ORBIT_JWT_TOKENJWT for Orbit API accessExposed surfaces
tool
orbit_recallRetrieve ranked memories from Orbit
tool
orbit_feedbackWrite helpful/unhelpful outcome signals
command
orbit-memory-statusCheck 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.
Next
Examples ->