name: greet description: Greets a user by name using a simple R script
Instructions
This skill demonstrates the skill system. It runs a short R script that prints a personalised greeting.
Usage
- Call
action='script',file_name='greet.R',args=['World'] - The script prints:
Hello, World!
Arguments
args[1]: The name to greet (default:"World")