cloudlisted
Install: claude install-skill phnx-labs/.agents
# Cloud Skill
Dispatch a task to a cloud agent instead of running it locally. Where `agents run` executes on this machine, `agents cloud run` hands the work to a remote backend that clones the repo, runs the agent, and (for Rush) opens a PR. Use it to fan out many tasks past local capacity, or to run work that needs a clean, pre-built environment.
## Providers
| Provider | What it is | Dispatch needs | PR? | Multi-repo |
|----------|-----------|----------------|-----|------------|
| `rush` (default) | Rush Cloud — clones a GitHub repo + branch, runs the agent, auto-commits and opens a PR | `--repo owner/repo` | yes | yes |
| `codex` | Codex Cloud — runs in a pre-built Codex environment (repos fixed at env-creation time) | `--env <id>` | per env | no |
| `factory` | Factory pods — Droid + computer-use targets | `--computer <name>` | n/a | no |
Check what's signed in before dispatching:
```bash
agents cloud providers # human-readable
agents cloud providers --json # {id, name, available, default}
```
`available: false` means that backend isn't signed in on this machine — pick another or authenticate first.
## Dispatch
```bash
agents cloud run "<prompt>" --provider <id> [options]
```
The prompt can be inline (positional), via `-p/--prompt`, or a path to a file whose contents become the prompt.
| Flag | Purpose |
|------|---------|
| `--provider <id>` | `rush`, `codex`, or `factory` (defaults to the configured default) |
| `--agent <name>` | Agent to r