Homelab Skill

Monitor homelab service health and system resource utilization via Glances API.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/arturgoms/homelab --skill homelab-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Homelab Skill
Source: https://github.com/arturgoms/homelab/tree/main/nanobot/config/workspace/skills/homelab
Command: npx skills add https://github.com/arturgoms/homelab --skill homelab-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a way to quickly check the operational status of self-hosted services within a homelab environment and retrieve system resource information.

Core Features & Use Cases

  • Service Health Checks: Verify if individual or all services are running and accessible.
  • System Resource Monitoring: Get insights into CPU, memory, and disk usage.
  • Use Case: When you suspect a service is down, you can ask "how are my services?" to get an immediate overview of their status. You can also ask for "system info" to check resource utilization.

Quick Start

Check the status of all homelab services.

Frequently Asked Questions about Homelab Skill

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

FAQPage Schema
How do I check the health and availability of self-hosted homelab services?

To monitor homelab services, you can request a health check to verify if individual or all services are running and accessible. The Skill utilizes shell scripts to provide an immediate operational status overview.

How can I retrieve system resource utilization metrics for my homelab infrastructure?

You can retrieve system resource utilization metrics by requesting system info. The Skill provides insights into CPU, memory, and disk space usage by utilizing the Glances API for real-time operational data.

Does this homelab monitoring tool require installing any external dependencies?

No external dependencies are required to install this homelab monitoring tool. The Skill operates independently using shell scripts and the Glances API to gather real-time service health and system resource data.

What is the best way to monitor Docker containers and self-hosted services in a homelab?

The best way to monitor Docker containers and self-hosted services is to request a comprehensive service status check. This Skill queries the infrastructure to report which services are currently running and accessible.

Can I use shell scripts to automate health checks for my self-hosted services?

Yes, you can use shell scripts to automate health checks for your self-hosted services. The Skill leverages shell scripts and the Glances API to deliver real-time operational data and resource utilization metrics.