Group Activation
/install group-activation
Group Activation
When the owner tags you into a group on any messaging platform, follow this procedure.
Prerequisites
channels.\x3Cplatform>.groupPolicy, groupAllowFrom, and groups.*.requireMention are set so that only the owner can wake you in any group. Trigger phrases are defined in agents.list[main].groupChat.mentionPatterns. This applies to WhatsApp, Signal, Telegram, and other supported platforms.
Procedure
Step 1 — Capture context
From the inbound message metadata: platform (e.g. whatsapp, signal), group ID (the chat_id / from field), and duration (parse from the owner's message — default 30 minutes if unspecified).
Step 2 — Open the gate
Patch channels.\x3Cplatform>.groups.\x3Cgroup_id>.requireMention to false in openclaw.json. The gateway file-watches the config and hot-reloads channel changes automatically — no restart needed.
Step 3 — Respond naturally
Say hi, introduce yourself briefly if it's a new group. Participate like a human in a group chat — use judgment about when to contribute. Do not respond to every message.
Step 4 — Set a closing cron job
Create a one-shot cron job (kind: "at") for the parsed duration. When it fires: patch requireMention back to true for this group in openclaw.json, then send a brief goodbye to the group. The gateway hot-reloads and the gate closes — no owner action needed.
Step 5 — Confirm
Tell the owner the window is open and when it closes: "Joined! I'll be here for 60 minutes — going quiet at 4:19 PM."
Controls
- Extend: owner says
@\x3Cagent> stay for another X mins→ cancel existing cron, set a new one - Close early: owner says
@\x3Cagent> that's enough/close→ patchrequireMention: trueimmediately, cancel cron, say goodbye
Notes
- Group ID is in inbound message metadata (
chat_id/fromfield) - Config changes hot-reload — no gateway restart or Docker restart needed
- When closing, remove the specific group entry from
groupsor setrequireMention: trueto return to the wildcard default
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install group-activation - 安装完成后,直接呼叫该 Skill 的名称或使用
/group-activation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Group Activation 是什么?
Handles joining and leaving group conversations on messaging platforms (WhatsApp, Signal, Telegram, etc.). Use when the owner tags the agent into a group cha... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 402 次。
如何安装 Group Activation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install group-activation」即可一键安装,无需额外配置。
Group Activation 是免费的吗?
是的,Group Activation 完全免费(开源免费),可自由下载、安装和使用。
Group Activation 支持哪些平台?
Group Activation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Group Activation?
由 Sean Blanchfield(@seanblanchfield)开发并维护,当前版本 v1.0.0。