feat: init
This commit is contained in:
parent
4f73db2043
commit
7b9c4dfb10
22
skills/hello-world/SKILL.md
Normal file
22
skills/hello-world/SKILL.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: hello-world
|
||||
description: "示例技能。当用户说「使用示例技能」、「hello world」或「调用示例」时触发,返回 hello-world。"
|
||||
argument-hint: "无需参数,直接调用即可"
|
||||
---
|
||||
|
||||
# Hello World Skill
|
||||
|
||||
## 描述
|
||||
|
||||
这是一个最简单的示例技能,用于演示 Agent Skills 的基本结构。
|
||||
|
||||
## 触发条件
|
||||
|
||||
- 用户说「使用示例技能」
|
||||
- 用户说「hello world」
|
||||
- 用户说「调用示例」
|
||||
|
||||
## 执行步骤
|
||||
|
||||
1. 接收到用户调用请求
|
||||
2. 直接回复:`hello-world`
|
||||
Loading…
Reference in New Issue
Block a user