Hello World

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

onmax a62d611 2 files · 408 B Updated

File contents

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!"

onmax/agent-skills-server/tree/main/examples/nuxt/skills/hello-world commit a62d611e17

Frequently asked questions

npx skillmds@latest add onmax/hello-world