Plugin Claude Code
Plugin marketplace listing 1 plugin: fleet-manager.
Plugin Claude Code
Plugin marketplace listing 1 plugin: fleet-manager.
Plugin Claude Code
Multi-server SSH management for Claude Code. Inventory of servers with an active-server model, guided setup, SSH key deployment, connectivity diagnostics, and system status across a fleet of Linux hosts.
Agent
Non-interactive setup agent that writes a server profile from caller-supplied connection details, deploys the plugin SSH key, runs discovery, and updates the inventory.
Command
Add another server to the fleet-manager inventory (interactive). Protects existing profiles from accidental overwrite.
Command
Stop a Compose stack on a server. Default 'stop' (keeps it indexed); --remove for full 'down'. Critical projects need --confirm= .
Command
List Docker Compose projects on a server with status, container counts, and config paths. Read-only.
Command
Show logs for a Compose project on a server. Read-only.
Command
Start a Compose stack on a server (up -d). Scope-gated (dockercompose). Use --file to bring up a not-yet-indexed stack.
Command
Pull latest images and recreate a Compose stack (pull + up -d). Scope-gated; critical projects need --confirm= .
Command
Copy files between local and a server (rsync, scp fallback). Syntax — local↔ : . Scope-gated (filetransfer).
Command
Connectivity and health check for a server — SSH reachability, passwordless sudo, docker presence, disk usage, and load.
Command
List all Docker containers on a server (compose-tagged + standalone). Read-only. --all includes stopped.
Command
Onboard your first server into fleet-manager via a guided intake dialogue.
Command
One-line health row per server across the whole fleet (sequential). UP/DOWN/SKIP + verdict.
Command
List all servers in the fleet-manager inventory and mark the active one. Regenerates inventory.md.
Command
View system logs on a server (journalctl, fallback /var/log/syslog). Read-only. For container logs use /compose-logs.
Command
Generate the plugin SSH keypair if missing and deploy it to a server for passwordless auth. Idempotent.
Command
System status snapshot for a server — disk, memory, uptime, CPU cores and load.
Command
Mirror a directory local↔server via rsync. Dry-run by default; --apply to execute. --delete needs --confirm-delete= .
Command
Set the active fleet-manager server. Subsequent commands without a server argument target it.
Skill Claude CodeCodex
Use when working with remote Linux servers over SSH through the fleet-manager commands — onboarding or switching servers, deploying SSH keys, checking connectivity, disk, memory or journal logs, transferring files, or managing Docker Compose stacks across a fleet of hosts.