Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
]
},
"en/basic/field/ai/ai-field",
"en/basic/ai/custom-model"
"en/basic/ai/custom-model",
"en/basic/ai/teable-skill"
]
},
{
Expand Down Expand Up @@ -431,7 +432,8 @@
]
},
"zh/basic/field/ai/ai-field",
"zh/basic/ai/custom-model"
"zh/basic/ai/custom-model",
"zh/basic/ai/teable-skill"
]
},
{
Expand Down
7 changes: 7 additions & 0 deletions en/basic/admin-panel/ai-setting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ Follow these four steps:

In **LLM API**, add or verify the model provider used by supported model calls. If **AI Chat** or **App Builder** uses your own key (BYOK), choose **OpenAI Compatible** or **Anthropic** as the provider type, add the models it supports, and complete the model test.

Open **Model Settings** for a model when you need to review or override these values:

| Setting | Effect |
|------|------|
| **Context** | Optional. Sets the maximum input tokens used for context compaction. |
| **Max output** | Optional. Sets the maximum tokens the model can generate in one response. |

### Configure Recommended Models

This step decides which models users can choose from. Start with a clear primary set so users can choose by task complexity. A common setup is:
Expand Down
42 changes: 42 additions & 0 deletions en/basic/ai/teable-skill.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Connect AI Agents to Teable
description: Query and update data, manage tables, and create automations or apps from your AI agent.
---

## Install Teable Skill

Copy this prompt into your AI agent:

```text wrap
Please read https://github.com/teableio/agent-skills, follow the guide to help me install the Teable agent skill, and complete Teable CLI authentication.
```

Or install it directly:

```bash
npx skills add https://github.com/teableio/agent-skills
```

## Try Teable Skill

After the skill is installed, try these prompts.

<CodeGroup>

```text Simple Starter Prompts wrap
Create a simple CRM table in <Base> {paste Base URL}.
```

```text Local Files → Teable wrap
Upload all invoices in this local folder to <Receipt Table> {paste table URL} and extract key fields.
```

```text Cross-Platform Data → Teable wrap
Import new GitHub issues into <Bug Tracker> {paste table URL}.
```

```text Clean Or Organize Teable Data wrap
Check <Task Table> {paste table URL} and mark overdue tasks.
```

</CodeGroup>
32 changes: 17 additions & 15 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,26 @@ html:not(.dark) {
background: rgb(var(--primary)) !important;
}

html:not(.dark) #banner,
html:not(.dark) #banner * {
color: rgb(249, 250, 251) !important;
}
@layer utilities {
html:not(.dark) #banner,
html:not(.dark) #banner * {
color: rgb(249, 250, 251) !important;
}

html:not(.dark) #banner a {
color: rgb(249, 250, 251) !important;
text-decoration-color: rgba(249, 250, 251, 0.7) !important;
}
html:not(.dark) #banner a {
color: rgb(249, 250, 251) !important;
text-decoration-color: rgba(249, 250, 251, 0.7) !important;
}

.dark #banner,
.dark #banner * {
color: rgb(19, 20, 21) !important;
}
.dark #banner,
.dark #banner * {
color: rgb(19, 20, 21) !important;
}

.dark #banner a {
color: rgb(19, 20, 21) !important;
text-decoration-color: rgba(19, 20, 21, 0.35) !important;
.dark #banner a {
color: rgb(19, 20, 21) !important;
text-decoration-color: rgba(19, 20, 21, 0.35) !important;
}
}

[data-component-part="update-label"] {
Expand Down
7 changes: 7 additions & 0 deletions zh/basic/admin-panel/ai-setting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ description: "为私有化部署实例配置 AI 对话、AI 字段、AI 自动

在 **LLM API** 中添加或确认已支持的模型调用所使用的模型服务商。如果 **AI 对话** 或 **应用构建器** 使用自带 Key,请将提供商类型选为 **OpenAI Compatible**(OpenAI 兼容)或 **Anthropic**,填入它支持的模型,并完成模型测试。

如需检查或调整模型参数,请打开该模型的 **模型配置**:

| 配置项 | 作用 |
|------|------|
| **上下文窗口** | 可选。设置上下文压缩使用的最大输入 Token 数。 |
| **最大输出** | 可选。设置模型单次响应最多生成的 Token 数。 |

### 配置推荐模型

这一步决定了用户可以选择哪些模型。建议先提供一组清晰的主力模型,方便用户按任务复杂度选择。一个常见的做法是:
Expand Down
42 changes: 42 additions & 0 deletions zh/basic/ai/teable-skill.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: 将 AI Agent 连接到 Teable
description: 通过 AI Agent 查询和更新数据、管理表格,以及创建自动化或应用。
---

## 安装 Teable 技能

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

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

也可以直接运行:

```bash
npx skills add https://github.com/teableio/agent-skills
```

## 试用 Teable 技能

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

<CodeGroup>

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

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

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

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

</CodeGroup>