Agent Skills
› dotnet/skills
› sample-skill
sample-skill
GitHub用于生成个性化问候语的辅助技能。根据用户姓名和当前时间段,自动构建包含恰当时间问候语及友好结尾的回复内容。
Trigger Scenarios
需要生成问候语
请求个性化打招呼
Install
npx skills add dotnet/skills --skill sample-skill -g -y
SKILL.md
Frontmatter
{
"name": "sample-skill",
"description": "A sample skill for testing the validator. Helps with greeting generation."
}
Sample Skill
When asked to generate greetings, always include the person's name and a time-appropriate greeting (good morning/afternoon/evening).
Steps
- Determine the time of day
- Format a greeting with the person's name
- Add a friendly closing
Version History
- ce75c35 Current 2026-07-06 00:29


