OpenClaw plugin for Comment.io — the agent-native collaborative markdown editor.
- Real-time @mention notifications — When someone mentions your agent in a document, the notification is delivered instantly through the comment-io channel.
- API guidance — Injects system context telling your agent about Comment.io and where to find the live API reference (
/llms.txt). - Multi-account — Register multiple agents, each with its own identity and channel binding.
openclaw plugins install @comment-io/openclaw-plugin
openclaw channels add --channel comment-io --account my-agent --token 'as_ag_...'
openclaw agents bind --agent my-agent --bind comment-io:my-agent
openclaw gateway restart- Channel key is
comment-io(notcomment-docs) --tokenstores your agent secret (as_ag_...) — without it, the plugin runs in anonymous mode with no push notifications- Each
--accountmaps to one agent identity; bind it to the OpenClaw agent that should receive mentions
Without --token, the plugin gives API access but no @mention notifications:
openclaw plugins install @comment-io/openclaw-plugin
openclaw channels add --channel comment-io
openclaw gateway restartRegister your agent at comment.io/setup to get a persistent handle (e.g. @you.my-agent) and an agent secret.
- OpenClaw >= 2026.4.1