> 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/zhong-wen-fan-ti/advanced-basic/extensions/skills.md).

# 技能同能力庫

技能係一套可重用嘅工作說明同配套資源。佢唔負責連接外部系統，而係話畀 Agent 知應該按咩流程、標準同格式完成任務。

{% hint style="success" %}
需要某種工作方法時，先喺【工作】入面同 Agent 講你嘅目標，然後叫佢幫你搵或者安裝合適嘅技能。淨係需要檢查來源、批量管理或者由本機匯入時，先打開【設定】→【技能】。
{% endhint %}

<figure><img src="/files/a3a9b13e6ad4f5a99a4d1321d86a76c844aef005" alt="根据任务需要选择知识库、技能、内置工具或 MCP 的关系图"><figcaption><p>重複使用嘅方法適合沉澱成技能；資料、內置操作同外部系統分別用對應入口。</p></figcaption></figure>

## 安裝技能

手動路徑：【設定】→【技能】。

頁面支援三種來源：

* 線上搜尋技能註冊表；
* 由本機 ZIP 檔案安裝；
* 由包含 `SKILL.md` 嘅資料夾安裝。

{% stepper %}
{% step %}

### 1. 先確認用途

用一句話講明你想技能解決嘅問題，例如「將會議記錄整理成決策、負責人同截止時間」。名稱相似唔代表流程相同，先睇說明再安裝。
{% endstep %}

{% step %}

### 2. 檢查來源同內容

打開技能詳情，確認佢會要求 Agent 做咩、係咪包含腳本、係咪需要額外工具或者外部帳號。來源唔明嘅技能唔好直接用喺敏感目錄。
{% endstep %}

{% step %}

### 3. 綁定到 Agent

打開【工作】→ Agent 選單→【編輯】→【技能】，啟用所需技能。技能切換會隨 Agent 配置自動儲存，並由下一條訊息開始生效。
{% endstep %}

{% step %}

### 4. 用真實任務驗證

畀 Agent 一份小樣本，檢查步驟、輸出格式同邊界係咪符合預期，再用喺批量任務或者定時任務。
{% endstep %}
{% endstepper %}

## 技能、提示詞同 MCP 點揀

| 需要             | 應該揀         | 原因             |
| -------------- | ----------- | -------------- |
| 一句臨時要求         | 當前任務提示詞     | 唔使增加長期配置       |
| 多次重用同一流程       | 技能          | 可以同時保存說明、模板同資源 |
| 設定 Agent 嘅長期角色 | Agent 系統提示詞 | 每個任務都要遵守       |
| 存取資料庫或者外部服務    | MCP         | 技能本身唔提供連接能力    |

## 用戶案例：團隊週報技能

團隊將週報欄目、語氣、數據檢查同禁用表述寫成技能，綁定到「週報整理」Agent。每週只需要提供本週資料，Agent 按技能輸出固定結構；數據來自外部系統時，再組合 MCP，而唔係將帳號同接口細節寫入技能正文。

{% hint style="danger" %}
卸載技能會由全域能力庫移除佢，並清理 Agent 工作區入面嘅關聯。執行前確認冇正在使用呢個技能嘅任務；團隊自訂技能應該保留可恢復嘅源文件。
{% endhint %}

<details>

<summary>安裝之後點解 Agent 冇用技能？</summary>

安裝只係將技能加入全域能力庫。你仲要喺 Agent 編輯視窗嘅【技能】入面啟用，或者叫 Agent 幫你完成綁定。之後發一條新訊息測試。

</details>

<details>

<summary>技能可以包含程式嗎？</summary>

技能包可以包含說明、資源同腳本。可唔可以執行腳本，仲要睇 Agent 嘅工具、工作目錄、環境依賴同權限模式。

</details>


---

# 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/zhong-wen-fan-ti/advanced-basic/extensions/skills.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.
