> ## Documentation Index
> Fetch the complete documentation index at: https://oc-guide.openclaw-korea.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 목차

> OpenClaw 실전 가이드 beta 전체 목차

## Part 1: AI 에이전트와 생활하기 (마인드셋)

<CardGroup cols={2}>
  <Card title="항상 켜져 있는 에이전트" icon="power-off" href="/mindset/always-on-agent">
    24/7 AI와 함께하는 삶의 의미
  </Card>

  <Card title="신뢰와 위임" icon="handshake" href="/mindset/trust-and-delegation">
    어디까지 AI에게 맡길 것인가
  </Card>

  <Card title="능동 vs 수동" icon="arrows-rotate" href="/mindset/proactive-vs-reactive">
    AI가 먼저 행동하게 만들기
  </Card>

  <Card title="멀티 페르소나" icon="masks-theater" href="/mindset/multi-persona">
    하나의 AI, 여러 개의 성격
  </Card>
</CardGroup>

## Part 2: 설치 & 첫 설정

<CardGroup cols={2}>
  <Card title="설치" icon="download" href="/getting-started/installation">
    Node.js, npm, 첫 실행까지
  </Card>

  <Card title="첫 설정" icon="gear" href="/getting-started/first-config">
    API 키, 워크스페이스 구조
  </Card>

  <Card title="Telegram 연동" icon="paper-plane" href="/getting-started/telegram-setup">
    BotFather로 봇 만들기
  </Card>

  <Card title="Discord 연동" icon="discord" href="/getting-started/discord-setup">
    디스코드 봇 설정
  </Card>
</CardGroup>

## Part 3: 대화 & 페르소나

<CardGroup cols={2}>
  <Card title="SOUL.md" icon="ghost" href="/persona/soul-md">AI의 영혼을 정의하는 파일</Card>
  <Card title="IDENTITY.md" icon="id-card" href="/persona/identity-md">이름, 역할, 정체성</Card>
  <Card title="USER.md" icon="user" href="/persona/user-md">사용자 프로필 정의</Card>
  <Card title="멀티 페르소나 설정" icon="masks-theater" href="/persona/multi-persona-setup">여러 성격 전환</Card>
  <Card title="톤 & 보이스" icon="microphone" href="/persona/tone-and-voice">말투와 스타일 조정</Card>
</CardGroup>

## Part 4: 메모리 시스템

<CardGroup cols={2}>
  <Card title="MEMORY.md" icon="brain" href="/memory/memory-md">장기 기억 관리</Card>
  <Card title="일일 노트" icon="calendar-day" href="/memory/daily-notes">매일의 기록</Card>
  <Card title="메모리 검색" icon="magnifying-glass" href="/memory/memory-search">기억 찾기</Card>
  <Card title="하트비트 상태" icon="heart-pulse" href="/memory/heartbeat-state">상태 추적 JSON</Card>
</CardGroup>

## Part 5: 스킬 생태계

<CardGroup cols={2}>
  <Card title="ClawHub" icon="store" href="/skills/clawhub">스킬 마켓플레이스</Card>
  <Card title="스킬 설치" icon="download" href="/skills/install-skills">설치 방법</Card>
  <Card title="스킬 만들기" icon="hammer" href="/skills/create-skills">나만의 스킬 개발</Card>
  <Card title="SKILL.md 형식" icon="file-code" href="/skills/skill-md-format">스킬 정의 파일</Card>
  <Card title="인기 스킬" icon="star" href="/skills/popular-skills">추천 스킬 목록</Card>
</CardGroup>

## Part 6: 자동화

<CardGroup cols={2}>
  <Card title="하트비트" icon="heart-pulse" href="/automation/heartbeat">주기적 체크 시스템</Card>
  <Card title="크론잡" icon="clock" href="/automation/cron-jobs">정확한 시간 예약</Card>
  <Card title="능동적 패턴" icon="robot" href="/automation/proactive-patterns">AI가 먼저 행동</Card>
  <Card title="HEARTBEAT.md" icon="file-heart" href="/automation/heartbeat-md">하트비트 설정 파일</Card>
  <Card title="예약 작업" icon="calendar-check" href="/automation/scheduled-tasks">스케줄 관리</Card>
</CardGroup>

## Part 7: 노드 & 디바이스

<CardGroup cols={2}>
  <Card title="페어링" icon="link" href="/nodes/pairing">디바이스 연결</Card>
  <Card title="카메라" icon="camera" href="/nodes/camera">사진/영상 촬영</Card>
  <Card title="위치" icon="location-dot" href="/nodes/location">GPS 위치 추적</Card>
  <Card title="화면 녹화" icon="desktop" href="/nodes/screen-recording">스크린 캡처</Card>
  <Card title="멀티 디바이스" icon="mobile-screen" href="/nodes/multi-device">여러 기기 관리</Card>
</CardGroup>

## Part 8: 메시징 통합

<CardGroup cols={2}>
  <Card title="Telegram" icon="paper-plane" href="/messaging/telegram">텔레그램 심화</Card>
  <Card title="Discord" icon="discord" href="/messaging/discord">디스코드 심화</Card>
  <Card title="Signal" icon="shield" href="/messaging/signal">시그널 연동</Card>
  <Card title="WhatsApp" icon="whatsapp" href="/messaging/whatsapp">왓츠앱 연동</Card>
  <Card title="그룹 채팅 팁" icon="users" href="/messaging/group-chat-tips">그룹에서의 AI</Card>
</CardGroup>

## Part 9: 브라우저 & 웹

<CardGroup cols={2}>
  <Card title="브라우저 제어" icon="globe" href="/browser/browser-control">웹 자동화</Card>
  <Card title="웹 검색" icon="search" href="/browser/web-search">Brave 검색 API</Card>
  <Card title="웹 페치" icon="download" href="/browser/web-fetch">페이지 내용 추출</Card>
  <Card title="Chrome Relay" icon="chrome" href="/browser/chrome-relay">브라우저 확장</Card>
</CardGroup>

## Part 10: 코딩 에이전트

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/coding/claude-code">Claude Code 통합</Card>
  <Card title="Codex" icon="code" href="/coding/codex">OpenAI Codex 연동</Card>
  <Card title="개발 워크플로우" icon="code-branch" href="/coding/dev-workflow">개발 작업 흐름</Card>
  <Card title="GitHub 통합" icon="github" href="/coding/github-integration">PR, 이슈 관리</Card>
</CardGroup>

## Part 11: 보안 & 권한

<CardGroup cols={2}>
  <Card title="실행 정책" icon="shield" href="/security/exec-policy">명령 실행 보안</Card>
  <Card title="도구 필터링" icon="filter" href="/security/tool-filtering">도구 접근 제어</Card>
  <Card title="안전한 운영" icon="lock" href="/security/safe-operations">안전 가이드</Card>
  <Card title="프라이버시" icon="eye-slash" href="/security/privacy">개인정보 보호</Card>
</CardGroup>

## Part 12: 실전 사례

<CardGroup cols={3}>
  <Card title="이메일 관리" icon="envelope" href="/practice/email-management">받은편지함 자동화</Card>
  <Card title="캘린더" icon="calendar" href="/practice/calendar">일정 관리</Card>
  <Card title="홈 자동화" icon="house" href="/practice/home-automation">스마트홈 연동</Card>
  <Card title="DevOps" icon="server" href="/practice/devops">서버 모니터링</Card>
  <Card title="리서치" icon="flask" href="/practice/research">조사 & 분석</Card>
  <Card title="글쓰기" icon="pen" href="/practice/writing">작문 보조</Card>
  <Card title="데일리 브리핑" icon="newspaper" href="/practice/daily-briefing">아침 요약</Card>
  <Card title="iMessage" icon="message" href="/practice/imessage">iMessage 연동</Card>
  <Card title="Apple 리마인더" icon="bell" href="/practice/apple-reminders">리마인더 관리</Card>
  <Card title="Excel 자동화" icon="file-excel" href="/practice/excel">엑셀 읽기/생성/분석 자동화</Card>
</CardGroup>

## Part 13: 학습 로드맵

<CardGroup cols={2}>
  <Card title="초급" icon="seedling" href="/roadmap/beginner">첫 2주 가이드</Card>
  <Card title="중급" icon="tree" href="/roadmap/intermediate">1-2개월 심화</Card>
  <Card title="고급" icon="mountain" href="/roadmap/advanced">파워 유저</Card>
  <Card title="참고 자료" icon="book" href="/roadmap/references">링크 & 리소스</Card>
</CardGroup>
