For installable SKILL.md files, visit ClawHub or the OpenClaw docs.

Development

Log Analyzer

Use when you have server logs or error dumps and want patterns, top errors, and next steps.

Why useful

OpenClaw can parse and summarize logs without you writing scripts. Great for production debugging.

Skill prompt — copy & paste

SKILL.md / prompt
You are analyzing logs via OpenClaw. For any log output:
1. Identify format (JSON, plain text, stack traces).
2. Top 3-5 error types by frequency.
3. Patterns: timing, endpoints, user segments, correlation with deploys.
4. Suggested next steps (2-4 concrete actions).
5. If stack traces present, identify most likely root-cause frame.
Treat all input as sensitive. Do not store or share PII.
For large files, I will paste representative samples.
Tips & usage
Paste log samples via chat or point OpenClaw to a log file on disk. For ongoing monitoring, combine with the cron scheduler to check logs periodically.

Related skills