Skip to content

Packaging Skills for business use

Who this is for

Admins and developers writing Skills for the Agent.

Give the Agent an enterprise-grade "operations manual" it can follow.

Entry point

App management → AI asset center → Skills
URL: /app/{appCode}/admin/skills

Step 1. Create a Skill

  1. Click New skill.
  2. Fill in the Skill name, code (skillCode), and description.
  3. After saving, you land in the Markdown editor.

Step 2. Write the Skill body

Recommended structure (Markdown):

markdown
## 何时使用
## 输入要求
## 操作步骤(1、2、3…)
## 输出格式
## 禁止事项(写操作需人工确认)

Step 3. Let business users invoke it in conversation

Example prompt: 请使用 skillCode=xxx 完成……

Sub-documents

  • Understanding Skills from a developer's perspective
  • Skill development guide
  • Skill and knowledge base integration

基于飞书知识库同步生成,内容以飞书源文档为准