| name | agent-team-run |
| description | Service-level skill for agent-team run commands. Use when creating, listing, checking, or closing daemonless workflow runs. Load agent-team-shared first. |
| metadata | {"version":"1.0.0","openclaw":{"category":"agent-orchestration"},"requires":{"bins":["agent-team"],"skills":["agent-team-shared"]},"cliHelp":"agent-team run --help"} |
Agent Team Run Commands
PREREQUISITE: Read ../agent-team-shared/SKILL.md.
Runs group tasks, inbox messages, event history, and artifacts for one orchestrated workflow.
agent-team run <command> [flags]
Helper Commands
| Command | Description |
|---|
create | Create a workflow run. |
status | Show one run and task status counts. |
summary | Show operational run summary and close readiness. |
list | List runs, optionally filtered by status. |
close | Close a run after all tasks are terminal. |
cancel | Cancel an open run. |
Command Notes
- Create one run per user-requested orchestrated workflow.
- Reuse an existing
run_id only when the user provides it or explicitly asks to resume.
- Use the returned
data.run.id as RUN_ID in task prompts and artifact paths.
- Close a run only after every task is in a terminal state (
done, failed, or cancelled); otherwise run close returns run_not_ready.
Discovering Commands
agent-team run --help
agent-team schema export