Prerequisites: An OpenClaw agent running locally (
~/.openclaw/), a CelerFlow account (celerflow.vercel.app), and Node.js v18+.Connect your OpenClaw agent
Install the CLI and log in
Get a setup code
From the dashboard:
- Click New workspace (or use the default one)
- Click Add agent
- Copy the 6-character setup code (valid for 15 minutes)
Connect
- Scans
~/.openclaw/for agent workspaces (directories withAGENTS.md) - Registers each discovered agent with CelerFlow
- Writes
openclaw.plugin.jsoninto each workspace with the bootstrap token - The plugin auto-activates on the next agent run — no manual config needed
Run your agent
Start your OpenClaw agent as usual. The CelerFlow plugin loads automatically and you’ll see:What CelerFlow does for you
Once connected, CelerFlow automatically:- Traces every tool call — categorized as outbound write, outbound read, local write, or local read
- Checks permissions — blocks tool calls that violate your service policies
- Asks for approval — pauses dangerous operations and waits for human confirmation
- Scores health — calculates a 0–100 agent score updated hourly
- Detects risks — alerts on token spikes, high block rates, latency anomalies
Try the kill switch
From the dashboard, open your agent and click Terminate. The agent immediately sees:Troubleshooting
No OpenClaw agent workspaces found
No OpenClaw agent workspaces found
CelerFlow looks for agent workspaces in
~/.openclaw/ containing an AGENTS.md file. Make sure OpenClaw is installed and you have at least one agent workspace set up.Setup code expired
Setup code expired
Setup codes are valid for 15 minutes. Go back to the dashboard and generate a new one from Add agent.
Traces not appearing
Traces not appearing
The plugin batches traces and flushes every 300 seconds. Wait a few minutes, or stop and restart your agent to trigger a flush. Run
celerflow doctor for diagnostics.Agent shows as stale
Agent shows as stale
Health checks are sent every 15 minutes. If your agent was offline for more than 30 minutes, it may show as stale. It will recover automatically on the next health check.
Permission denied errors
Permission denied errors
Check your service permissions in the dashboard under your agent’s Permissions tab. Make sure the tool’s service is allowed for the operation type (read/write).
Using a different framework? (Coming soon)
Using a different framework? (Coming soon)
The MCP Gateway will let you connect LangGraph, CrewAI, OpenAI Agents SDK, and other MCP-compatible frameworks without installing a plugin. Learn more →
Next steps
Set permissions
Control what services each agent can read and write.
Understand tracing
How traces are classified and grouped.
Use the dashboard
Navigate the workspace overview.
CLI reference
Full command reference for the
celerflow CLI.