@coderage-labs/openclaw-fleet-agent
v0.9.1
Published
Fleet agent plugin for OpenClaw — managed team communication with ACL, status reporting, and maintenance support
Maintainers
Readme
@coderage-labs/openclaw-fleet-agent
OpenClaw plugin for fleet-managed instances. Installed automatically by openclaw-fleet on every managed instance.
What It Does
- Heartbeat reporting — sends health status and loaded agents list to the fleet control plane
- Status endpoint —
/fleet/statusfor idle/busy/draining state - Maintenance support —
/fleet/drainto gracefully stop accepting work - Health endpoint —
/fleet/healthfor fleet-control health checks - Task execution —
/fleet/taskreceives work dispatched by fleet workflows - Instance-to-instance communication via configured contact lists
Installation
Installed automatically by the fleet changeset pipeline. For manual installation:
npm install @coderage-labs/openclaw-fleet-agentConfiguration
Generated automatically by fleet-control in openclaw.json:
{
"plugins": {
"entries": {
"openclaw-fleet-agent": {
"enabled": true,
"config": {
"org": "default",
"instanceName": "my-instance",
"role": "general",
"controlUrl": "http://fleet-control:3001",
"contacts": []
}
}
}
}
}Tools
| Tool | Description |
|------|-------------|
| fleet_task(target, message) | Send async task to a contact |
| fleet_contacts() | List configured contacts and their status |
Related
- openclaw-fleet — Fleet management platform for OpenClaw
