conductorv2
Plugins/Developer

Shell

Safe shell command execution via a whitelist allowlist.

zero-config4 tools

Works immediately. Allowed commands: ls, cat, git, npm, yarn, pnpm, node, python, echo, pwd, which, env, ps, df, du, find, grep, curl, ping.

Run shell commands from your AI. The shell plugin uses a whitelist-based allowlist — only approved commands can be executed. No eval() or exec() with arbitrary strings.

Setup

terminal
No setup required. Customize the allowed commands list in your config:

Tools

ToolDescriptionApproval
shell_execExecute a whitelisted shell command
shell_backgroundRun a command in the backgroundrequired
shell_killKill a background process by PIDrequired
shell_listList allowed commands

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

Run npm test in the current directory

shell_exec

Start the dev server in the background

shell_background