← 返回
未分类 中文

Proactive Ops Monitor

Proactive operations monitoring for OpenClaw agents. Tracks token utilization, memory layer health, and generates alerts. Provides `/health` dashboard and au...
Proactive operations monitoring for OpenClaw agents. Tracks token utilization, memory layer health, and generates alerts. Provides `/health` dashboard and au...
neroagent
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 296
下载
💾 0
安装
1
版本
#alerts#dashboard#latest#monitor#ops#proactive

概述

Proactive Ops Monitor

Stop being reactive. This skill turns your agent into a proactive partner that warns you before problems hit and suggests next steps.

Capabilities

1. Health Dashboard

/health command or tool("proactive-ops-monitor", "health_dashboard")

Shows:

🛡️  OpenClaw Ops Dashboard
============================
Token Utilization:     62% (74k / 120k)
Memory Layers:
  • WAL entries:       1,234 (12KB)
  • Working buffer:    5.2KB (last 3 turns)
  • Daily logs:        7
Status:               ✅ Healthy

Alerts:
  • None

Suggestions (1):
  1. Session bridge file missing → run /init

2. Token Utilization Tracking

Estimates current context tokens (via char count / 4). Monitors continuously.

Thresholds (configurable):

  • Warning: 70%
  • Critical: 85%

When threshold crossed:

  • Log to memory/ops-alerts.jsonl
  • Include suggestion to /wrap_up or compact

3. Alerting

Alerts stored in memory/ops-alerts.jsonl:

{
  "timestamp": "2026-04-01T16:30:00Z",
  "level": "warning",
  "metric": "token_utilization",
  "value": 72,
  "message": "Token usage at 72%. Consider /wrap_up soon."
}

4. Proactive Suggestions

tool("proactive-ops-monitor", "suggest_next", {"limit": 3})

Scans:

  • Open loops in memory/wal.jsonl (category=draft, decision)
  • Recent conversation gaps
  • Unfinished tasks from notes/areas/open-loops.md

Outputs suggested next actions:

[
  {
    "type": "open_loop",
    "content": "Build ollama binary on external machine",
    "context": "mentioned 2 days ago",
    "priority": "high"
  },
  {
    "type": "context",
    "content": "Finish integrating ToolRegistry into core agent"
  }
]

5. Auto-Suggest on Message

When configured, agent will automatically prepend a suggestion to its response if:

  • Token utilization > 80%
  • There are unresolved open loops
  • Working buffer shows recent stalls

Configurable via proactive-ops-config.json.

Configuration

proactive-ops-config.json in workspace root:

{
  "alerts": {
    "token_warning": 70,
    "token_critical": 85,
    "buffer_warning_size_kb": 5000
  },
  "suggestions": {
    "enabled": true,
    "max_per_turn": 1,
    "include_open_loops": true,
    "include_context_gaps": true
  },
  "dashboard": {
    "show_suggestions": true,
    "show_alerts": true
  }
}

Integration

  • memory-stack-core: reads WAL for open loops, buffer size for context estimation
  • session-wrap-up-premium: monitor suggests wrap-up when utilization high
  • agent-oversight: can forward alerts to oversight logs

Usage

Interactive slash commands:

  • /health — show dashboard
  • /utilization — show token %
  • /suggest — show proactive next steps
  • /alerts — show recent alerts

Tool calls:

tool("proactive-ops-monitor", "health_dashboard", {"format": "text"})
tool("proactive-ops-monitor", "suggest_next", {"limit": 3})

Pricing

$99/mo includes:

  • Real-time monitoring
  • Dashboard + alerts
  • Proactive suggestions
  • Priority support for ops issues

Inspired by auto-monitor and proactive-agent-lite from ClawHub.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 14:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

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

Power User Pack

neroagent
为高级 OpenClaw 用户准备的套餐,包含 memory-stack-core、session-wrap-up-premium、agent-harness-doctor 与 git-workflows-advanced,比单独购买节省
★ 0 📥 319
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 470 📥 78,110