openclaw-channel-telegram

참고 문서

개요

  • openclaw 와 연결하기 위한 채널 등록을 정리한 문서
  • ~/.openclaw/openclaw.json 에서 channels 추가
    • openclaw onboard 명령어로 등록 가능
`~/.openclaw/openclaw.json`

스크린샷 2026-03-31 오후 5.03.54 스크린샷 2026-03-31 오후 5.04.48 스크린샷 2026-03-31 오후 5.05.06 스크린샷 2026-03-31 오후 5.10.15 스크린샷 2026-03-31 오후 5.07.37

{
  channels: {
    telegram: {
      enabled: true,
      botToken: "123:abc",
      dmPolicy: "pairing",
      groups: { "*": { requireMention: true } },
    },
  },
}
  • 보통 onboard 때 설정 openclaw-channel-telegram

telegram

  • (1) (telegram) BotFatherUser 에서 bot api token 을 발급
  • (2) (서버) ~/.openclaw/openclaw.json 에서 channels.telegram.botToken 의 값을 업데이트
  • (3) (telegram) 생성한 bot 에 접근: https://t.me/{bot-name}
  • (4) (telegram) bot 에 dm 할 경우 pairing code가 답장으로 오고
  • (5) (서버) openclaw pairing approve telegram <CODE> 로 등록

Pasted image 20260331165724

  • 8642812485: AAg 이 형태로 토큰이 발급 됨
위로 스크롤