# Fleet

> Control CLAWDINATOR fleet lifecycle via the control API. Use for /fleet deploy or /fleet status. Use when this capability is needed.

- Skill: `tomevault-io/fleet` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/fleet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/fleet/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/fleet

---


# Fleet Control

Use this skill to manage CLAWDINATOR instances (deploy/replace) and fetch fleet status.

## Safety + Scope
- **Always require an explicit target** for deploy: `all` or `clawdinator-<n>`.
- **Never self-deploy**: if target == your instance, refuse.
- **No AWS creds**: all actions go through the control API.

## Commands
- `/fleet status`
- `/fleet deploy <all|clawdinator-2>`
- Optional rollback: `/fleet deploy <target> <ami_id>`

## Execution
Call the control script and return its output:

```
/var/lib/clawd/repos/clawdinators/scripts/fleet-control.sh <action> [target]
```

If the user asks for deploy without a target, ask for the target.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/openclaw) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

