명령 개요
openclaw onboard는 신규 사용자를 위한 대화형 가이드 명령입니다. setup과의 차이점은 단순한 설치 완료보다 학습과 기능 시연에 더 초점을 맞추고 있다는 것입니다.
가이드 시작
openclaw onboard
가이드 과정
1단계: 환영 및 개념 소개
Welcome to OpenClaw! 🎉
OpenClaw is an AI assistant platform that connects
language models to your favorite messaging channels.
Key concepts:
• Provider: Where your AI model runs (OpenAI, Ollama, etc.)
• Channel: Where users interact (Telegram, Discord, etc.)
• Skill: Special abilities for your AI (web search, image gen, etc.)
• Gateway: The server that connects everything
Press Enter to continue...
2단계: 첫 번째 공급자 설정
상세 설명과 함께 모델 공급자 설정을 안내합니다:
Let's set up your first model provider.
Which provider would you like to start with?
[1] OpenAI - Most popular, requires API key
[2] Ollama - Free, runs locally on your machine
[3] Anthropic - Claude models, requires API key
> 1
To get an OpenAI API key:
1. Go to https://platform.openai.com/api-keys
2. Click "Create new secret key"
3. Copy the key
Enter your OpenAI API key: sk-...
Testing connection... ✓ Connected!
Available models: gpt-4o, gpt-4o-mini, gpt-3.5-turbo
Which model would you like to use? [gpt-4o-mini]
> gpt-4o-mini
3단계: 첫 번째 채널 설정
Now let's connect a messaging channel.
Which channel would you like to set up first?
[1] Telegram - Easy setup, works great
[2] Discord - For gaming communities
[3] Web Chat - Built-in web interface
[4] Skip for now
> 3
Starting Web Chat on http://localhost:3000/chat
You can test your AI assistant right in the browser!
4단계: 대화 테스트
Let's test your AI assistant!
You: 안녕하세요
AI: 안녕하세요! 저는 당신의 AI 어시스턴트입니다. 무엇을 도와드릴까요?
You: 오늘 날씨는 어때요?
AI: 현재 실시간 날씨를 조회할 수 있는 기능이 없지만, 날씨
스킬을 추가하면 도와드릴 수 있습니다. 설정을 도와드릴까요?
Great! Your AI is working perfectly. ✓
5단계: 스킬 추가 (선택)
Would you like to add some skills?
Available skills:
[x] Web Search - Search the internet
[ ] Weather - Get weather information
[x] Code Execution - Run code snippets
[ ] Image Generation - Create images
Installing selected skills... ✓
명령 옵션
특정 단계 건너뛰기
openclaw onboard --skip-intro # 개념 소개 건너뛰기
openclaw onboard --skip-test # 대화 테스트 건너뛰기
openclaw onboard --quick # 최소 단계로 완료
언어 지정
openclaw onboard --lang zh # 중국어 가이드
openclaw onboard --lang en # 영어 가이드
openclaw onboard --lang ja # 일본어 가이드
중단된 가이드 재개
openclaw onboard --resume
가이드 완료 후
가이드 종료 시 후속 단계를 안내합니다:
Onboarding complete! Here's what to do next:
📖 View your config: openclaw configure --show
📱 Add more channels: openclaw channels add
🔧 Add more skills: openclaw plugins install
📊 Open dashboard: openclaw dashboard
📝 View logs: openclaw logs
Documentation: https://oepnclaw.com
Community: https://discord.gg/openclaw
Happy chatting! 🎉
setup과의 차이
| 특성 | setup | onboard |
|---|---|---|
| 목표 | 빠른 설치 | 학습과 이해 |
| 대화 수준 | 간결 | 상세 설명 |
| 테스트 단계 | 없음 | 대화 테스트 포함 |
| 개념 소개 | 없음 | 단계별 설명 |
| 대상 사용자 | 경험 있는 사용자 | 입문 사용자 |
다시 실행
가이드를 완료한 후 다시 실행할 때:
# 가이드 요약 표시
openclaw onboard --summary
# 완전히 다시 시작
openclaw onboard --restart
정리
openclaw onboard는 신규 사용자가 OpenClaw을 이해하고 시작하기 위한 최적의 입구입니다. 대화형 가이드와 즉시 테스트를 통해 핵심 개념을 이해하면서 기본 설정을 완료하여 후속 심화 사용을 위한 기초를 마련합니다.