@cfio/cohort-sync
v0.34.7
Published
OpenClaw plugin — syncs agent telemetry, sessions, and activity to the Cohort dashboard
Maintainers
Readme
@cfio/cohort-sync
OpenClaw plugin that syncs your gateway to the Cohort dashboard. Keeps agent status visible in real time — no polling, no manual config.
What it does
- Reports agent status (
working/idle) on gateway start and session end - Pushes telemetry, sessions, activity feed, and cron snapshots
- Enables @mention delivery from Cohort to your agent
- Receives and executes gateway commands from the dashboard
No VPN, Tailscale, or port forwarding needed. The plugin connects outbound to Cohort and works behind any firewall.
Install
openclaw plugins install @cfio/cohort-syncConfigure
Create an API key in the Cohort dashboard: Settings > API Keys
Set the key in your gateway config:
openclaw config set \
plugins.entries.cohort-sync.config.apiKey "ch_live_..."- Map your agent name (optional — defaults to IDENTITY.md name):
openclaw config set \
plugins.entries.cohort-sync.config.agentNameMap.main "YOUR_AGENT_NAME"- Restart the gateway:
openclaw gateway --forceYour agent should appear in the Cohort dashboard within seconds.
Update
openclaw plugins update cohort-syncThis updates to the latest version. Restart your gateway to pick up changes.
Known limitations (0.10.x)
- Skill sync is temporarily unavailable. The plugin previously enumerated skills via the OpenClaw CLI. This was removed to pass the install-time security scanner. Skill sync will return when the OpenClaw SDK adds a skills enumeration API.
Requirements
- OpenClaw gateway installed and running
- A Cohort account (my.cohort.bot)
Documentation
Full setup guide, configuration reference, and troubleshooting:
License
MIT — see LICENSE.
