> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ironclaw.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> 使用内置和外部工具扩展您的智能体

通过文件操作、网页搜索和 GitHub 集成等常见工具来扩展您的智能体。

<CardGroup cols={2}>
  <Card title="文件工具" icon="folder" href="/extensions/file-tools">
    在工作区中读取、写入、列出和 patch 文件。
  </Card>

  <Card title="Shell" icon="terminal" href="/extensions/shell">
    运行 shell 命令，并进行环境净化与注入检查。
  </Card>

  <Card title="网页搜索" icon="globe" href="/extensions/web-search">
    使用 Brave Search 搜索最新的网络信息。
  </Card>

  <Card title="GitHub" icon="github" href="/extensions/github">
    使用仓库、Issue、Pull Request 和工作流。
  </Card>

  <Card title="MCP Servers" icon="plug" href="/extensions/mcp">
    连接 Model Context Protocol 服务器并暴露其工具。
  </Card>
</CardGroup>

## 构建您自己的工具

<Card title="构建工具" icon="wrench" href="/extensions/building-a-tool" horizontal>
  创建您自己的扩展并将其注册到智能体中。
</Card>
