Api Monitor
Helps with API, monitoring 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 api-monitor npx -- -y @trustedskills/api-monitor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"api-monitor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/api-monitor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The api-monitor skill provides real-time monitoring of API endpoints. It allows you to track response times, error rates, and other key metrics for your APIs. This helps in identifying performance bottlenecks and ensuring the reliability of your services.
When to use it
- Debugging slow API responses: Quickly pinpoint which endpoint is causing delays.
- Monitoring critical business processes: Track the health of APIs supporting essential workflows.
- Proactive issue detection: Identify potential problems before they impact users.
- Verifying API changes: Confirm that updates haven't introduced regressions in performance or reliability.
Key capabilities
- Real-time monitoring
- Response time tracking
- Error rate reporting
Example prompts
- "Monitor the
/usersendpoint and alert me if response time exceeds 500ms." - "Show me a graph of error rates for the
/ordersAPI over the last hour." - "Tell me the average response time for all monitored endpoints."
Tips & gotchas
The skill requires access to the target APIs and appropriate permissions to collect monitoring data. Ensure your AI agent has these credentials configured correctly before use.
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.