hello-skill · git:20260728.54ca37f · 2026-07-28 · sha256 27ec38446c0aac7f
hello-skill git:20260728.54ca37fA
Immutable. This exact content is served forever at /api/v1/blob/27ec38446c0aac7f.
--- name: hello-skill description: Generate a deterministic greeting with a bundled script. --- # Hello Skill Use this skill when the user asks you to greet someone. 1. Execute the bundled Python script at scripts/greet.py. 2. Pass a list containing exactly one name as its arguments. 3. Return the script stdout as the final answer. The script needs no third-party packages. If it fails, report its exit code and stderr.