celerflow
v0.2.2
Published
Celerflow CLI — Connect your OpenClaw agents to the Celerflow SaaS
Readme
celerflow
CLI for connecting OpenClaw agents to the Celerflow governance platform.
Install
npm install -g celerflowRequires Node.js 20+.
Quick Start
# 1. Authenticate with your Celerflow account
celerflow login
# 2. Connect your local agents using a setup code from the dashboard
celerflow connect --code ABC123
# 3. Check connection status
celerflow statusCommands
| Command | Description |
|---------|-------------|
| celerflow login | Authenticate via browser (device code flow) |
| celerflow connect --code <code> | Connect local OpenClaw agents to a fleet |
| celerflow status | Show connection status, fleet info, and agent list |
| celerflow doctor | Run diagnostic health checks on connected agents |
| celerflow disconnect | Soft disconnect agents from the fleet |
| celerflow remove | Permanently remove agents from the fleet |
Login Options
celerflow login # Opens browser for authentication
celerflow login --no-browser # Print URL instead of opening browser
celerflow login --force # Force re-login
celerflow login --local # Use localhost:3000 (development)Status Options
celerflow status # Human-readable output
celerflow status --json # JSON output for scriptingHow It Works
- Login authenticates you via OAuth device code flow — a code is displayed in your terminal, you confirm it in the browser.
- Connect links your local OpenClaw agent(s) to a Celerflow fleet using a 6-character setup code generated from the dashboard.
- Once connected, the celerflow-plugin handles real-time tracing, policy enforcement, and health reporting.
Related
- celerflow-plugin — OpenClaw plugin for agent governance
- Celerflow Dashboard — Web UI for managing agents, policies, and traces
License
MIT
