openclaw_run
Send a task or prompt to the OpenClaw AI agent via SSH, delegating complex operations it can handle with its plugins and LLM backends. Specify the agent and timeout to control execution.
Instructions
Send a task or prompt to the OpenClaw AI agent via SSH. The agent has access to all installed plugins (trading, home automation, etc.) and multiple LLM backends. Use this to delegate complex tasks that OpenClaw already knows how to handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Optional: name of a specific OpenClaw agent to use (e.g. "ops", "trading"). Omit to use the default agent. | |
| prompt | Yes | Task or question to send to the OpenClaw AI agent. It has access to all installed plugins (trading, home, memory, etc.). | |
| timeout_seconds | No | Max seconds to wait for the agent response |