openclaw_run
Delegate complex tasks to an AI agent via SSH, controlling trading, home automation, and memory plugins with multiple LLM backends.
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 |