Skip to content

comment-io/openclaw-plugin

Repository files navigation

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 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.

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

About

Comment.io Official OpenClaw Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors