mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 21:41:34 +00:00
* 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
34 lines
1.0 KiB
Markdown
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)
|