Agent Skills
› lee-to/ai-factory
› aif-hello-world
aif-hello-world
GitHub用于测试扩展系统功能的问候技能。通过响应友好问候并确认系统正常工作,验证扩展是否成功加载和运行,适用于基础连通性检查。
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


