> ## 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 は、開発者 Peter Steinberger によって 2025 年 11 月に作成されたオープンソースのローカル 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="/ja/scenarios/agent/openclaw/installation">
    macOS / Linux / Windows に Node.js と OpenClaw をインストールします
  </Card>

  <Card title="JSON設定" icon="file-code" href="/ja/scenarios/agent/openclaw/config-json">
    openclaw\.json 設定ファイルを手動で編集します
  </Card>

  <Card title="CLI対話型セットアップ" icon="terminal" href="/ja/scenarios/agent/openclaw/config-cli">
    すばやくセットアップするために openclaw のオンボーディングウィザードを使用します
  </Card>

  <Card title="Anthropic ネイティブ設定" icon="bot" href="/ja/scenarios/agent/openclaw/config-anthropic">
    Claude モデルで anthropic-messages API タイプを使用します
  </Card>

  <Card title="使用ガイド" icon="book-open" href="/ja/scenarios/agent/openclaw/usage">
    ウェブ UI / Telegram / コマンドと使用例
  </Card>

  <Card title="高度な機能" icon="settings" href="/ja/scenarios/agent/openclaw/advanced">
    トラブルシューティング、カスタムスキル、メモリなど
  </Card>
</CardGroup>
