Shell Execution
← Back to Plugin Center
OfficialToolOfficialv0.1.0DeepSeek AI
tool/shell
Runs shell commands in the sandbox and returns results — the agent's hands.
tool/shell registers shell execution as a model-callable tool: the model issues a command, the plugin runs it in the sandbox backend and returns stdout and the exit code, letting the agent read files, run commands, and install dependencies.
In minimal mode it is one of the few core capabilities retained; in standard mode it works alongside file editing, web search, and other tools.
Features
- Model-callable shell tool
- Backed by the ctx.shell backend, with swappable environments
- Returns stdout, stderr, and exit code
- A core component of minimal mode