Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

inariwatchinariwatch 搜索

Agent Skill

inariwatch 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,085

周安装

86

GitHub Stars

公开资料未说明

下载量

681
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:inariwatch(inariwatch 搜索)
来源仓库:https://github.com/orbita-pos/inariwatch
安装命令:
openclaw skills install inariwatch
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install inariwatch

简介

修复您的代码的 AI 监控 — 查询警报、触发修复、回滚部署。

  • 适合与基础设施交互以处理部署相关问题。
  • 安装方式:openclaw skills install inariwatch。
  • 使用前建议确认权限范围和维护状态。inariwatch 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 可能涉及系统级操作,需注意安全风险和操作边界。

SKILL.md

name
inariwatch
description
AI monitoring that fixes your code — query alerts, trigger remediations, rollback deploys, chat with your infrastructure
homepage
https://inariwatch.com
user-invocable
true
metadata
{"openclaw":{"requires":{"env":["INARIWATCH_TOKEN"]},"primaryEnv":"INARIWATCH_TOKEN"}}

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"
        }
      }
    }
  }
}

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.14%
按下载量换算505

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills