Install
openclaw skills install skylv-log-analyzerParses and summarizes log files. Extracts errors, warnings, patterns, and insights from server logs and debug output. Triggers: analyze logs, parse log file, error summary, log analysis, debug logs.
openclaw skills install skylv-log-analyzerParses and analyzes log files to extract errors, warnings, patterns, and actionable insights.
Windows: type server.log or Get-Content error.log -Tail 100 macOS/Linux: tail -n 100 app.log
[2024-01-15 14:30:45] -> Timestamp bracketed ERROR 2024-01-15 -> Level + timestamp { "level": "error" } -> JSON structured
Level: ERROR, WARN, INFO, DEBUG Timestamp: when it happened Source: which component/module Message: what happened
Total lines: 1,247 Time range: 10:00 -> 18:00
Errors: 23 Warnings: 67 Info: 892
Top Errors by frequency:
Anomaly: Unusual spike at 16:00-17:00 (18 errors in 1 hour)
Recommendations: