
from langgraphgo261
Minimal demo skill that runs a Python script to print a greeting — intended as a health-check/onboarding example.
A tiny demonstration skill that executes a simple Python script which prints a greeting to stdout. It's explicitly a 'Hello, World!' example intended to validate that a skill runner and agent can execute scripts and capture output.
hello.py) — no external dependencies.scripts/hello.py and what a successful output looks like.A minimal 'Hello World' demo skill from the langgraphgo repo, intended as a health-check/onboarding example. No scripts were bundled — only a SKILL.md referencing a scripts/hello.py that wasn't included. The SKILL.md itself is well-written and clear, but there's no executable code to validate.
Demo/onboarding skill with no functional scripts. Clean from a security perspective but offers almost no practical utility. The SKILL.md references a script that isn't included in the fetched data.