station-status

Monitor ggLeap station status and health via /stations endpoints.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ludoplex/openclaw-deploy-template --skill station-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: station-status
Source: https://github.com/ludoplex/openclaw-deploy-template/tree/main/openclaw-deploy-template/agents/ggleap/skills/station-status
Command: npx skills add https://github.com/ludoplex/openclaw-deploy-template --skill station-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time visibility into ggLeap station status, availability, and health to prevent idle time and outages.

Core Features & Use Cases

  • List all stations with id, name, status, current_session, specs.
  • Retrieve details for a single station including health metrics (CPU, RAM, network).
  • Query by status or zone to plan allocations and maintenance windows.
  • Health thresholds and gotchas help operators monitor freshness and responsiveness.

Quick Start

Query all ggLeap stations to see their status, health metrics, and current sessions.

Frequently Asked Questions about station-status

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

FAQPage Schema
How do I monitor real-time ggLeap station status and availability?

Monitor real-time ggLeap station status by querying the /stations endpoint, which returns a complete inventory of all stations with id, name, status, and current session information. This provides real-time visibility to prevent idle time and outages.

Can I check CPU and RAM health metrics for a single ggLeap station?

Yes, retrieve health metrics for a single ggLeap station by querying the /stations/{id}/health endpoint. This exposes CPU, RAM, and network metrics, utilizing threshold-based health checks to assess station responsiveness and freshness.

Do I need a specific ggLeap agent version to track station health?

Yes, tracking station health requires ggLeap agent v3 or higher installed on each station. This version prerequisite ensures the agent can accurately report status, availability, and real-time health metrics to the monitoring endpoints.

How do I filter ggLeap stations by status or zone for maintenance planning?

Filter ggLeap stations by status or zone using status-driven queries against the /stations endpoint. This allows operators to easily assess availability and plan station allocations or schedule maintenance windows across specific zones.

What endpoints are available for querying ggLeap station inventory and details?

The available endpoints for querying ggLeap stations are /stations for listing all stations, /stations/{id} for retrieving single station details, and /stations/{id}/health for checking station health metrics like CPU and RAM.