with one click
hello-world
// A greeting skill that ONLY generates simple hello/greeting messages. NOT for calculations, data processing, or code execution. Use ONLY for greeting requests like "say hello", "greet someone", or similar.
// A greeting skill that ONLY generates simple hello/greeting messages. NOT for calculations, data processing, or code execution. Use ONLY for greeting requests like "say hello", "greet someone", or similar.
| name | hello-world |
| description | A greeting skill that ONLY generates simple hello/greeting messages. NOT for calculations, data processing, or code execution. Use ONLY for greeting requests like "say hello", "greet someone", or similar. |
| license | MIT |
| metadata | {"author":"smallnest","version":"1.0.0"} |
This skill ONLY generates simple greeting messages. It is NOT suitable for calculations, data processing, or any code execution tasks.
ONLY use this skill when:
DO NOT use this skill for:
This skill generates a simple greeting message in the format "Hello, [name]!" where [name] can be:
IMPORTANT: This skill should NOT invoke any tools for calculations or code execution. It only returns a simple text greeting.
User request: "Say hello"
Output:
Hello, World!
Generated at: 2024-12-25 10:30:00 UTC
User request: "Say hello to Alice"
Output:
Hello, Alice!
Generated at: 2024-12-25 10:30:00 UTC
User request: "Greet Bob and Charlie"
Output:
Hello, Bob!
Hello, Charlie!
Generated at: 2024-12-25 10:30:00 UTC
If a user request involves any of the above, use a different skill (e.g., calculator-skill for calculations).
The greeting should be clear and friendly. Include:
Keep the output simple and human-readable.