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

> Open-source local AI assistant supporting Telegram/WhatsApp/Discord and more, with APIYI integration for autonomous task execution

## Overview

OpenClaw is an open-source local AI assistant created by developer Peter Steinberger in November 2025. It runs on your own computer and interacts through various chat platforms like Telegram, WhatsApp, Discord, etc., enabling file operations, terminal command execution, browser control, and other automation tasks.

By configuring APIYI service, you can get:

<CardGroup cols={2}>
  <Card title="🔒 Local Privacy" icon="shield">
    Data is processed locally, ensuring privacy and security
  </Card>

  <Card title="📱 Multi-Platform" icon="message-circle">
    Supports Telegram, WhatsApp, Discord, Slack, iMessage, and more
  </Card>

  <Card title="🛠️ Autonomous Execution" icon="wand">
    Not just chat - actually operates your computer and executes commands
  </Card>

  <Card title="🔌 Extensible" icon="puzzle">
    Supports custom skills and plugin extensions
  </Card>
</CardGroup>

<Info>
  **Project Info**: OpenClaw is an MIT-licensed open-source project. Website: `openclaw.ai`, Repository: `github.com/openclaw/openclaw`.
</Info>

## Quick Navigation

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/en/scenarios/agent/openclaw/installation">
    Install Node.js and OpenClaw on macOS / Linux / Windows
  </Card>

  <Card title="JSON Configuration" icon="file-code" href="/en/scenarios/agent/openclaw/config-json">
    Manually edit the openclaw\.json config file
  </Card>

  <Card title="CLI Interactive Setup" icon="terminal" href="/en/scenarios/agent/openclaw/config-cli">
    Use the openclaw onboard wizard for quick setup
  </Card>

  <Card title="Anthropic Native Config" icon="bot" href="/en/scenarios/agent/openclaw/config-anthropic">
    Use anthropic-messages API type for Claude models
  </Card>

  <Card title="Usage Guide" icon="book-open" href="/en/scenarios/agent/openclaw/usage">
    Web UI / Telegram / Commands and usage examples
  </Card>

  <Card title="Advanced Features" icon="settings" href="/en/scenarios/agent/openclaw/advanced">
    Troubleshooting, custom skills, memory, and more
  </Card>
</CardGroup>
