system_exec
Execute system commands with optional working directory and environment variables for automation and control of system operations.
Instructions
Execute a system command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (optional) | |
| env | No | Environment variables (optional) | |
| command | Yes | Command to execute |