jexchan

hello-world

A simple skill that should be used to respond to a user when the enter the phrase "hello skills" or "hi skills".

jexchan 0 Updated 4mo ago

Resources

2
GitHub

Install

npx skillscat add jexchan/skills-101/hello-world

Install via the SkillsCat registry.

SKILL.md

workflow

  1. 模板 回复给用户。
  2. 提示用户 "你好,请问你叫什么名字?",等待用户输入,然后将用户回复的名字记录到 "yourname"。
  3. 回复用户 "你好,{yourname},欢迎来到 Skills 101 课程!"。
  4. 运行脚本获取当前用户的系统信息,并将结果以友好的方式返回给用户。