shell_run
Run shell commands with enforcement of permission rules: read operations allowed, destructive commands blocked unless permitted.
Instructions
Run a shell command. Validated against AgentsID permissions. Read commands (ls, cat, grep) typically allowed. Destructive commands (rm, chmod) blocked unless permitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to run |