Files
openclaw/docs/plugins/reference/clickclack.md
Peter Steinberger be5e427f56 feat(dashboard): plugin-declared widget data bindings and action verbs (#112083)
* feat(dashboard): add plugin capability declarations

* docs(dashboard): describe plugin capabilities

* fix(plugins): preserve registry map cloning

* fix(dashboard): make plugin grant ids unambiguous

* fix(dashboard): align generated plugin grant ids

* chore(boards): internalize verb ids and refresh protocol snapshots
2026-07-20 22:43:04 -07:00

34 lines
1.0 KiB
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`; contracts: `tools`
<!-- openclaw-plugin-reference:manual-start -->
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.
<!-- openclaw-plugin-reference:manual-end -->
## Related docs
- [clickclack](/channels/clickclack)