Agent Skills
› lee-to/ai-factory
› aif-hello-world
aif-hello-world
GitHub由 aif-ext-hello 扩展提供的测试技能,用于验证扩展系统功能。调用时输出友好问候并确认系统正常运行。
触发场景
用户输入 hello
调用 /aif-hello-world 命令
安装
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.
版本历史
- 2.17.0 当前 2026-07-24 12:20


