← 返回 Skills 市场
ivangdavila

Monitor

作者 Iván · GitHub ↗ · v1.0.2
linuxdarwinwin32 ⚠ suspicious
1727
总下载
2
收藏
13
当前安装
3
版本数
在 OpenClaw 中安装
/install monitor
功能描述
Create monitors for anything. User defines what to check, skill handles scheduling and alerts.
安全使用建议
Before installing, review and control these points: - Inspect monitor definitions (~/monitor/monitors.json) and avoid storing secrets (API keys, auth headers) in plain JSON. Use environment variables or secure stores where possible. - Be cautious with 'custom' checks: they run arbitrary commands you supply. Do not add untrusted commands that could access or transmit sensitive data. - Only provide webhook URLs or channels you trust. Alert payloads may include status, timestamps, and any logged output; a misconfigured webhook can leak information. - Limit granted access (SSH, Docker) to only the hosts/services you intend to monitor; the skill asks for explicit permission but will act on whatever is listed in 'requires'. - Set filesystem permissions on ~/monitor so only the intended user can read logs and configs (e.g., chmod 700 ~/monitor). - If you need stronger isolation, run this agent under a restricted user account or in an environment with limited network access, and review scheduled intervals to avoid resource or network abuse. Overall: the skill appears coherent for its stated purpose, but take care around custom commands, webhook targets, and any sensitive data that could be captured in logs or alert payloads.
功能分析
Type: OpenClaw Skill Name: monitor Version: 1.0.2 The skill is classified as suspicious due to a critical vulnerability allowing arbitrary command execution (RCE) via prompt injection against the AI agent. Both `SKILL.md` and `templates.md` explicitly instruct the agent to execute user-provided commands for 'custom' monitor types (e.g., `"command": "user-provided-command"`). This allows a malicious user to define a monitor that executes arbitrary shell commands on the system where the agent runs. Additionally, `alerts.md` shows `curl` commands for sending alerts, which could be vulnerable to shell injection if user-controlled inputs like `$WEBHOOK_URL` or `$MESSAGE` are not properly sanitized before execution.
能力评估
Purpose & Capability
Name/description match the declared requirements: only curl is required for HTTP checks, other tools are optional for specific check types. Storing monitors and logs under ~/monitor is consistent with a local monitor skill.
Instruction Scope
SKILL.md stays within monitoring scope but explicitly allows running user-provided commands (custom checks) and will post alert payloads to user-supplied webhooks or Pushover. These behaviors are expected for a monitor but grant the agent the ability to execute arbitrary commands you provide and to transmit alert data to external endpoints — review any custom commands and webhook targets.
Install Mechanism
Instruction-only skill with no install step and no code files; nothing is downloaded or written at install time beyond the runtime-created ~/monitor directory. Low install risk.
Credentials
No required credentials. Optional env vars (PUSHOVER_TOKEN, PUSHOVER_USER) are declared and used only for Pushover alerts. No unexpected secrets or unrelated credentials are requested.
Persistence & Privilege
Skill is not force-installed (always:false) but will create and write to ~/monitor/monitors.json, config.json, and logs. The agent may autonomously run scheduled checks (platform default); this is expected for a monitoring skill but increases the impact of any misconfiguration (e.g., a webhook that accepts sensitive data).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Declared required binaries and optional env vars in metadata
v1.0.1
User-driven monitoring model, explicit permission grants
v1.0.0
Initial release
元数据
Slug monitor
版本 1.0.2
许可证
累计安装 13
当前安装数 13
历史版本数 3
常见问题

Monitor 是什么?

Create monitors for anything. User defines what to check, skill handles scheduling and alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1727 次。

如何安装 Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install monitor」即可一键安装,无需额外配置。

Monitor 是免费的吗?

是的,Monitor 完全免费(开源免费),可自由下载、安装和使用。

Monitor 支持哪些平台?

Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Monitor?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.2。

💬 留言讨论