/install skylv-system-log-analyzer
Log Analyzer
Overview
Parses and analyzes log files to extract errors, warnings, patterns, and actionable insights.
When to Use
- User asks to "analyze these logs" or "check the error log"
- Debugging session needs pattern analysis
How It Works
Step 1: Read log file
Windows: type server.log or Get-Content error.log -Tail 100 macOS/Linux: tail -n 100 app.log
Step 2: Detect log format
[2024-01-15 14:30:45] -> Timestamp bracketed ERROR 2024-01-15 -> Level + timestamp { "level": "error" } -> JSON structured
Step 3: Extract key information
Level: ERROR, WARN, INFO, DEBUG Timestamp: when it happened Source: which component/module Message: what happened
Step 4: Generate analysis report
Output Format
Total lines: 1,247 Time range: 10:00 -> 18:00
Errors: 23 Warnings: 67 Info: 892
Top Errors by frequency:
- Connection timeout (x12) - API calls to external service
- Auth failure (x6) - Failed login from IP xxx
Anomaly: Unusual spike at 16:00-17:00 (18 errors in 1 hour)
Recommendations:
- Check external service connectivity
- Review failed logins for security
- Add retry logic to DB writes
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-system-log-analyzer - After installation, invoke the skill by name or use
/skylv-system-log-analyzer - Provide required inputs per the skill's parameter spec and get structured output
What is Skylv System Log Analyzer?
Parses and summarizes log files. Extracts errors, warnings, patterns, and insights from server logs and debug output. Triggers: analyze logs, parse log file,... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.
How do I install Skylv System Log Analyzer?
Run "/install skylv-system-log-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv System Log Analyzer free?
Yes, Skylv System Log Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv System Log Analyzer support?
Skylv System Log Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv System Log Analyzer?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.