← 返回 Skills 市场
neroagent

Proactive Ops Monitor

作者 NeroAgent · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proactive-ops-monitor
功能描述
Proactive operations monitoring for OpenClaw agents. Tracks token utilization, memory layer health, and generates alerts. Provides `/health` dashboard and au...
安全使用建议
This skill is not obviously malicious, but treat it as 'works-as-advertised only partially'. Before installing or enabling: 1) Confirm expectations — the included script is a CLI utility (run.py) and will not run continuously or automatically prepend suggestions to agent messages unless your agent runtime invokes it on a schedule or provides hooks. 2) Verify alert behavior — the script only appends alerts if memory/ops-alerts.jsonl already exists (it won't create that file); create a file or adjust the script if you expect automatic logging. 3) Review workspace content — the skill reads memory/* files (which can contain sensitive conversation context or secrets); only run it in workspaces where that access is acceptable. 4) If you need continuous monitoring or integrations (session-wrap-up, agent-oversight), ask the author for a service/daemon implementation or for explicit instructions on how the agent should schedule or invoke the tool. 5) Test in a safe workspace first and consider running under a low-privilege agent account. If the author claims features (auto-prepend, always-on monitoring), request evidence (a background process, webhook endpoints, or integration code) before trusting those behaviors.
功能分析
Type: OpenClaw Skill Name: proactive-ops-monitor Version: 1.0.0 The proactive-ops-monitor skill is a utility for tracking agent performance metrics such as token utilization and memory health. It operates by reading local workspace files (e.g., memory/wal.jsonl and memory/working-buffer.md) to generate reports and suggestions. The code in scripts/run.py contains no network calls, obfuscation, or unauthorized file access, and its behavior is entirely consistent with the functionality described in SKILL.md.
能力评估
Purpose & Capability
Name/description (ops monitor, token/utilization, memory health, alerts, suggestions) align with the code's observable behavior: the Python script reads workspace memory files, computes token estimates, generates suggestions, and can write a config. However the SKILL.md claims continuous monitoring and active auto-prepend behavior and third‑party integrations that the script does not implement; those are marketing-level features rather than implemented capabilities.
Instruction Scope
SKILL.md instructs scanning and using workspace memory files (memory/wal.jsonl, memory/working-buffer.md, notes/areas/open-loops.md) which the script indeed reads. Concern: SKILL.md promises continuous background monitoring and automatic prepending of suggestions to agent messages — the provided script is a CLI utility invoked on-demand and contains no hooks to run continuously or to intercept/modify agent outputs. Also, alert logging only occurs if memory/ops-alerts.jsonl already exists (script will not create that file), which contradicts the stated logging behavior.
Install Mechanism
No install spec or external downloads. Code is included directly (scripts/run.py) and uses standard Python libs and local file I/O. No network calls or package installs. Low installation risk.
Credentials
No environment variables, no external credentials requested. The script only accesses files under the workspace (memory directory, config file) and writes its own config and alerts in the workspace; this is consistent with its stated purpose. Note that workspace files may contain sensitive data and the skill will read them.
Persistence & Privilege
Skill does not request always-on or elevated privileges. It writes a config file in the workspace root and may append to memory/ops-alerts.jsonl (but only if that file exists). It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (not a new risk here) but the code itself is not an autonomous daemon.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proactive-ops-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proactive-ops-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — token dashboard, alerts, suggestions
元数据
Slug proactive-ops-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Proactive Ops Monitor 是什么?

Proactive operations monitoring for OpenClaw agents. Tracks token utilization, memory layer health, and generates alerts. Provides `/health` dashboard and au... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Proactive Ops Monitor?

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

Proactive Ops Monitor 是免费的吗?

是的,Proactive Ops Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Proactive Ops Monitor 支持哪些平台?

Proactive Ops Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Proactive Ops Monitor?

由 NeroAgent(@neroagent)开发并维护,当前版本 v1.0.0。

💬 留言讨论