{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sla-monitor",
    "name": "SLA Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/1kalin/sla-monitor",
    "canonicalUrl": "https://clawhub.ai/1kalin/sla-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sla-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sla-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sla-monitor"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sla-monitor",
    "agentPageUrl": "https://openagent3.xyz/skills/sla-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sla-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sla-monitor/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Purpose",
        "body": "Help teams set up production-grade monitoring for AI agents and automated services. Covers uptime tracking, response time SLAs, error budgets, and incident escalation."
      },
      {
        "title": "When to Use",
        "body": "Deploying AI agents to production\nSetting up monitoring for client-facing automation\nCreating SLA documentation for service agreements\nBuilding incident response procedures"
      },
      {
        "title": "Option 1: UptimeRobot (Free tier available)",
        "body": "50 monitors free, 5-minute intervals\nHTTP, keyword, ping, port monitors\nEmail + Slack + webhook alerts"
      },
      {
        "title": "Option 2: Better Stack (Formerly Uptime.com)",
        "body": "Status pages included\nIncident management built-in\nFree tier: 10 monitors"
      },
      {
        "title": "Option 3: Self-Hosted (Uptime Kuma)",
        "body": "docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1"
      },
      {
        "title": "Tier 1: Standard ($1,500/mo)",
        "body": "99.5% uptime guarantee (43.8h downtime/year)\nResponse within 4 hours (business hours)\nMonthly performance report"
      },
      {
        "title": "Tier 2: Professional ($3,000/mo)",
        "body": "99.9% uptime guarantee (8.76h downtime/year)\nResponse within 1 hour (business hours)\nWeekly performance reports\nQuarterly optimization reviews"
      },
      {
        "title": "Tier 3: Enterprise ($5,000+/mo)",
        "body": "99.95% uptime (4.38h downtime/year)\nResponse within 15 minutes (24/7)\nReal-time dashboard access\nDedicated support channel"
      },
      {
        "title": "Alert Configuration Template",
        "body": "monitors:\n  - name: \"Agent Health Check\"\n    type: http\n    url: \"https://your-agent-endpoint/health\"\n    interval: 300  # 5 minutes\n    alerts:\n      - type: email\n        threshold: 1  # alert after 1 failure\n      - type: slack\n        webhook: \"${SLACK_WEBHOOK}\"\n        threshold: 2  # alert after 2 consecutive failures\n      - type: sms\n        threshold: 3  # escalate after 3 failures\n\n  - name: \"API Response Time\"\n    type: http\n    url: \"https://your-agent-endpoint/api\"\n    interval: 60\n    expected_response_time: 2000  # ms\n    alerts:\n      - type: slack\n        condition: \"response_time > 5000\"\n\nerror_budget:\n  monthly_target: 99.9\n  burn_rate_alert: 2.0  # Alert if burning 2x normal rate"
      },
      {
        "title": "Severity 1 — Total Outage",
        "body": "Acknowledge within 5 minutes\nStatus page update within 10 minutes\nRoot cause identification within 30 minutes\nResolution or workaround within 2 hours\nPost-mortem within 24 hours"
      },
      {
        "title": "Severity 2 — Degraded Performance",
        "body": "Acknowledge within 15 minutes\nInvestigation within 30 minutes\nResolution within 4 hours\nSummary report within 48 hours"
      },
      {
        "title": "Severity 3 — Minor Issue",
        "body": "Acknowledge within 1 hour\nResolution within 24 hours\nLogged for next review cycle"
      },
      {
        "title": "Error Budget Calculator",
        "body": "Monthly minutes: 43,200 (30 days)\n99.9% SLA = 43.2 minutes downtime allowed\n99.5% SLA = 216 minutes downtime allowed\n99.0% SLA = 432 minutes downtime allowed\n\nBurn rate = (actual downtime / budget) × 100\nIf burn rate > 50% with 2+ weeks remaining → review needed\nIf burn rate > 80% → freeze deployments"
      },
      {
        "title": "Status Page Template",
        "body": "Provide clients with a public status page showing:\n\nCurrent system status (operational / degraded / outage)\nComponent-level status (Agent A, Agent B, API, Dashboard)\nUptime percentage (30-day rolling)\nIncident history with resolution notes\nScheduled maintenance windows"
      },
      {
        "title": "Next Steps",
        "body": "Need managed AI agents with built-in SLA monitoring?\n→ AfrexAI handles deployment, monitoring, and maintenance for $1,500/mo\n→ Book a call: https://calendly.com/cbeckford-afrexai/30min\n→ Learn more: https://afrexai-cto.github.io/aaas/landing.html"
      }
    ],
    "body": "SLA Monitor Skill\nPurpose\n\nHelp teams set up production-grade monitoring for AI agents and automated services. Covers uptime tracking, response time SLAs, error budgets, and incident escalation.\n\nWhen to Use\nDeploying AI agents to production\nSetting up monitoring for client-facing automation\nCreating SLA documentation for service agreements\nBuilding incident response procedures\nMonitoring Stack Options\nOption 1: UptimeRobot (Free tier available)\n50 monitors free, 5-minute intervals\nHTTP, keyword, ping, port monitors\nEmail + Slack + webhook alerts\nOption 2: Better Stack (Formerly Uptime.com)\nStatus pages included\nIncident management built-in\nFree tier: 10 monitors\nOption 3: Self-Hosted (Uptime Kuma)\ndocker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1\n\nSLA Tiers\nTier 1: Standard ($1,500/mo)\n99.5% uptime guarantee (43.8h downtime/year)\nResponse within 4 hours (business hours)\nMonthly performance report\nTier 2: Professional ($3,000/mo)\n99.9% uptime guarantee (8.76h downtime/year)\nResponse within 1 hour (business hours)\nWeekly performance reports\nQuarterly optimization reviews\nTier 3: Enterprise ($5,000+/mo)\n99.95% uptime (4.38h downtime/year)\nResponse within 15 minutes (24/7)\nReal-time dashboard access\nDedicated support channel\nAlert Configuration Template\nmonitors:\n  - name: \"Agent Health Check\"\n    type: http\n    url: \"https://your-agent-endpoint/health\"\n    interval: 300  # 5 minutes\n    alerts:\n      - type: email\n        threshold: 1  # alert after 1 failure\n      - type: slack\n        webhook: \"${SLACK_WEBHOOK}\"\n        threshold: 2  # alert after 2 consecutive failures\n      - type: sms\n        threshold: 3  # escalate after 3 failures\n\n  - name: \"API Response Time\"\n    type: http\n    url: \"https://your-agent-endpoint/api\"\n    interval: 60\n    expected_response_time: 2000  # ms\n    alerts:\n      - type: slack\n        condition: \"response_time > 5000\"\n\nerror_budget:\n  monthly_target: 99.9\n  burn_rate_alert: 2.0  # Alert if burning 2x normal rate\n\nIncident Response Playbook\nSeverity 1 — Total Outage\nAcknowledge within 5 minutes\nStatus page update within 10 minutes\nRoot cause identification within 30 minutes\nResolution or workaround within 2 hours\nPost-mortem within 24 hours\nSeverity 2 — Degraded Performance\nAcknowledge within 15 minutes\nInvestigation within 30 minutes\nResolution within 4 hours\nSummary report within 48 hours\nSeverity 3 — Minor Issue\nAcknowledge within 1 hour\nResolution within 24 hours\nLogged for next review cycle\nError Budget Calculator\nMonthly minutes: 43,200 (30 days)\n99.9% SLA = 43.2 minutes downtime allowed\n99.5% SLA = 216 minutes downtime allowed\n99.0% SLA = 432 minutes downtime allowed\n\nBurn rate = (actual downtime / budget) × 100\nIf burn rate > 50% with 2+ weeks remaining → review needed\nIf burn rate > 80% → freeze deployments\n\nStatus Page Template\n\nProvide clients with a public status page showing:\n\nCurrent system status (operational / degraded / outage)\nComponent-level status (Agent A, Agent B, API, Dashboard)\nUptime percentage (30-day rolling)\nIncident history with resolution notes\nScheduled maintenance windows\nNext Steps\n\nNeed managed AI agents with built-in SLA monitoring? → AfrexAI handles deployment, monitoring, and maintenance for $1,500/mo → Book a call: https://calendly.com/cbeckford-afrexai/30min → Learn more: https://afrexai-cto.github.io/aaas/landing.html"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1kalin/sla-monitor",
    "publisherUrl": "https://clawhub.ai/1kalin/sla-monitor",
    "owner": "1kalin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sla-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/sla-monitor",
    "agentUrl": "https://openagent3.xyz/skills/sla-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sla-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sla-monitor/agent.md"
  }
}