HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zeroclaw channel — Manage channels (Telegram, Discord, Slack, etc.) for ZeroClaw. More information: <https://github.com

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtelegramzeroclaw channelclimanagediscordslackchannels

Problem

How to use the zeroclaw channel command: Manage channels (Telegram, Discord, Slack, etc.) for ZeroClaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

Solution

zeroclaw channel — Manage channels (Telegram, Discord, Slack, etc.) for ZeroClaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

List all configured channels:
zeroclaw channel list


Start all configured channels:
zeroclaw channel start


Run health checks for configured channels:
zeroclaw channel doctor


Add a new channel:
zeroclaw channel add {{telegram|discord|whatsapp|slack|webhook|...}} '{{json_config}}'


Remove a channel:
zeroclaw channel remove {{channel_name}}


Display help:
zeroclaw channel {{[-h|--help]}}

Code Snippets

List all configured channels

zeroclaw channel list

Start all configured channels

zeroclaw channel start

Run health checks for configured channels

zeroclaw channel doctor

Add a new channel

zeroclaw channel add {{telegram|discord|whatsapp|slack|webhook|...}} '{{json_config}}'

Remove a channel

zeroclaw channel remove {{channel_name}}

Context

tldr-pages: common/zeroclaw channel

Revisions (0)

No revisions yet.