Joelclaw System Check
The Joelclaw System Check verifies your AI's operational status and identifies potential issues for optimal performance and reliability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add joelclaw-system-check npx -- -y @trustedskills/joelclaw-system-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"joelclaw-system-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/joelclaw-system-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The joelclaw-system-check skill provides a mechanism to assess and report on the status of system resources. It can determine if specific services are running, check disk space availability, and generally provide an overview of key system health indicators. This allows AI agents to proactively monitor their environment and respond appropriately to potential issues.
When to use it
- Automated Health Checks: Schedule regular checks to ensure critical systems remain operational.
- Pre-Task Verification: Before initiating a complex task, verify that all necessary resources are available.
- Troubleshooting Assistance: Quickly gather system information when diagnosing unexpected behavior.
- Resource Monitoring: Track disk space and service status over time to identify trends or potential problems.
Key capabilities
- Service Status Checks
- Disk Space Reporting
- System Health Overview
Example prompts
- "Check if the database server is running."
- "Report available disk space on drive C:.”
- “Give me a summary of system health indicators.”
Tips & gotchas
The skill requires appropriate permissions to access system resources. Ensure the AI agent has sufficient privileges to perform the requested checks.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.