Uptime Monitoring

🌐Community
by aj-geddes · vlatest · Repository

Proactively monitors server uptime and alerts on failures, ensuring continuous service availability.

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 uptime-monitoring npx -- -y @trustedskills/uptime-monitoring
2

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

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

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

About This Skill

The uptime-monitoring skill enables AI agents to continuously check service availability and generate detailed status reports based on real-time data. It supports custom alert configurations and integrates with various notification channels to ensure immediate awareness of outages.

When to use it

  • Automate routine health checks for production web servers and APIs without manual intervention.
  • Trigger automated incident response workflows when a service fails to respond within defined thresholds.
  • Generate daily or weekly uptime summaries for stakeholder reporting and compliance audits.
  • Monitor third-party dependencies like CDNs or payment gateways to prevent cascading failures.

Key capabilities

  • Real-time HTTP status code verification across multiple endpoints.
  • Configurable response time thresholds to detect latency issues before total failure.
  • Multi-channel alerting support via email, Slack, and webhooks.
  • Historical data logging for trend analysis and root cause investigation.

Example prompts

  • "Set up an uptime monitor for our API at api.example.com and send alerts to the #devops channel if response time exceeds 2 seconds."
  • "Generate a weekly uptime report summarizing availability percentages and downtime incidents for last month's production environment."
  • "Check the current status of our primary database replica and notify the on-call engineer if it becomes unreachable."

Tips & gotchas

Ensure you provide valid endpoint URLs and configure appropriate response time thresholds to avoid false positives during high-traffic periods. This skill relies on network accessibility; ensure your AI agent has the necessary permissions to reach external hosts or internal services.

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
aj-geddes
Installs
107

🌐 Community

Passed automated security scans.