Agent Skills
› lee-to/ai-factory
› aif-hello-world
aif-hello-world
GitHub由 aif-ext-hello 扩展提供的 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


