Health Checks

🌐Community
by doubleslashse · vlatest · Repository

This "Health Checks" skill verifies your AI agent's functionality and performance, ensuring smooth operation and identifying potential issues proactively.

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 doubleslashse-health-checks npx -- -y @trustedskills/doubleslashse-health-checks
2

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

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

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

About This Skill

What it does

This skill, doubleslashse-health-checks, allows an AI agent to perform basic system health checks. It can report on CPU usage, memory consumption, and disk space availability. The tool aims to provide a quick overview of system resource status for troubleshooting or monitoring purposes.

When to use it

  • Troubleshooting performance issues: Use the skill when experiencing slow response times or application errors to quickly assess if resources are constrained.
  • Monitoring server health: Regularly check system metrics to proactively identify potential problems before they impact users.
  • Diagnosing resource leaks: Observe memory usage over time to detect and address memory leaks in applications.
  • Capacity planning: Gather data on disk space utilization to inform decisions about storage upgrades or optimization.

Key capabilities

  • CPU Usage Reporting
  • Memory Consumption Monitoring
  • Disk Space Availability Assessment

Example prompts

  • "Run a health check and tell me the CPU usage."
  • "What's my memory consumption looking like?"
  • “Can you give me an overview of disk space?”

Tips & gotchas

The accuracy of the reported metrics depends on the underlying system’s instrumentation. This skill provides a basic snapshot; more detailed diagnostics may require specialized tools.

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
doubleslashse
Installs
5

🌐 Community

Passed automated security scans.