Monitor Api
Helps with monitoring, API as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monitor-api npx -- -y @trustedskills/monitor-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monitor-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monitor-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The monitor-api skill allows an AI agent to check the status of APIs and report on their performance. It can verify if an API endpoint is responding, measure response times, and potentially identify error conditions. This enables proactive monitoring and troubleshooting of external services integrated into workflows.
When to use it
- Automated Health Checks: Regularly confirm that critical third-party APIs are operational as part of a larger automated process.
- Performance Monitoring: Track API response times over time to detect performance degradation or bottlenecks.
- Incident Response: Quickly verify the status of an API endpoint during reported outages or incidents.
- Dependency Validation: Ensure that dependent services are functioning correctly before proceeding with tasks that rely on them.
Key capabilities
- API Status Verification
- Response Time Measurement
- Endpoint Monitoring
Example prompts
- "Check the status of
https://api.example.com/dataand report back." - "Monitor
https://payment-gateway.com/processevery 5 minutes and alert me if the response time exceeds 2 seconds." - "Verify that
https://weather-service.net/forecastis responding with a 200 OK status code."
Tips & gotchas
The agent needs access to make HTTP requests, so ensure it has appropriate network permissions and potentially API keys if required for authentication. Be mindful of rate limits on the APIs being monitored; excessive checks can lead to temporary blocking.
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.