agentops

OpenClaw Agent运维管理工具。Trigger when user mentions: Agent运维, agentops, Agent健康检查, 日志分析, 性能监控, 告警, Agent配置, 故障诊断, Agent协调, 运维报告, 性能报告, Agent管理, 系统监控. Supports freemium: free (健康检查/日志分析/基础性能监控) and premium (配置优化/自动化告警/多Agent协调/故障诊断/性能报告).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agentops" with this command: npx skills add keybryant/agentops

AgentOps — Agent运维管理

面向OpenClaw Agent用户的运维管理工具。与OpenClaw生态深度绑定。

功能分级

功能等级脚本说明
Agent健康检查免费scripts/health_check.py检查Agent运行状态、会话健康、配置有效性
日志分析免费scripts/log_analyzer.py分析OpenClaw日志,提取错误/警告/异常
性能监控免费scripts/perf_monitor.py系统资源、Agent响应时间、会话统计
配置优化付费scripts/config_optimizer.py分析配置并提供优化建议
自动化告警付费scripts/alert_manager.py设置阈值告警规则
多Agent协调付费scripts/multi_agent_coordinator.py多Agent间依赖与协调分析
故障诊断付费scripts/diagnostic.py根因分析与故障定位
性能报告付费scripts/perf_report.py生成综合性能报告

使用流程

1. Agent健康检查(免费)

# 检查OpenClaw服务状态
python3 scripts/health_check.py --check service

# 检查Agent会话状态
python3 scripts/health_check.py --check session

# 检查配置有效性
python3 scripts/health_check.py --check config

# 全面检查
python3 scripts/health_check.py --check all

# JSON输出
python3 scripts/health_check.py --check all --json

2. 日志分析(免费)

# 分析默认位置的OpenClaw日志
python3 scripts/log_analyzer.py

# 分析指定日志文件
python3 scripts/log_analyzer.py --log-file /path/to/logfile

# 按级别过滤
python3 scripts/log_analyzer.py --level error

# 输出JSON
python3 scripts/log_analyzer.py --json

# 按时间段分析
python3 scripts/log_analyzer.py --since "2024-01-01" --until "2024-01-31"

3. 性能监控(免费)

# 当前性能快照
python3 scripts/perf_monitor.py

# 持续监控(每30秒采样)
python3 scripts/perf_monitor.py --watch 30

# JSON输出
python3 scripts/perf_monitor.py --json

4. 配置优化(付费)

python3 scripts/config_optimizer.py

# 分析指定配置文件
python3 scripts/config_optimizer.py --config-file ~/.openclaw/openclaw.json

# 输出优化建议为Markdown
python3 scripts/config_optimizer.py --format markdown

5. 自动化告警(付费)

# 列出当前告警规则
python3 scripts/alert_manager.py --action list

# 添加CPU使用率告警
python3 scripts/alert_manager.py --action add --metric cpu --threshold 90 --operator gt

# 添加内存告警
python3 scripts/alert_manager.py --action add --metric memory --threshold 80 --operator gt

# 检查当前是否触发告警
python3 scripts/alert_manager.py --action check

6. 多Agent协调(付费)

# 分析Agent依赖关系
python3 scripts/multi_agent_coordinator.py --action dependencies

# 查看Agent拓扑
python3 scripts/multi_agent_coordinator.py --action topology

# 检查冲突
python3 scripts/multi_agent_coordinator.py --action conflicts

7. 故障诊断(付费)

python3 scripts/diagnostic.py

# 诊断特定问题
python3 scripts/diagnostic.py --issue "session_timeout"
python3 scripts/diagnostic.py --issue "high_memory"

8. 性能报告(付费)

python3 scripts/perf_report.py

# 生成指定时间范围报告
python3 scripts/perf_report.py --period 7d

# 输出到文件
python3 scripts/perf_report.py --output report.md

参考文档

  • OpenClaw配置参考 → references/openclaw_config_reference.md
  • 性能指标说明 → references/metrics_reference.md
  • 常见问题排查 → references/troubleshooting.md

注意事项

  • 健康检查、日志分析、性能监控为基础功能,无需付费
  • 高级功能需要AgentOps Pro订阅
  • 所有建议仅供参考,请结合实际情况判断
  • 脚本依赖Python 3.8+环境

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Version Drift Publish

One command to check if your entire stack is up to date. SSHes into servers, queries APIs, and compares installed versions against latest — across every serv...

Registry SourceRecently Updated
2690Profile unavailable
Coding

DevOps Ops Bot

Server health monitoring with alerts and auto-recovery. Checks CPU, memory, disk, and uptime with configurable thresholds. Sends Slack/Discord alerts and can...

Registry SourceRecently Updated
4610Profile unavailable
Coding

Clawhub Skill Infra Watchdog

Self-hosted infrastructure monitoring for HTTP, TCP, SSL, disk, memory, load, Docker, DNS, and custom commands with alerting via OpenClaw messaging.

Registry SourceRecently Updated
8790Profile unavailable
Coding

Service Watchdog

Monitors self-hosted services by checking HTTP endpoints, TCP ports, SSL expiry, and DNS resolution, then reports status and alerts in concise, chat-friendly...

Registry SourceRecently Updated
7012Profile unavailable