Use when the user requests a simple hello greeting or wants to test the hello skill
hello follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: hello description: Use when the user requests a simple hello greeting or wants to test the hello skill user-invocable: true --- # Hello Skill ## Overview A simple skill that outputs "hello" to the user. ## When to Use - User explicitly asks for a hello greeting - User wants to test the hello skill functionality ## Usage When invoked, simply respond with: ``` hello ```