status

Generate a Discord-formatted fleet status dashboard from the list_workers MCP tool.

5|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/thmtz/nanoclaw-fleet --skill status-thmtz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/thmtz/nanoclaw-fleet/tree/main/container/skills/status
Command: npx skills add https://github.com/thmtz/nanoclaw-fleet --skill status-thmtz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fleet operators need a quick, readable snapshot of master and worker health to monitor the system and diagnose issues without sifting through logs.

Core Features & Use Cases

  • Discord-formatted dashboard: renders master state, each worker's backend/model, and uptime.
  • Quick health checks: trigger a live snapshot during debugging or routine maintenance.
  • Unified source of truth: relies on the fleet list to ensure accurate status.

Quick Start

Type "/status" in the master channel to display the current fleet dashboard.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check fleet status for my workers without reading logs?

To check fleet status without logs, trigger a Discord-formatted dashboard that renders the master state, each worker's backend/model, and uptime for quick health diagnostics.

What is the best way to monitor worker uptime during a live debugging session?

The best way to monitor worker uptime during live debugging is to snapshot fleet health on demand, rendering a dashboard that displays each worker's backend, model, and current uptime.

How do I get a quick snapshot of master and worker health in Discord?

You can get a quick snapshot of master and worker health in Discord by triggering the fleet status command, which posts a formatted dashboard directly to the master's channel.

Does the fleet status dashboard require a specific MCP tool to function?

Yes, the fleet status dashboard relies entirely on the list_workers MCP tool as its single source of truth to accurately render the master state and worker uptime details.

Can I use this dashboard for routine maintenance checks on my fleet?

Yes, you can use the fleet status dashboard for routine maintenance checks to quickly verify the master state, worker backends, and uptime without manually inspecting individual logs.

Why is my fleet dashboard not showing the correct worker backends?

If the fleet dashboard is not showing correct worker backends, the issue stems from the list_workers MCP tool, which serves as the single source of truth for the dashboard's data.