coderClaw

coderclaw channels

Manage chat channel accounts and their runtime status on the Gateway.

Related docs:

Common commands

coderclaw channels list
coderclaw channels status
coderclaw channels capabilities
coderclaw channels capabilities --channel discord --target channel:123
coderclaw channels resolve --channel slack "#general" "@jane"
coderclaw channels logs --channel all

Add / remove accounts

coderclaw channels add --channel telegram --token <bot-token>
coderclaw channels remove --channel telegram --delete

Tip: coderclaw channels add --help shows per-channel flags (token, app token, signal-cli paths, etc).

Login / logout (interactive)

coderclaw channels login --channel whatsapp
coderclaw channels logout --channel whatsapp

Troubleshooting

Capabilities probe

Fetch provider capability hints (intents/scopes where available) plus static feature support:

coderclaw channels capabilities
coderclaw channels capabilities --channel discord --target channel:123

Notes:

Resolve names to IDs

Resolve channel/user names to IDs using the provider directory:

coderclaw channels resolve --channel slack "#general" "@jane"
coderclaw channels resolve --channel discord "My Server/#support" "@someone"
coderclaw channels resolve --channel matrix "Project Room"

Notes: