hello-world · git:20260623.23b041b · 2026-06-23 · sha256 9746b7956440b742
hello-world git:20260623.23b041bA
Immutable. This exact content is served forever at /api/v1/blob/9746b7956440b742.
---
name: hello-world
description: Echo a first runx message through a checked-in cli-tool script.
source:
type: cli-tool
command: node
args:
- run.mjs
timeout_seconds: 10
sandbox:
profile: readonly
cwd_policy: skill-directory
inputs:
message:
type: string
required: true
description: Message to print from the example skill.
runx:
input_resolution:
required:
- message
artifacts:
named_emits:
message: message
---
Print one message so a new contributor can verify the local runx execution path.