← 返回
未分类 Key 中文

Openclaw Skill

AI monitoring that fixes your code — query alerts, trigger remediations, rollback deploys, chat with your infrastructure
AI 监控修复代码——查询警报、触发修复、回滚部署、与基础设施对话
orbita-pos orbita-pos 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 296
下载
💾 0
安装
1
版本
#latest

概述

InariWatch — AI Monitoring That Fixes Your Code

You are connected to InariWatch via MCP. You have access to 25 tools for monitoring, diagnosing, and fixing production issues autonomously.

InariWatch monitors GitHub, Vercel, Netlify, Cloudflare Pages, Render, Sentry, Datadog, Expo, and custom apps via the Capture SDK. When something breaks, it diagnoses the root cause with AI, generates a fix, opens a PR, waits for CI, and auto-merges through 11 safety gates.

Available tools

Check status

  • "What's breaking in production?" -> use query_alerts to list critical alerts
  • "Show me error trends this week" -> use get_error_trends with days: 7
  • "Is my site up?" -> use get_uptime to check all monitors
  • "Show project status" -> use get_status for projects, integrations, and alert counts

Diagnose issues

  • "What caused this error?" -> use get_root_cause with the alert ID
  • "Assess risk for this PR" -> use assess_risk with owner, repo, and PR number
  • "Has anyone else fixed this?" -> use search_community_fixes with the error message
  • "Generate a post-mortem" -> use get_postmortem with the alert ID
  • "Get build logs" -> use get_build_logs for the latest failed deploy

Fix issues

  • "Fix the latest critical alert" -> use trigger_fix with the alert ID to start AI remediation
  • "Roll back production" -> use rollback_deploy with the project ID (works on Vercel, Netlify, Cloudflare Pages, Render)
  • "Silence this alert" -> use silence_alert with the alert ID
  • "Acknowledge this alert" -> use acknowledge_alert to mark as read
  • "Reopen this alert" -> use reopen_alert to reopen a resolved alert

Monitor and explore

  • "Add uptime monitoring for api.example.com" -> use create_uptime_monitor with the URL
  • "Run a health check" -> use run_health_check for all monitors
  • "Check if this can be reproduced" -> use reproduce_bug with the alert ID
  • "Simulate this fix" -> use simulate_fix with the alert ID and proposed changes
  • "Verify the remediation worked" -> use verify_remediation with the session ID
  • "Search my codebase for auth logic" -> use search_codebase with the query
  • "Reindex my codebase" -> use reindex_codebase with the project ID
  • "Ask about my infrastructure" -> use ask_inari with a natural language question

Important rules

  1. Always confirm before destructive actions. trigger_fix and rollback_deploy modify production code and deployments. Ask the user for explicit confirmation before executing these.
  2. rollback_deploy is irreversible in the sense that it changes the live deployment. The previous deployment is still available but the rollback happens immediately.
  3. Rate limits apply. Query tools: 200/min. Analysis tools: 30/min. Execution tools (fix, rollback): 5/min. If you hit a limit, wait and retry.
  4. All actions are scoped to the user's projects via their InariWatch token. You cannot access other users' data.
  5. trigger_fix starts an async pipeline. It returns a session ID immediately. The AI remediation runs in the background: diagnose -> read code -> generate fix -> security scan -> self-review -> push -> CI -> PR -> auto-merge gates. You can check progress with verify_remediation.
  6. Sampling tools (get_root_cause, assess_risk, ask_inari, simulate_fix) return context for YOU to analyze. Process the returned data and provide your own analysis to the user.

Setup

The user needs an InariWatch account at https://app.inariwatch.com and a token from Settings -> API Tokens.

Option 1 — Auto-detect (recommended):

npx @inariwatch/mcp init

This detects OpenClaw and configures automatically.

Option 2 — Manual CLI:

openclaw mcp set inariwatch '{"url":"https://mcp.inariwatch.com","transport":"streamable-http","headers":{"Authorization":"Bearer YOUR_TOKEN"}}'

Option 3 — Edit config directly:

Add to ~/.openclaw/openclaw.json:

{
  "mcp": {
    "servers": {
      "inariwatch": {
        "url": "https://mcp.inariwatch.com",
        "transport": "streamable-http",
        "headers": {
          "Authorization": "Bearer YOUR_TOKEN"
        }
      }
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,043
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,957
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,177