install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/log-analyzer-aidotnet-moyucode" ~/.claude/skills/majiayu000-claude-skill-registry-log-analyzer && rm -rf "$T"
manifest:
skills/data/log-analyzer-aidotnet-moyucode/SKILL.mdsource content
Log Analyzer Tool
Description
Parse and analyze log files to extract patterns, filter entries, generate statistics, and detect errors.
Trigger
command/logs- User needs to analyze logs
- User wants to find errors in logs
Usage
# Analyze log file python scripts/log_analyzer.py app.log # Filter by level python scripts/log_analyzer.py app.log --level ERROR # Search pattern python scripts/log_analyzer.py app.log --grep "connection failed" # Get statistics python scripts/log_analyzer.py app.log --stats # Tail mode python scripts/log_analyzer.py app.log --tail 100
Tags
logs, analysis, debugging, monitoring, errors
Compatibility
- Codex: ✅
- Claude Code: ✅