Skill and knowledge base integration
Who this is for
Teams maintaining both Skills and Knowledge.
Step 1. Prepare the Knowledge
Create an entry under Knowledges, for example "Refund reason code reference".
Step 2. Reference it in the Skill
In the Skill Markdown, write:
markdown
执行前阅读 Knowledge《退款原因枚举说明》,口径以 Knowledge 为准。Step 3. Verify in conversation
text
使用 skillCode=refund_reason_analysis,分析本月退款。Watch whether the Agent also cites the enumeration definitions from the Knowledge.
Step 4. Split maintenance responsibilities
| Change type | Where to make it |
|---|---|
| Reason code list updated | Knowledge |
| Analysis steps change | Skill |
| New approval requirement | Knowledge + the Skill's prohibited-actions section |
Quick entry points
- Skills:
/admin/skills - Knowledges:
/admin/knowledges