| name | hello-world |
| description | A simple demonstration skill that responds with ASCII art when a user enters the phrase "hello world". Use this skill specifically when the user types "hello world" or similar greetings requesting a hello world response. |
Hello World Skill
This skill provides a simple ASCII art response when users enter "hello world" or similar variations.
When to Use
Trigger this skill when users type:
- "hello world"
- "Hello World"
- "hello world!"
- Or similar variations of the classic greeting
Workflow
Follow these steps exactly and literally. Do not substitute, paraphrase, or replace any command with an equivalent. Do not skip step 1.
-
Run the system info script — mandatory, literal execution.
-
Respond using the template.
- Include every field returned by the script in the system-information code block (do not omit memory, uptime, homedir, arch, etc.).
- Keep the ASCII art and the system-info block each wrapped in their own triple-backtick code blocks.
- Render the rest of the template as normal markdown (not inside a code block).