> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/openclaw.md).

# OpenClaw

**OpenClaw は独立したオープンソースの AI エージェントツールです**高いカスタマイズ性を備えた Agent の実行・対話サービスを提供し、独立したオープンソースチームによって開発されています。

OpenClaw の強力な機能を体験したい一般ユーザー向けに、Cherry Studio は **ワンクリック統合インターフェース**。複雑な下位コマンド、実行依存関係、プロキシを自分で扱う必要はなく、Cherry Studio 内で設定済みのモデルサービス（Provider）をそのまま再利用して、ワンクリックで OpenClaw のホスティングサービスを開始できます。

{% hint style="info" %}
**OpenClaw は必要ですか？**

* **一般ユーザー**：もし Cherry Studio クライアントのグラフィカル UI で日常的にエージェントを使うだけなら、直接 [**エージェント**](/docs/jp/cherry-studio/preview/agent.md) を参照すればよく、**不要です** OpenClaw を有効化してください。
* **試しに体験したい／ヘビーユーザー**：ターミナルや独立したワークフローで OpenClaw プロジェクトを体験したい場合は、このモジュールを使って Gateway サービスを素早く起動できます。
  {% endhint %}

### OpenClaw をインストール

上部のタブバーで `+` ➡️ **ランチャー** ➡️ をクリック **OpenClaw** アイコン。初回アクセス時には次が表示されます：

<figure><img src="/files/4020458ee83e944213ff7f2264604408c59b9ae5" alt=""><figcaption><p>OpenClaw 未インストール状態</p></figcaption></figure>

* クリック **OpenClaw をインストール** ➡️ Cherry Studio は公式ソースから OpenClaw の最新実行バイナリを自動でダウンロードしてインストールします。
* インストール完了後、ページは「実行中 / 停止済み」状態に変わり、ここでワンクリックで **起動** または **停止** ローカル OpenClaw Gateway を停止できます。

### Provider とモデルを設定

OpenClaw 設定パネルでは：

1. OpenClaw に割り当てる **Provider サービス事業者**（すでに `設定 → モデルサービス` で設定済みのプラットフォームである必要があります）。
2. 具体的な **モデル**。
3. クリック **起動** ボタンを選択すると、OpenClaw Gateway はローカルでポートを監視し、サービスを開始します。

### OpenClaw CLI で使用

ワンクリックで起動した後、あなたのターミナルで直接 `openclaw` を実行すれば、Cherry Studio でホスティング起動した計算リソースとモデルを呼び出せます。

* 詳細な CLI 利用マニュアルは公式ドキュメントをご覧ください：<https://docs.openclaw.ai/>
* OpenClaw コントロールパネル左下の **ドキュメント** を直接開くこともできます。

### と [エージェント](/docs/jp/cherry-studio/preview/agent.md) の根本的な位置づけの違い

両者は単純な「コマンドラインとグラフィカル UI」の区分ではなく、Cherry Studio における位置づけがまったく異なります：

| 観点           | Cherry Agent（内蔵エージェント）                                         | OpenClaw                                                      |
| ------------ | -------------------------------------------------------------- | ------------------------------------------------------------- |
| **実行場所**     | クライアント（Cherry Studio）内でネイティブに実行                                | 独立した外部プロセスの Gateway                                           |
| **製品上の位置づけ** | クライアント UI にネイティブかつ深く結びついたツール・ワークフロー型エージェント                     | 試してみたいユーザー向け **OpenClaw プロジェクトの下位依存関係、プロキシ、および環境設定コストを大幅に削減** |
| **インターフェース** | Cherry Studio のグラフィカル対話ウィンドウ                                   | ターミナルの CLI 操作、または OpenClaw インターフェースをサポートするその他のクライアント          |
| **実行依存**     | クライアント内の [**API サーバー**](/docs/jp/advanced-basic/api-server.md) | 独立 Gateway に依存し、Cherry Studio がワンクリックで環境ホスティングを提供             |

### ヒントとコツ

* OpenClaw と内蔵の Cherry Agent はシステム上で並行して問題なく使用でき、互いに干渉しません。
* 1 台のマシン上で OpenClaw Gateway を起動すると、その専用のローカルポートを使用します（詳細は OpenClaw のドキュメント参照）。Cherry Studio 内蔵の [**API サーバー**](/docs/jp/advanced-basic/api-server.md) デフォルトで監視する `23333` ポートとは完全に独立しており、互いに干渉しません。
* Cherry Studio ソフトウェアを閉じると、ホスト起動された OpenClaw Gateway サービスは自動的に停止します。バックグラウンドで長時間常駐させたい場合は、OpenClaw 公式付属のデーモン（Daemon）モードの使用をおすすめします。

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) で提供されている公式チャネル、または [OpenClaw 公式リポジトリ](https://github.com/openclaw) に参加してください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/advanced-basic/openclaw.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
