Parse and analyze common log formats (nginx, syslog, application)
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill log_analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Log Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-log-analyzer)More formats (shields.io, HTML) on the badges page.
---
name: log-analyzer
description: Parse and analyze common log formats (nginx, syslog, application)
activation_keywords: [log, logs, analyze, parse log, error log, access log]
---
# Log Analyzer Skill
Provides log parsing and analysis capabilities:
- Parse common log formats: nginx access/error, syslog, Apache, application JSON logs
- Extract structured fields from log lines
- Filter logs by level, time range, or pattern
- Summarize log statistics (error counts, top IPs, etc.)
Use `builtin_log_analyzer` tool with fields:
- `operation`: one of "parse", "filter", "summarize"
- `log_content`: the log content to analyze
- `format`: (optional) log format hint: "nginx", "syslog", "apache", "json", "auto"
- `filter_level`: (optional) for "filter" operation: "debug", "info", "warn", "error", "fatal"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!