Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
channel-setup
// Help the user connect a messaging channel (Telegram, Discord, WhatsApp, etc.) to OpenClaw
$ git log --oneline --stat
stars:8
forks:1
updated:2026년 2월 13일 00:32
SKILL.md
// Help the user connect a messaging channel (Telegram, Discord, WhatsApp, etc.) to OpenClaw
| name | channel-setup |
| description | Help the user connect a messaging channel (Telegram, Discord, WhatsApp, etc.) to OpenClaw |
OpenClaw supports 23+ chat platforms. Full docs: https://docs.openclaw.ai/channels/index
CLI reference: https://docs.openclaw.ai/cli/channels
/newbot, follow prompts, save the token~/.openclaw/openclaw.json):
{
"channels": {
"telegram": {
"enabled": true,
"botToken": "YOUR_TOKEN_HERE",
"dmPolicy": "pairing",
"groups": { "*": { "requireMention": true } }
}
}
}
Or set env var: TELEGRAM_BOT_TOKEN=...openclaw pairing list telegram → openclaw pairing approve telegram <CODE>openclaw channels listopenclaw channels add --channel <provider> --token <token>openclaw channels list — show all configured channelsopenclaw channels status — check runtime statusopenclaw channels remove --channel <provider> — remove a channel