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

# OpenClaw

> Telegram/WhatsApp/Discord 등을 지원하는 오픈소스 로컬 AI 어시스턴트로, 자율적인 작업 실행을 위한 APIYI 통합을 제공합니다

## 개요

OpenClaw는 2025년 11월 개발자 Peter Steinberger가 만든 오픈소스 로컬 AI 어시스턴트입니다. 자체 컴퓨터에서 실행되며 Telegram, WhatsApp, Discord 등 다양한 채팅 플랫폼을 통해 상호작용하면서 파일 작업, 터미널 명령 실행, 브라우저 제어 및 기타 자동화 작업을 수행합니다.

APIYI 서비스를 구성하면 다음과 같은 혜택을 얻을 수 있습니다:

<CardGroup cols={2}>
  <Card title="🔒 로컬 개인정보 보호" icon="shield">
    데이터는 로컬에서 처리되어 개인정보와 보안을 보장합니다
  </Card>

  <Card title="📱 다중 플랫폼" icon="message-circle">
    Telegram, WhatsApp, Discord, Slack, iMessage 등을 지원합니다
  </Card>

  <Card title="🛠️ 자율 실행" icon="wand">
    단순한 채팅이 아니라 실제로 컴퓨터를 조작하고 명령을 실행합니다
  </Card>

  <Card title="🔌 확장 가능" icon="puzzle">
    사용자 정의 스킬과 플러그인 확장을 지원합니다
  </Card>
</CardGroup>

<Info>
  **프로젝트 정보**: OpenClaw는 MIT 라이선스가 적용된 오픈소스 프로젝트입니다. 웹사이트: `openclaw.ai`, 저장소: `github.com/openclaw/openclaw`.
</Info>

## 빠른 탐색

<CardGroup cols={2}>
  <Card title="설치" icon="download" href="/ko/scenarios/agent/openclaw/installation">
    macOS / Linux / Windows에 Node.js와 OpenClaw를 설치합니다
  </Card>

  <Card title="JSON 구성" icon="file-code" href="/ko/scenarios/agent/openclaw/config-json">
    openclaw\.json 구성 파일을 수동으로 편집합니다
  </Card>

  <Card title="CLI 대화형 설정" icon="terminal" href="/ko/scenarios/agent/openclaw/config-cli">
    빠른 설정을 위해 openclaw 온보드 마법사를 사용합니다
  </Card>

  <Card title="Anthropic 기본 구성" icon="bot" href="/ko/scenarios/agent/openclaw/config-anthropic">
    Claude 모델에 anthropic-messages API 유형을 사용합니다
  </Card>

  <Card title="사용 가이드" icon="book-open" href="/ko/scenarios/agent/openclaw/usage">
    웹 UI / Telegram / 명령 및 사용 예시
  </Card>

  <Card title="고급 기능" icon="settings" href="/ko/scenarios/agent/openclaw/advanced">
    문제 해결, 사용자 지정 스킬, 메모리 등
  </Card>
</CardGroup>
