mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 23:41:10 +00:00
* 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
30 lines
918 B
Markdown
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)
|