Files
fireclaw/skills/run_command/SKILL.md

288 B

name, description, parameters
name description parameters
run_command Execute a shell command on this system and return the output. Use this to check system info, run scripts, fetch URLs, process data, etc.
command
type description required
string The shell command to execute (bash) true