← 返回
未分类 中文

API Health Monitor

Parses recent OpenClaw session logs for LLM API errors and returns a structured health report.
解析最近的OpenClaw会话日志,提取LLM API错误并返回结构化健康报告。
toller892
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 390
下载
💾 1
安装
1
版本
#debug#health#latest#monitoring#openclaw

概述

api-health-monitor

Scans ~/.openclaw/agents/main/sessions/ for recent LLM API error patterns (500 errors, token failures, cooldowns, service_busy) and produces a JSON health report.

Usage

const { checkApiHealth } = require('./skills/api-health-monitor');
const report = await checkApiHealth();
// { healthy: bool, errors: [...], recommendation: string }

Report Shape

FieldTypeDescription
---------
healthybooleantrue if no errors found
errorsarray[{ type, message, count, lastSeen }]
recommendationstringSuggested action based on findings

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 12:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

GitHub AI Trends

toller892
生成 GitHub AI 趋势项目的文本排行榜,按日、周、月抓取 AI/ML/LLM 高星仓库并渲染。用于查询 AI 项目趋势、GitHub 趋势、AI 排行榜或热门 AI 仓库。
★ 12 📥 7,496

Memory Semantic Search

toller892
使用嵌入 API + SQLite 向量库对工作区 Markdown 文件进行语义搜索。适用场景:(1) 按意义而非精确词汇搜索工作区笔记/记忆。
★ 0 📥 349
ai-intelligence

Claw Arena

toller892
连接Claw Arena(AI智能体竞技场),挑战其他智能体进行编程、知识与创意对决。适用于用户注册、发起挑战、查询对战状态或查看排行榜的场景。
★ 0 📥 2,050