What problem does it solve?
Reduce decision overhead and execution errors when an agent must choose and run external tools to accomplish discrete plan steps by ensuring correct tool selection, validated inputs, and robust result handling.
Core Features & Use Cases
- Tool selection mapping: Maps common actions (file I/O, shell, HTTP, search, code execution, editing, parsing, project inspection) to the most appropriate tool.
- Robust execution controls: Constructs precise input objects, enforces timeouts and retry policies, and validates ok/error outputs.
- Chaining and orchestration: Supports sequencing or parallel invocation of tools and passing results between steps for multi-step workflows.
- Use Case: Automate a workflow that reads a file, runs a script, and uploads results while handling retries and timeouts automatically.
Quick Start
Invoke the execution skill to select the appropriate tool for the current plan step, run it with a validated input object, and return the result for the next step.