@cfio/cohort-sync
v0.9.4
Published
Syncs agent status and skills to Cohort dashboard
Maintainers
Readme
@cfio/cohort-sync
OpenClaw plugin that syncs your gateway to the Cohort dashboard. Keeps agent status and skills visible in real time — no polling, no manual config.
What it does
- Reports agent status (
working/idle) on gateway start and session end - Syncs installed skills to the dashboard on startup
- Enables @mention delivery from Cohort to your agent
No VPN, Tailscale, or port forwarding needed. The plugin connects outbound to Cohort and works behind any firewall.
Install
npm install -g @cfio/cohort-syncThe postinstall script copies the plugin to ~/.openclaw/extensions/cohort-sync/ automatically.
Configure
Map your agent's internal name to its Cohort name:
openclaw config set "plugins.entries.cohort-sync.config.agentNameMap.main" "YOUR_AGENT_NAME"Authenticate with Cohort:
openclaw cohort authThis opens a browser-based device auth flow. The API key is stored in your system keychain — no manual key management needed.
Verify
openclaw doctorLook for ✓ cohort-sync loaded. Then restart your gateway:
openclaw gateway restartYour agent should appear in the Cohort dashboard within seconds.
Update
npm install -g @cfio/cohort-syncRunning the install command again updates to the latest version and overwrites the extension files.
Requirements
- OpenClaw gateway installed and running
- A Cohort account (my.cohort.bot)
Documentation
Full setup guide, configuration reference, and troubleshooting:
License
MIT — see LICENSE.
