feat: init

This commit is contained in:
hp0912 2026-03-07 14:57:13 +08:00
parent 4f73db2043
commit 7b9c4dfb10

View 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`