openclaw channels¶
Gateway पर चैट चैनल खातों और उनकी रनटाइम स्थिति का प्रबंधन करें।
संबंधित दस्तावेज़:
- चैनल गाइड्स: Channels
- Gateway विन्यास: Configuration
सामान्य कमांड्स¶
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
खाते जोड़ें / हटाएँ¶
openclaw channels add --channel telegram --token <bot-token>
openclaw channels remove --channel telegram --delete
सुझाव: openclaw channels add --help प्रति-चैनल फ़्लैग्स दिखाता है (token, app token, signal-cli paths, आदि)।
लॉगिन / लॉगआउट (इंटरैक्टिव)¶
openclaw channels login --channel whatsapp
openclaw channels logout --channel whatsapp
समस्या-निवारण¶
- व्यापक जाँच के लिए
openclaw status --deepचलाएँ। - निर्देशित सुधारों के लिए
openclaw doctorका उपयोग करें। openclaw channels listClaude: HTTP 403 ...प्रिंट करता हैuser:profile→ उपयोग स्नैपशॉट के लिएuser:profileस्कोप आवश्यक है।--no-usageका उपयोग करें, या claude.ai सत्र कुंजी (CLAUDE_WEB_SESSION_KEY/CLAUDE_WEB_COOKIE) प्रदान करें, या Claude Code CLI के माध्यम से पुनः-प्रमाणीकरण करें।
क्षमताओं की जाँच¶
उपलब्ध होने पर प्रदाता क्षमताओं के संकेत (intents/scopes) तथा स्थिर फीचर समर्थन प्राप्त करें:
openclaw channels capabilities
openclaw channels capabilities --channel discord --target channel:123
टिप्पणियाँ:
--channelवैकल्पिक है; इसे छोड़ने पर सभी चैनल (एक्सटेंशन्स सहित) सूचीबद्ध होंगे।--targetchannel:<id>या एक कच्चा संख्यात्मक चैनल आईडी स्वीकार करता है और केवल Discord पर लागू होता है।- Probes provider-specific होते हैं: Discord intents + वैकल्पिक channel permissions; Slack bot + user scopes; Telegram bot flags + webhook; Signal daemon version; MS Teams app token + Graph roles/scopes (जहाँ ज्ञात हो वहाँ annotated)। जिन channels में probes नहीं होते, वे
Probe: unavailableरिपोर्ट करते हैं।
नामों को आईडी में बदलें¶
प्रदाता निर्देशिका का उपयोग करके चैनल/उपयोगकर्ता नामों को आईडी में बदलें:
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का उपयोग करें। - जब एक ही नाम साझा करने वाली कई प्रविष्टियाँ हों, तो समाधान सक्रिय मिलानों को प्राथमिकता देता है।