openclaw channels
게이트웨이에서 채팅 채널 계정과 해당 런타임 상태를 관리합니다.
관련 문서:
일반적인 명령
bash
openclaw channels list
openclaw channels status
openclaw channels capabilities
openclaw channels capabilities --channel discord --target channel:123
openclaw channels resolve --channel slack "#general" "@jane"
openclaw channels logs --channel all계정 추가/제거
bash
openclaw channels add --channel telegram --token <bot-token>
openclaw channels remove --channel telegram --delete팁: openclaw channels add --help는 채널별 플래그(토큰, 앱 토큰, signal-cli 경로 등)를 표시합니다.
로그인/로그아웃(대화형)
bash
openclaw channels login --channel whatsapp
openclaw channels logout --channel whatsapp문제 해결
- 광범위한 조사를 위해
openclaw status --deep를 실행하십시오. - 가이드 수정을 위해
openclaw doctor를 사용하세요. openclaw channels list는Claude: HTTP 403 ... user:profile를 인쇄합니다. → 사용 스냅샷에는user:profile범위가 필요합니다.--no-usage를 사용하거나, claude.ai 세션 키(CLAUDE_WEB_SESSION_KEY/CLAUDE_WEB_COOKIE)를 제공하거나 Claude Code CLI를 통해 다시 인증하세요.
기능 프로브
가져오기 공급자 기능 힌트(사용 가능한 경우 의도/범위)와 정적 기능 지원:
bash
openclaw channels capabilities
openclaw channels capabilities --channel discord --target channel:123참고:
--channel는 선택 사항입니다. 모든 채널(확장 프로그램 포함)을 나열하려면 이를 생략하세요.--target는channel:<id>또는 원시 숫자 채널 ID를 허용하며 Discord에만 적용됩니다.- 프로브는 공급자별로 다릅니다. Discord 의도 + 선택적 채널 권한; Slack 봇 + 사용자 범위; 텔레그램 봇 플래그 + 웹훅; 신호 데몬 버전; MS Teams 앱 토큰 + 그래프 역할/범위(알려진 경우 주석 처리). 프로브가 없는 채널은
Probe: unavailable를 보고합니다.
이름을 ID로 확인
공급자 디렉터리를 사용하여 채널/사용자 이름을 ID로 확인합니다.
bash
openclaw channels resolve --channel slack "#general" "@jane"
openclaw channels resolve --channel discord "My Server/#support" "@someone"
openclaw channels resolve --channel matrix "Project Room"참고:
--kind user|group|auto를 사용하여 대상 유형을 강제로 지정합니다.- 여러 항목이 동일한 이름을 공유하는 경우 해결 방법은 활성 일치를 선호합니다.