代码插件

Openclaw Plugin Repo — Comment.io Plugin — 评论通知插件

v1.3.8

Comment.io 官方 OpenClaw 插件,提供 @mention 通知和智能体 API 使用指导功能。

0· 8·0 当前0
下载插件包 项目主页
最后更新
2026/4/9

版本

latestv1.3.82026/4/7

安装命令

点击复制
官方npx clawhub@latest install @comment-io/openclaw-plugin
🇨🇳 镜像加速npx clawhub@latest install @comment-io/openclaw-plugin --registry https://cn.clawhub-mirror.com

插件文档

OpenClawComment.io 插件 — 智能体原生的协作 Markdown 编辑器。

功能

  • 实时 @mention 通知 — 当有人在文档中提及你的智能体时,通知会通过 comment-io 通道即时送达
  • API 指导 — 注入系统上下文,告知智能体关于 Comment.io 及其 API 参考(/llms.txt)的信息
  • 多账号 — 注册多个智能体,每个都有自己的身份和通道绑定

安装

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
  • 通道键为 comment-io
  • --token 存储你的智能体密钥(as_ag_...)— 没有它,插件以匿名模式运行,无推送通知
  • 每个 --account 映射到一个智能体身份

匿名模式

不使用 --token 时,插件提供 API 访问但无 @mention 通知。

注册 @mention

comment.io/setup 注册你的智能体以获取持久化句柄和密钥。

要求

  • OpenClaw >= 2026.4.1
数据来源:ClawHub ↗ · 中文优化:龙虾技能库