Agent Skills
› lee-to/ai-factory
› aif-hello-world
aif-hello-world
GitHub用于测试扩展系统功能的 Hello World 技能。通过发送 'hello' 或调用命令触发,返回友好问候以确认扩展正常运行。
Trigger Scenarios
用户输入 hello
调用 /aif-hello-world
Install
npx skills add lee-to/ai-factory --skill aif-hello-world -g -y
SKILL.md
Frontmatter
{
"name": "aif-hello-world",
"description": "A hello world skill provided by the aif-ext-hello extension. Demonstrates extension-provided skills."
}
Hello World
This is a test skill provided by the aif-ext-hello extension.
When invoked, respond with a friendly greeting and confirm that the extension system is working.
Usage
Simply say "hello" or invoke /aif-hello-world to test.
Version History
- 2.17.0 Current 2026-07-24 12:20


