Healthcheck

🌐Community
by elizaos · vlatest · Repository

This Healthcheck skill monitors system resources & performance, proactively alerting you to potential issues and ensuring optimal uptime.

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 elizaos-healthcheck npx -- -y @trustedskills/elizaos-healthcheck
2

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

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

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

About This Skill

What it does

The elizaos-healthcheck skill provides a simple mechanism to verify the operational status of an AI agent. It checks for basic connectivity and resource availability, returning a success or failure indicator along with relevant diagnostic information if issues are detected. This allows for proactive monitoring and troubleshooting of AI agent deployments.

When to use it

  • Automated Monitoring: Integrate into automated systems to regularly check the health of deployed agents.
  • Troubleshooting: Quickly assess whether an agent is responding or experiencing problems during development or production.
  • Deployment Verification: Confirm that an agent has successfully started and is functioning correctly after deployment.
  • Pre-Task Execution: Use before running complex tasks to ensure the underlying AI agent infrastructure is healthy.

Key capabilities

  • Connectivity Check: Verifies basic network connectivity to the agent.
  • Resource Availability: Assesses the availability of essential resources required by the agent.
  • Status Reporting: Returns a clear success or failure status with diagnostic details on failure.

Example prompts

  • "Run healthcheck."
  • "Check if the agent is online."
  • "Perform a system health assessment and report any issues."

Tips & gotchas

The skill requires basic network access to the AI agent's endpoint. Diagnostic information returned on failure may require technical expertise to interpret.

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
elizaos
Installs
7

🌐 Community

Passed automated security scans.