infra-monitor

Monitor Docker container health, system resources, and service endpoints with automated remediation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill infra-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-monitor
Source: https://github.com/DerSalvador/openclaw-deepseek/tree/main/skills/infra-monitor
Command: npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill infra-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, curl, redis-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive monitoring and automated remediation for Docker containers, system resources, and service endpoints, ensuring the health and stability of your infrastructure.

Core Features & Use Cases

  • Container Health Check: Monitors the status and resource usage of all Docker containers.
  • Service Endpoint Probing: Tests the availability and responsiveness of critical application endpoints.
  • System Resource Monitoring: Tracks host-level disk, memory, and load average.
  • Auto-Remediation: Automatically restarts unhealthy containers and logs incidents.
  • Use Case: Automatically detect and restart a crashed web server container, ensuring minimal downtime for your application.

Quick Start

Run the infra-monitor skill to check the health of all Docker containers and critical service endpoints.

Frequently Asked Questions about infra-monitor

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

FAQPage Schema
How do I monitor Docker container health and automatically restart crashed containers?

You can monitor Docker container health and trigger auto-remediation by running a script that tracks resource usage and automatically restarts unhealthy containers to minimize downtime.

What is the best way to check service endpoint availability and system resources on a host server?

The best way to check service endpoint availability and system resources is to use a tool that probes endpoints with curl and tracks host-level disk, memory, and load average for comprehensive infrastructure monitoring.

Do I need Docker and curl installed to monitor infrastructure and perform auto-remediation?

Yes, you need Docker, curl, and redis-cli installed to monitor infrastructure and perform auto-remediation. Docker manages container restarts, curl probes endpoints, and redis-cli enables full reporting functionality.

Can I use an infrastructure monitoring script for on-premise server operations?

Yes, you can use an infrastructure monitoring script for on-premise server operations. It effectively scopes cloud infrastructure management and on-premise server operations to track system resources and container health.

Why does my auto-remediation script not restart unhealthy Docker containers properly?

Auto-remediation might not restart unhealthy Docker containers properly if dependencies are missing. Ensuring Docker, curl, and redis-cli are installed is required for full functionality and accurate incident logging.