run_command: the bridge between AI and the systemrun_command is Cerewro's most powerful tool. It executes any Windows command (PowerShell or CMD) directly from the chat, with working directory control, timeout and the ability to elevate privileges.
How much free space is left on drive C?
Get-PSDrive C | Select-Object Used, Free
| Parameter | Description |
|---|---|
command | The PowerShell or CMD command to execute |
working_directory | Working folder from which to execute |
timeout_seconds | Maximum time before cancelling (default 30s) |
elevated | If true, requests privilege elevation (UAC) |
Get-Process | Sort-Object CPU -Descending | Select-Object -First 10 Name, CPU, WorkingSet
elevated: true or destructive commands.