> ## 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

> 開源本地 AI 助手，支援 Telegram/WhatsApp/Discord 等多平臺，通過 API易 配置實現自主任務執行

## 概述

OpenClaw 是一款開源的本地 AI 助手，由開發者 Peter Steinberger 於 2025 年 11 月建立。它執行在你自己的電腦上，可通過 Telegram、WhatsApp、Discord 等多種聊天平臺互動，實現檔案操作、終端命令執行、瀏覽器控制等自動化任務。

通過配置 API易 服務，您可以獲得：

<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="/zh-Hant/scenarios/agent/openclaw/installation">
    安裝 Node.js 和 OpenClaw，支援 macOS / Linux / Windows
  </Card>

  <Card title="配置檔案方式" icon="file-code" href="/zh-Hant/scenarios/agent/openclaw/config-json">
    手動編輯 openclaw\.json 配置檔案
  </Card>

  <Card title="CLI 互動式配置" icon="terminal" href="/zh-Hant/scenarios/agent/openclaw/config-cli">
    使用 openclaw onboard 嚮導快速配置
  </Card>

  <Card title="Anthropic 原生配置" icon="bot" href="/zh-Hant/scenarios/agent/openclaw/config-anthropic">
    使用 anthropic-messages API 型別直連 Claude
  </Card>

  <Card title="使用指南" icon="book-open" href="/zh-Hant/scenarios/agent/openclaw/usage">
    Web UI / Telegram / 常用命令與使用示例
  </Card>

  <Card title="進階功能" icon="settings" href="/zh-Hant/scenarios/agent/openclaw/advanced">
    故障排除、自定義技能、記憶功能等
  </Card>
</CardGroup>
