openclaw_spawn_agent
Delegate a task to a sub-agent by providing its ID and a task description. Optionally specify a model override.
Instructions
Spawn an OpenClaw sub-agent to perform a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task description for the agent | |
| model | No | Optional model override for the agent | |
| agent_id | Yes | Agent identifier to spawn (e.g. "main", "dev") |