CLI commands

설정

openclaw setup

~/.openclaw/openclaw.json과 에이전트 작업 공간을 초기화합니다.

관련 항목:

예제

openclaw setup
openclaw setup --workspace ~/.openclaw/workspace
openclaw setup --wizard
openclaw setup --wizard --import-from hermes --import-source ~/.hermes
openclaw setup --non-interactive --mode remote --remote-url wss://gateway-host:18789 --remote-token <token>

옵션

  • --workspace <dir>: 에이전트 작업 공간 디렉터리(agents.defaults.workspace로 저장됨)
  • --wizard: 온보딩 실행
  • --non-interactive: 프롬프트 없이 온보딩 실행
  • --mode <local|remote>: 온보딩 모드
  • --import-from <provider>: 온보딩 중 실행할 마이그레이션 제공자
  • --import-source <path>: --import-from의 소스 에이전트 홈
  • --import-secrets: 온보딩 마이그레이션 중 지원되는 비밀 정보 가져오기
  • --remote-url <url>: 원격 Gateway WebSocket URL
  • --remote-token <token>: 원격 Gateway 토큰

설정을 통해 온보딩을 실행하려면:

openclaw setup --wizard

참고:

  • 단순 openclaw setup은 전체 온보딩 흐름 없이 구성과 작업 공간을 초기화합니다.
  • 단순 설정 후 openclaw configure를 실행하여 모델, 채널, Gateway, Plugin, Skills 또는 상태 검사를 선택합니다.
  • 온보딩 플래그가 하나라도 있으면 온보딩이 자동 실행됩니다(--wizard, --non-interactive, --mode, --import-from, --import-source, --import-secrets, --remote-url, --remote-token).
  • Hermes 상태가 감지되면 대화형 온보딩에서 마이그레이션을 자동으로 제안할 수 있습니다. 가져오기 온보딩에는 새 설정이 필요합니다. 온보딩 외부에서 드라이런 계획, 백업, 덮어쓰기 모드를 사용하려면 마이그레이션을 사용하세요.

관련 항목