agent-fleet-status

agent-fleet-status is a skill for Claude Code, Codex from koinod/koino-skills. It costs 0 tokens per session (1,537 once invoked), scanned A, original, MIT.

A monitoring helper for multiple machines that can be reached through SSH, a secure way to access a computer remotely. It checks connectivity, uptime, storage, memory, processor use, running processes, scheduled tasks, and services in one dashboard.

In plain words
What is it for?
Use it to check servers, cloud machines, Mac Minis, Raspberry Pis, or other SSH-accessible hosts, and to see whether agents and services are running.
Why use it?
It gathers the health information of distributed servers or other hosts in one place instead of checking each machine separately.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to check servers, cloud machines, Mac Minis, Raspberry Pis, or other SSH-accessible hosts, and to see whether agents and services are running.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/koinod/koino-skills/agent-fleet-status
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add koinod/koino-skills --skill agent-fleet-status
Clone the repo
git clone --depth 1 https://github.com/koinod/koino-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-fleet-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/koinod/koino-skills/agent-fleet-status/github.svg)](https://agentmods.dev/skills/koinod/koino-skills/agent-fleet-status)
Your own site
<a href="https://agentmods.dev/skills/koinod/koino-skills/agent-fleet-status"><img src="https://agentmods.dev/badge/skills/koinod/koino-skills/agent-fleet-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-fleet-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/koinod/koino-skills/agent-fleet-status"><img src="https://agentmods.dev/badge/skills/koinod/koino-skills/agent-fleet-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01537
Opus 5 $0.00000 $0.00768
Sonnet 5 $0.00000 $0.00307
Haiku 4.5 $0.00000 $0.00154

Measured 11d ago against content hash f3fb119a06a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

agent-fleet-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agent-fleet-status/SKILL.md · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Fleet Status

Check the health of multiple machines via SSH. Get a unified dashboard for distributed systems.

Description

Agent Fleet Status monitors the health of a fleet of machines — servers, Mac Minis, cloud instances, Raspberry Pis, or any SSH-accessible host. It checks uptime, disk, memory, CPU, running processes, cron jobs, and service health, then outputs a unified dashboard. Built for operators running distributed agent swarms, home labs, or multi-server deployments.

Activation

This skill activates when:

  • The user asks about the status of their servers or machines
  • The user wants to check if a service is running on a remote host
  • The user mentions fleet health, server status, or system monitoring
  • The user asks "are my agents running?" or "what's the status of my machines?"

Trigger phrases: "fleet status", "check my servers", "machine health", "are my agents running", "server dashboard", "system status", "check uptime", "what's running on"

Health Check Dimensions

1. Connectivity

  • Can we reach the host via SSH?
  • Latency (ms)
  • Last successful connection

2. System Resources

Check Warning Critical
Disk usage >80% >95%
Memory usage >85% >95%
CPU load (5min avg) >70% >90%
Uptime <1 day (recent reboot) N/A
Swap usage >50% >80%

3. Process Health

  • Are expected processes running? (by name or PID file)
  • Zombie processes count
  • Top 5 processes by CPU/memory

4. Service Health

  • HTTP endpoints responding? (status code + latency)
  • Port checks (is the port open and accepting connections?)
  • Cron job status (last run time, exit codes from logs)

5. Agent-Specific

  • OpenClaw gateway status
  • Ollama model loaded
  • Custom agent processes
  • Log file freshness (is the agent producing output?)

Instructions

When asked to check fleet status, generate commands and/or output in this format:

# Fleet Status Dashboard
## Checked at: [timestamp]

---

### [HOSTNAME] — [IP] — [STATUS EMOJI removed: OK / WARN / CRITICAL / OFFLINE]

| Check | Value | Status |
|-------|-------|--------|
| SSH | Connected (XXms) | OK |
| Uptime | XX days | OK |
| Disk | XX% of XXG used | [OK/WARN/CRIT] |
| Memory | XX% of XXG used | [OK/WARN/CRIT] |
| CPU Load | X.XX (5m avg) | [OK/WARN/CRIT] |
| Swap | XX% used | [OK/WARN/CRIT] |

**Running Services**:
- [service]: PID XXXX, up Xh, CPU X%, MEM X%
- [service]: PID XXXX, up Xh, CPU X%, MEM X%

**Cron Jobs**: XX active, last run [time], [X failures in 24h]

**Alerts**:
- [Any warnings or critical issues]

---

### Fleet Summary

| Host | Status | Disk | Mem | CPU | Services | Alerts |
|------|--------|------|-----|-----|----------|--------|
| [host1] | OK | 45% | 62% | 0.8 | 5/5 | 0 |
| [host2] | WARN | 82% | 71% | 1.2 | 4/5 | 1 |
| [host3] | OFFLINE | — | — | — | — | SSH FAIL |

Read the full file on GitHub · 193 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 193 lines · 0 tokens per session scan A f3fb119a06a1

Subscribe to this mod's changes

agent-fleet-status is a skill published in the GitHub repository koinod/koino-skills (8 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,537 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

azmon-mirroredcatalogs-operations-cli

Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.

microsoft/skills-for-fabric · 66 tokens