wechat-robot-skills/skills/ping/SKILL.md
2026-03-07 17:57:19 +08:00

23 lines
487 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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