Files
obsidian/openclaw/openclaw-install.md
kappa a1592f7898 openclaw: 매뉴얼을 섹션별 파일로 분리 (14개)
단일 파일에서 디렉토리 구조로 변경하여 컨텍스트 관리 용이하게 함.
openclaw-manual.md는 위키링크 인덱스로 변환.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:03:22 +09:00

925 B

title, updated
title updated
OpenClaw 개요 및 설치 2026-03-18

오픈소스 AI 에이전트 프레임워크. 메시징 앱(WhatsApp, Telegram, Discord, Slack, Signal, iMessage 등)을 통해 LLM과 대화하고, 셸 명령, 브라우저 자동화, 이메일, 파일 작업 등을 자율 수행.

설치

# macOS/Linux
curl -fsSL https://openclaw.ai/install.sh | bash

# 온보딩 (인증, 게이트웨이, 채널 설정)
openclaw onboard --install-daemon

요구사항: Node 24 권장 (22.16+ 호환)

환경변수

  • OPENCLAW_HOME: 홈 디렉토리
  • OPENCLAW_STATE_DIR: 상태 디렉토리
  • OPENCLAW_CONFIG_PATH: 설정 파일 경로

온보딩 4단계

  1. openclaw onboard --install-daemon — 인증, 게이트웨이, 채널 설정
  2. openclaw gateway status — 서비스 상태 점검
  3. openclaw dashboard — 제어 UI (http://127.0.0.1:18789/)
  4. 제어 UI 정상 로드 확인