For installable SKILL.md files, visit ClawHub or the OpenClaw docs.
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
Sentry Error Resolver Use when you want OpenClaw to monitor Sentry for new errors and automatically attempt to fix them. Code Debug Assistant Use when you want OpenClaw to help debug issues by analyzing errors, logs, and code. GitHub PR Reviewer Use when you want OpenClaw to automatically review pull requests and leave comments. Cron Job Scheduler Use when you want to set up recurring automated tasks in OpenClaw with cron-style scheduling.