Api Health Checker
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add api-health-checker npx -- -y @trustedskills/api-health-checker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"api-health-checker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/api-health-checker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The api-health-checker skill allows an AI agent to verify the operational status of specified APIs. It can check if an API endpoint is reachable and returns a successful HTTP response code, providing insights into potential service disruptions or errors. This helps in proactively identifying issues before they impact users or dependent systems.
When to use it
- Automated Monitoring: Regularly check critical internal or external APIs for availability as part of automated workflows.
- Troubleshooting: Quickly diagnose API-related problems by verifying endpoint responsiveness during incidents.
- Dependency Validation: Confirm the health of third-party services your application relies on before proceeding with tasks.
- Pre-Deployment Checks: Validate that newly deployed APIs are functioning correctly before releasing them to production.
Key capabilities
- API Endpoint Verification
- HTTP Response Code Checking
- Automated Health Status Reporting
Example prompts
- "Check the health of
https://api.example.com/users." - "Is
https://payment-gateway.example.com/processresponding with a 200 OK?" - "Monitor
https://data-ingestion.example.com/v1/batchevery 5 minutes and alert me if it fails."
Tips & gotchas
The skill requires the URL of the API endpoint to be provided in a valid format. Ensure that any necessary authentication or headers are handled externally, as this skill focuses solely on basic HTTP connectivity 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.