529 B
529 B
| name | description | argument-hint |
|---|---|---|
| hello-world | 示例技能。当用户说「使用示例技能」、「hello world」或「调用示例」时触发,返回 hello-world。 | 无需参数,直接调用即可 |
Hello World Skill
描述
这是一个最简单的示例技能,用于演示 Agent Skills 的基本结构。
触发条件
- 用户说「使用示例技能」
- 用户说「hello world」
- 用户说「调用示例」
执行步骤
- 接收到用户调用请求
- 直接回复:
hello-world