mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
946 B
946 B
summary, read_when, title
| summary | read_when | title | |
|---|---|---|---|
| CLI reference for `openclaw pairing` (approve/list pairing requests) |
|
pairing |
openclaw pairing
Approve or inspect DM pairing requests (for channels that support pairing).
Related:
- Pairing flow: Pairing
Commands
openclaw pairing list telegram
openclaw pairing list --channel telegram --account work
openclaw pairing list telegram --json
openclaw pairing approve telegram <code>
openclaw pairing approve --channel telegram --account work <code> --notify
Notes
- Channel input: pass it positionally (
pairing list telegram) or with--channel <channel>. pairing listsupports--account <accountId>for multi-account channels.pairing approvesupports--account <accountId>and--notify.- If only one pairing-capable channel is configured,
pairing approve <code>is allowed.