Onboarding (CLI)
기준일: 2026-07-26
공식 기준: Onboarding (CLI)
Onboarding (CLI) 문서는 OpenClaw 공식 문서(start/wizard)를 한국어로 정리한 가이드입니다. CLI onboarding: verify inference, then hand remaining setup to OpenClaw 명령·설정 키·코드 예시는 공식 문서를 그대로 보존하며, 해석과 절차 안내는 한국어로 제공합니다. 최종 동작은 설치된 CLI 버전과 공식 원문을 확인하세요.
핵심 요약
CLI onboarding: verify inference, then hand remaining setup to OpenClaw
한국어 가이드 범위: start/wizard 경로의 설정·명령·제약·예시를 학습용으로 재구성합니다.
문서 구성
공식 문서의 주요 섹션은 다음과 같습니다.
- Locale
- Guided default
- Classic wizard: QuickStart vs Advanced
- What classic onboarding configures
- Add another agent
- Full reference
- Related docs
상세 내용
본문
CLI onboarding is the recommended terminal setup path on macOS, Linux, and Windows (native or WSL2). By default it detects AI access already available on the machine, verifies it with a real completion, and starts OpenClaw to configure the workspace, Gateway, and optional features. openclaw setup runs the same flow (Setup covers the --baseline config-only variant). Windows desktop users can also start from Windows Hub.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
openclaw onboard
Locale
The wizard localizes fixed onboarding copy. It uses the first nonblank value from OPENCLAW_LOCALE, LC_ALL, LC_MESSAGES, and LANG, in that order, then falls back to English. Supported locales: en, zh-CN, zh-TW.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
OPENCLAW_LOCALE=zh-CN openclaw onboard
OPENCLAW_LOCALE=en openclaw onboard # Explicit English override
openclaw configure
openclaw agents add <name>
Guided default
Plain openclaw onboard follows this path:
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
Classic wizard: QuickStart vs Advanced
Run openclaw onboard --classic to open the full wizard. It starts with a choice between QuickStart (defaults) and Advanced (full control). Pass --flow quickstart or --flow advanced (alias manual) to select the classic flow and skip that prompt.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
주요 항목:
- Local gateway, loopback bind
- Workspace default (or existing workspace)
- Gateway port 18789
- Gateway auth Token (auto-generated, even on loopback)
- Tool policy:
tools.profile: "coding"for new setups (an existing explicit profile is preserved) - DM sessions: onboarding preserves an explicit
session.dmScopeand otherwise leaves it unset, so the"main"default keeps all direct messages across channels in the agent's rolling main session—the personal-agent default. For shared or multi-user inboxes, use"per-channel-peer";openclaw security auditrecommends isolation when it detects multi-user DM traffic. Details: CLI setup reference - Tailscale exposure Off
- Telegram and WhatsApp DMs default to allowlist: Telegram asks for a numeric Telegram user ID, WhatsApp asks for a phone number
- Exposes every step: mode, workspace, gateway, channels, daemon, skills
What classic onboarding configures
Local mode (default) walks through these steps:
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
Add another agent
Use openclaw agents add to create a separate agent with its own workspace, sessions, and auth profiles. Running without --workspace starts an interactive flow for name, workspace, auth, channels, and bindings - it is not the full openclaw onboard wizard.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
주요 항목:
agents.entries.*.nameagents.entries.*.workspaceagents.entries.*.agentDir- Default workspace:
~/.openclaw/workspace-<agentId>(or under - Add
bindingsto route inbound messages to this agent (onboarding can do this for you). - Non-interactive flags:
--model,--agent-dir,--bind,--non-interactive.
Full reference
For detailed step-by-step behavior and config outputs, see CLI setup reference. For non-interactive examples, see CLI automation. For the full flag reference, see openclaw onboard.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
Related docs
주요 항목:
- CLI command reference:
openclaw onboard - Onboarding overview: Onboarding overview
- macOS app onboarding: Onboarding
- Agent first-run ritual: Agent Bootstrapping
실습 체크리스트
- 공식 문서와 로컬 버전을 대조합니다:
https://docs.openclaw.ai/start/wizard - 관련 CLI는
openclaw --help및 하위 명령--help로 옵션을 확인합니다. - 설정 변경 시
openclaw config/openclaw doctor로 유효성을 검사합니다. - Gateway·채널·플러그인 변경 후에는 필요 시 Gateway를 재시작합니다.
자주 쓰는 명령·설정 예시
openclaw onboard
OPENCLAW_LOCALE=zh-CN openclaw onboard
OPENCLAW_LOCALE=en openclaw onboard # Explicit English override
openclaw configure
openclaw agents add <name>
관련 링크
- 공식 원문: start/wizard
- OpenClaw 문서 홈
이 가이드는 공식 문서를 한국어 학습용으로 재구성한 것입니다. 옵션 기본값·플래그 이름은 설치 버전에 따라 달라질 수 있습니다.