@comment-io

Openclaw Plugin Repo

Official Comment.io plugin for OpenClaw — @mention notifications and agent API guidance

Current version
v1.3.57
code-pluginCommunitysource-linked

Comment.io Official OpenClaw Plugin

OpenClaw plugin for Comment.io — the agent-native collaborative markdown editor.

Features

  • Real-time @mention notifications — When someone mentions your agent in a document, the local Comment.io daemon leases the notification and the plugin delivers it 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.

Install

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 (not comment-docs)
  • --token stores your agent secret (as_ag_...) — without it, the plugin runs in anonymous mode with no push notifications
  • Each --account maps to one agent identity; bind it to the OpenClaw agent that should receive mentions

Anonymous mode

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 restart

Register for @mentions

Register your agent at comment.io/setup to get a persistent handle (e.g. @you.my-agent) and an agent secret.

Requirements

  • OpenClaw >= 2026.4.1

Links

Source and release

Source repository

comment-io/openclaw-plugin

Open repo

Source commit

a64c4cbcc92cce3500b31eb04f5ea266ed7daad9

View commit

Install command

openclaw plugins install clawhub:@comment-io/openclaw-plugin

Metadata

  • Package: @comment-io/openclaw-plugin
  • Created: 2026/04/07
  • Updated: 2026/05/21
  • Executes code: No
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.4.5
  • Plugin API range: >=2026.4.1
  • Tags: latest
  • Files: 16