execute_command
Execute system commands in the OpenClaw environment with configurable timeout and synchronous or asynchronous operation.
Instructions
Execute a command in the OpenClaw environment. Commands can run synchronously or asynchronously.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute (e.g., "ls -la", "npm install") | |
| timeout | No | Timeout in seconds (default: 30) | |
| async | No | Execute asynchronously (default: false) |