> ## 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="/scenarios/agent/openclaw/installation">
    安装 Node.js 和 OpenClaw，支持 macOS / Linux / Windows
  </Card>

  <Card title="配置文件方式" icon="file-code" href="/scenarios/agent/openclaw/config-json">
    手动编辑 openclaw\.json 配置文件
  </Card>

  <Card title="CLI 交互式配置" icon="terminal" href="/scenarios/agent/openclaw/config-cli">
    使用 openclaw onboard 向导快速配置
  </Card>

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

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

  <Card title="进阶功能" icon="settings" href="/scenarios/agent/openclaw/advanced">
    故障排除、自定义技能、记忆功能等
  </Card>
</CardGroup>
