Files
cheatsheet-tldr/tldr/zeroclaw-channel
2026-02-25 00:29:31 +00:00

34 lines
676 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`