Openclaw 와 discord 연동을 활용한 AI 비서 만들기 - 1

2026-03-21-openclaw.md

Posted by 전봉근 on Saturday, March 21, 2026 Tags: ai   1 minute read

OpenClaw 란

로컬에서 실행되는 Personal AI Agent로 AI와(chatgpt, claude, gemini 등) 연동하여 Telegram, Slack, Discord 등 여러 채널을 통해 명령을 받고, 브라우저 제어/파일관리/이메일작성 등 실제 작업을 자율적으로 수행하는 프로그램입니다.

OpenClaw 설치에 필요한 프로그램 설치

// git 설치
$ sudo apt update && sudo apt install curl build-essential -y
$ sudo add-apt-repository ppa:git-core/ppa -y
$ sudo apt update
$ sudo apt install git -y

// nodejs 설치
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
$ source ~/.bashrc
$ nvm install node

OpenClaw 설치

간단하게 세부설정은 스킵하고 설치합니다.
openclaw-1
openclaw-2
openclaw-3
openclaw-4
openclaw-5
openclaw-6
openclaw-7
openclaw-8
openclaw-9
openclaw-10

마지막 이미지까지 완료하면

Wake up, my friend!

라는 문구가 표시되는데, 만약 AI 모델을 연결하였다면 반응을 할 것이고 연결하지 않으면 아무 반응도 없을 것 입니다.
여기까지 openclaw 설치가 완료되었고, 다음 과정에서는 Discord 를 연동하는 과정을 실습해봅니다.

참고

  • https://goddaehee.tistory.com/
  • https://blog.naver.com/ryurime88/