hello-world

star 1

A minimal example skill demonstrating the agent-skills-server structure.

onmax By onmax schedule Updated 1/23/2026

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!"
Install via CLI
npx skills add https://github.com/onmax/agent-skills-server --skill hello-world
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator