Agent Skill
2/7/2026hello-world
A minimal example skill demonstrating the agent-skills-server structure.
O
onmax
0GitHub Stars
1Views
npx skills add onmax/agent-skills-server
SKILL.md
| Name | hello-world |
| Description | A minimal example skill demonstrating the agent-skills-server structure. |
name: hello-world description: A minimal example skill demonstrating the agent-skills-server structure. license: MIT
Hello World Skill
This is a minimal skill for learning purposes.
Usage
Import the greeting function from example.ts:
import { greet } from './example'
greet('World') // "Hello, World!"
Skills Info
Original Name:hello-worldAuthor:onmax
Download