← All skills
Tencent SkillHub · Communication & Collaboration

Channels Setup

Guide to set up and configure IM channels(Telegram, Discord, Slack, Feishu, Dingtalk) for OpenClaw.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Guide to set up and configure IM channels(Telegram, Discord, Slack, Feishu, Dingtalk) for OpenClaw.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Quick Start

Use openclaw CLI to enable and configure the channels you want. After configuration, you should restart the gateway to apply changes: openclaw gateway restart In order to use openclaw cli, you may need execute source /root/.nvm/nvm.sh first to load nvm environment. Before restart gateway, must tell user you will restart yourself.

Telegram

openclaw config set channels.telegram.botToken "YOUR_BOT_TOKEN" openclaw config set channels.telegram.dmPolicy "pairing" openclaw config set channels.telegram.groups."*".requireMention true openclaw config set channels.telegram.enabled true

Discord

openclaw config set channels.discord.token "YOUR_BOT_TOKEN" openclaw config set channels.discord.enabled true

Slack

openclaw config set channels.slack.mode "socket" openclaw config set channels.slack.appToken "xapp-..." openclaw config set channels.slack.botToken "xoxb-..." openclaw config set channels.slack.enabled true

Feishu

openclaw config set channels.feishu.appId "YOUR_APP_ID" openclaw config set channels.feishu.appSecret "YOUR_APP_SECRET" openclaw config set channels.feishu.groupPolicy "true" openclaw config set channels.feishu.enabled true

Dingtalk

Edit the channels and gateway fields in ~/.openclaw/openclaw.json as below: { "channels": { "dingtalk-connector": { "enabled": true, "clientId": "dingxxxxxxxxx", // DingTalk AppKey "clientSecret": "your_secret_here", // DingTalk AppSecret "gatewayToken": "", // Optional: Gateway authentication token, the value of gateway.auth.token in openclaw.json "gatewayPassword": "", // Optional: Gateway authentication password (choose either token or password) "sessionTimeout": 1800000 // Optional: Session timeout (ms), default is 30 minutes } }, "gateway": { "http": { "endpoints": { "chatCompletions": { "enabled": true } } } } }

References

You can refer to the following documents for more detailed configuration instructions: For Feishu channel detail setup, please refer to: Feishu Channel Setup Guide For Dingtalk channel detail setup, please refer to: Dingtalk Channel Setup Guide For Telegram, Slack, Discord or more channels setup, please refer to OpenClaw Channel Setup Guide. Use ls /root/.local/share/pnpm/global/5/node_modules/openclaw/docs/channels to see all available channel setup guides.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc