Install
openclaw skills install openclaw-starter-kitOpenClaw 초보자를 위한 풀패키지 온보딩 스킬. 첫 세팅부터 보안 강화까지 대화형으로 안내한다. "초기 세팅", "처음 설정", "starter kit", "온보딩", "setup guide", "시작하기", "세팅 도와줘" 키워드에 반응.
openclaw skills install openclaw-starter-kit새로운 OpenClaw 유저를 위한 풀패키지 온보딩 스킬. 대화형으로 하나씩 안내하며, 모든 핵심 파일을 자동 생성한다.
Step 1 — SOUL.md (에이전트 성격) 사용자에게 5가지 질문:
→ 답변을 기반으로 templates/soul-template.md를 참고하여 SOUL.md 생성
→ 사용자 확인 후 저장
Step 2 — USER.md (사용자 정보) 수집 항목:
→ templates/user-template.md 참고하여 생성
Step 3 — 메모리 구조 자동 생성:
~/.openclaw/workspace/
├── MEMORY.md ← 장기 기억 인덱스
├── memory/
│ ├── YYYY-MM-DD.md ← 일일 로그 (첫 날 자동 생성)
│ ├── knowledge/ ← 학습 자료
│ ├── projects/ ← 프로젝트 기록
│ └── lessons/ ← 실수/교훈
→ templates/memory-template.md 기반
Step 4 — HEARTBEAT.md (자동 체크인) 용도 설명 후 기본 템플릿 생성:
→ templates/heartbeat-template.md 기반
Step 5 — Brave Search API
openclaw configure --section web 실행 안내Step 6 — 추천 스킬 설치
용도별 안내 → guides/skill-recommendations.md 참고:
| 용도 | 스킬 | 명령어 |
|---|---|---|
| 웹 검색 | (Brave API) | openclaw configure --section web |
| 날씨 | weather | openclaw skills install weather |
| 요약 | summarize | openclaw skills install summarize |
| GitHub | github | openclaw skills install github |
| 유튜브 | youtube-transcript | openclaw skills install youtube-transcript |
Step 7 — 크론잡 기초
→ guides/cron-basics.md 참고
Step 8 — 보안 설정 (필수)
→ guides/security-guide.md 참고
API 키 관리
openclaw configure로만 관리.env 파일은 .gitignore에 추가외부 행동 제어
openclaw configure --section security파일 안전
rm 대신 trash 사용 (복구 가능)채널 보안
네트워크 보안
openclaw health 실행데이터 보안
memory/ 폴더 정기 백업Step 9 — 세팅 리포트 생성 자동으로 현재 상태를 스캔하여 리포트 출력:
✅ 세팅 완료 리포트
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 설치된 스킬: [자동 감지]
🤖 에이전트: [이름] ([모델])
📡 채널: [연결된 채널]
🔍 웹 검색: [활성/비활성]
📂 워크스페이스: [경로]
📝 SOUL.md: [✅/❌]
👤 USER.md: [✅/❌]
🧠 MEMORY.md: [✅/❌]
💓 HEARTBEAT.md: [✅/❌]
🔒 보안: [allowlist 설정 여부]
⏰ 크론잡: [설정 수]
세팅 담당: [설정자 이름]
세팅 일자: [오늘 날짜]
━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 10 — 고급 로드맵 안내
→ guides/advanced-roadmap.md 참고
→ guides/troubleshooting.md 참고
openclaw doctor 실행openclaw-starter-kit/
├── SKILL.md
├── templates/
│ ├── soul-template.md
│ ├── user-template.md
│ ├── memory-template.md
│ ├── heartbeat-template.md
│ └── agents-template.md
├── guides/
│ ├── skill-recommendations.md
│ ├── cron-basics.md
│ ├── security-guide.md
│ ├── advanced-roadmap.md
│ └── troubleshooting.md
└── package.json