--- 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 1. Call `action='script'`, `file_name='greet.R'`, `args=['World']` 2. The script prints: `Hello, World!` ### Arguments - `args[1]`: The name to greet (default: `"World"`)