Connecting To OpenClaw
Install The Plugin
Install the public package:
openclaw plugins install fluent-openclawThe public 0.1.9 listing is live at Fluent for OpenClaw on ClawHub. Use that page for release status.
The package on ClawHub is the version most people should install. Developers working in this repository can find a separate helper copy under openclaw-plugin/fluent/.
Managed Early-Access Setup
openclaw fluent auth login
openclaw fluent mcp --track cloud
openclaw fluent doctorManaged Fluent is currently free.
Run Fluent Yourself
openclaw fluent mcp --track oss --base-url http://127.0.0.1:8788 --token <oss-token>
openclaw fluent doctor --track oss --base-url http://127.0.0.1:8788 --token <oss-token>The open-source version is available to anyone who wants to run Fluent themselves.
What Works In OpenClaw
OpenClaw can use the same saved Fluent information as ChatGPT, Claude, Codex, and other compatible AI apps.
- Meals and Style are active.
- You can optionally track a grocery or clothing budget.
- OpenClaw normally presents Fluent information as text.
Verify
Ask:
"What can Fluent help me with?"
Then try:
"Read my Meals planning context and tell me what is confirmed, inferred, stale, or missing."
For Repository Contributors
The checked-in openclaw-plugin/fluent/ folder supports documentation and open-source exports. It is separate from the published fluent-openclaw package on ClawHub.