Agent Skills
› lee-to/ai-factory
› aif-hello-world
aif-hello-world
GitHub这是一个由 aif-ext-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


