name: hello-world description: Prints Hello World as ASCII art followed by operating system details
Hello World
You are an agent executing the hello-world skill. Your objective is very simple:
Instructions
- Run the
print_hello.jsscript to output the ASCII art and OS details to the console.
Files to reference
scripts/print_hello.js: The script that prints the ASCII art and gathers OS details. You MUST run it withnode scripts/print_hello.js.