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

# 将 AI Agent 连接到 Teable

> 通过 AI Agent 查询和更新数据、管理表格，以及创建自动化或应用。

## 安装 Teable 技能

将以下提示词发送给 AI Agent：

```text wrap theme={null}
请阅读 https://github.com/teableio/agent-skills，根据指南帮我安装 Teable agent skill 并完成 Teable CLI 认证
```

也可以直接运行：

```bash theme={null}
npx skills add https://github.com/teableio/agent-skills
```

## 试用 Teable 技能

安装完成后，可以试试以下提示词。

<CodeGroup>
  ```text 简单入门提示词 wrap theme={null}
  在当前 <base> {粘贴 base URL} 中创建一个简单的 CRM 表。
  ```

  ```text 本地文件 → Teable wrap theme={null}
  将这个本地文件夹中的所有发票上传到 <收据表> {粘贴表格 URL}，并提取关键字段。
  ```

  ```text 跨平台数据 → Teable wrap theme={null}
  将新的 GitHub issues 导入到 <Bug 追踪表> {粘贴表格 URL}。
  ```

  ```text 清理或整理 Teable 数据 wrap theme={null}
  检查 <任务表> {粘贴表格 URL} 并标记逾期任务。
  ```
</CodeGroup>
