Files
openclaw/docs/plugins/reference/clickclack.md
Peter Steinberger 5420c5c409 feat(clickclack): session discussions — bound channels, side agent, lifecycle sync (#111503)
* feat(clickclack): add session discussions

* chore: remove release-owned changelog entry

* refactor(clickclack): split discussion service workflows

* fix(clickclack): satisfy plugin surface gates

* fix: narrow routing peer in inbound test and refresh docs map
2026-07-19 14:47:14 -07:00

30 lines
918 B
Markdown

---
summary: "Adds the Clickclack channel surface for sending and receiving OpenClaw messages."
read_when:
- You are installing, configuring, or auditing the clickclack plugin
title: "Clickclack plugin"
---
# Clickclack plugin
Adds the Clickclack channel surface for sending and receiving OpenClaw messages.
## Distribution
- Package: `@openclaw/clickclack`
- Install route: npm; ClawHub: `clawhub:@openclaw/clickclack`
## Surface
channels: `clickclack`
The plugin can optionally create a lifecycle-synchronized ClickClack channel
for each OpenClaw session. Managed discussion channels use a same-agent side
session for observation and relay, while the attached main session receives a
pull-only `discussion` tool. See [ClickClack session discussions](/channels/clickclack#session-discussions)
for configuration and session-tool visibility requirements.
## Related docs
- [clickclack](/channels/clickclack)