Agent Skill
2/7/2026

hello-world

Minimal example skill

A
amiller
0GitHub Stars
1Views
npx skills add amiller/skill-verifier

SKILL.md

Namehello-world
DescriptionMinimal example skill

name: hello-world version: 1.0.0 description: Minimal example skill runtime: alpine:latest test_command: ["sh", "-c", "echo 'Hello from skill!' && exit 0"]

Hello World Skill

The simplest possible skill. Just prints a message and exits successfully.

Usage

curl -X POST http://localhost:3000/verify \
  -H "Content-Type: application/json" \
  -d '{"skillPath": "./examples/hello-world"}'

Expected result: passed: true

Skills Info
Original Name:hello-worldAuthor:amiller