check-service-status

Retrieve Docker container operational status, health checks, resource usage, and recent logs.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill check-service-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-service-status
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/system-status/check-service-status
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill check-service-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides in-depth status information for specific Docker services, helping to quickly diagnose and resolve issues.

Core Features & Use Cases

  • Container Health: Verifies if a service is running and its health check status.
  • Resource Monitoring: Displays current CPU and memory usage.
  • Log Analysis: Retrieves recent log entries to identify errors.
  • Use Case: When a critical service like archon-intelligence is unresponsive, use this Skill to check its running state, resource consumption, and recent logs for clues.

Quick Start

Check the status of the 'archon-intelligence' Docker service.

Frequently Asked Questions about check-service-status

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

FAQPage Schema
How do I check Docker container health and resource usage?

To check Docker container health, verify the running state and health check status of the service. You can retrieve detailed operational status to quickly diagnose if a specific container is unresponsive or experiencing degraded performance.

Why does my Docker service show high CPU usage and how can I view recent logs?

Docker services showing high CPU usage can be investigated by retrieving detailed operational status and recent log output. Analyzing current resource utilization alongside recent log entries helps identify errors or processes causing the abnormal resource consumption.

How to retrieve recent log entries for a specific Docker container?

Retrieve recent log entries for a specific Docker container by accessing its detailed operational status. This log analysis capability extracts recent output to help identify runtime errors and resolve issues quickly during system administration and DevOps tasks.

Does this Docker monitoring approach work without additional dependencies?

This Docker monitoring approach works without additional dependencies by relying on Docker API integration for data retrieval. It directly retrieves container health, resource utilization, and recent logs without requiring external monitoring tools or libraries.

What is the best way to monitor real-time service status in containerized environments?

The best way to monitor real-time service status in containerized environments is retrieving detailed operational data for specified Docker containers. This includes verifying health checks, displaying current CPU and memory usage, and retrieving recent logs for error detection.