run_shell_command
Execute shell commands to manage files, install packages, run scripts, and check output. Specify an optional working directory.
Instructions
Execute a shell command and return its stdout/stderr output. Use this to create directories, install packages, run scripts, check output, etc. working_dir: optional absolute path to run the command in (defaults to home directory).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| working_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |