execute_command
Run system commands in PowerShell, CMD, or Git Bash shells on Windows via secure CLI access, specifying the working directory for targeted task execution.
Instructions
Execute a command in the specified shell (powershell, cmd, or gitbash)
Example usage (PowerShell):
Example usage (CMD):
Example usage (Git Bash):
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
shell | Yes | Shell to use for command execution | |
workingDir | No | Working directory for command execution (optional) |