System Health Check

🌐Community
by chenxizhang · vlatest · Repository

This skill automatically checks your system's health metrics, proactively identifying potential issues and ensuring optimal performance.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add chenxizhang-system-health-check npx -- -y @trustedskills/chenxizhang-system-health-check
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "chenxizhang-system-health-check": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/chenxizhang-system-health-check"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, chenxizhang-system-health-check, allows AI agents to perform basic health checks on a system. It can report CPU usage, memory utilization, and disk space availability. The agent can then use this information to proactively identify potential issues or provide status updates.

When to use it

  • Proactive Monitoring: Schedule regular health checks to detect resource bottlenecks before they impact performance.
  • Troubleshooting: Quickly assess system resources when investigating performance slowdowns or errors.
  • Status Reporting: Provide automated reports on system health to stakeholders.
  • Automated Remediation: Trigger scripts or actions based on the reported health check results (e.g., freeing up disk space).

Key capabilities

  • CPU Usage reporting
  • Memory Utilization reporting
  • Disk Space Availability reporting

Example prompts

  • "Check system health and report CPU usage."
  • "What is the current memory utilization?"
  • "Give me a summary of available disk space."

Tips & gotchas

This skill requires appropriate permissions to access system resource information. The accuracy of the reports depends on the underlying system monitoring tools being properly configured.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
chenxizhang
Installs
12

🌐 Community

Passed automated security scans.