> 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/extensions.md).

# Agent の能力を拡張する

Agent にはすでに、ファイル、検索、画像、メモリ、ワークフロー、定期タスクなどの内蔵ツールがあります。作業方法を固定したいときはスキルを追加し、外部システムに接続したいときは MCP を追加します。両者が解決する問題は異なるため、「機能が多い」という理由で全部インストールする必要はありません。

<figure><img src="/files/b6beb2514fff587db11871f8a59ffdfe859c1947" alt="根据资料、固定方法和外部系统需求选择内置工具、知识库、技能或 MCP 的关系图"><figcaption><p>まずは最短経路を優先し、Agent が本当に外部システムへアクセスする必要がある場合にのみ MCP を追加します。</p></figcaption></figure>

## まず何が必要かを判断する

| 要件                               | 選択           |
| -------------------------------- | ------------ |
| 一連の手順、テンプレート、またはチェックリストを固定する     | スキル          |
| データベース、ブラウザ、またはサードパーティシステムを参照する  | MCP          |
| 自分のドキュメント資料を検索する                 | ナレッジベース      |
| 現在のプロジェクトファイルの読み書き、画像生成、または通知の送信 | Agent の内蔵ツール |

{% hint style="success" %}
最も簡単な方法は、【作業】で目標を直接説明し、Agent に不足しているのがスキルか、MCP か、それともナレッジベースかを判断してもらうことです。出典、接続パラメータ、または権限を確認する必要がある場合は、【設定】で手動管理します。
{% endhint %}

## インストール後の最後のステップ

グローバルにインストールまたは接続に成功しても、すべての Agent で使えるとは限りません。【作業】→ Agent メニュー→【編集】を開き、それぞれ【スキル】、【MCP】、または【ナレッジベース】で選択します。設定は次のメッセージから有効になります。

<figure><img src="/files/4ce811147c728dd8bed1a876e1b125581b62ae4d" alt="Agent 编辑窗口中的内置工具、知识库、MCP 和技能入口"><figcaption><p>Agent の内蔵ツール、ナレッジベース、MCP、スキルはそれぞれ個別に設定し、タスクに応じて有効化します。</p></figcaption></figure>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>スキルと能力ライブラリ</strong></td><td>安定した作業方法をインストールして再利用する</td><td><a href="/pages/6e93605584226f3b8a810525309e30d28513b80e">/pages/6e93605584226f3b8a810525309e30d28513b80e</a></td></tr><tr><td><strong>MCP と外部ツール</strong></td><td>追加のツールとデータソースを接続する</td><td><a href="/pages/2b65b492e34423fbc740c24e25d715d855ece3b2">/pages/2b65b492e34423fbc740c24e25d715d855ece3b2</a></td></tr><tr><td><strong>MCP のトラブルシューティング</strong></td><td>接続経路に沿って段階的に問題を特定する</td><td><a href="/pages/2e26008784db883deb77f2a286a7ae3726e9f026">/pages/2e26008784db883deb77f2a286a7ae3726e9f026</a></td></tr></tbody></table>


---

# 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/extensions.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.
