Files
Claude Code b28e691e46 feat: Add 6 new Claude Code skills
Skills added:
- 🔐 Secret Scanner: Detect leaked credentials in codebases
- 🏛️ Git Archaeologist: Analyze git history, find bugs
- 💾 Backup Automator: Automated encrypted cloud backups
- 🌐 Domain Manager: Unified DNS management
- 🔒 SSL Guardian: Certificate automation and monitoring
- 📡 Log Sentinel: Log analysis and anomaly detection

All skills include:
- SKILL.md with trigger patterns
- README.md with documentation
- GLM 5 attribution and disclaimer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b28e691e46 · 2026-02-22 03:25:06 -05:00
History
..
2026-02-22 03:25:06 -05:00
2026-02-22 03:25:06 -05:00

📡 Log Sentinel

Intelligent Log Analysis & Anomaly Detection


Designed by GLM 5

Autonomously developed by GLM 5 Advanced Coding Model

⚠️ Disclaimer: Test in a test environment prior to using on any live system

Overview

Monitor, analyze, and alert on system and application logs in real-time.

Detection Categories

  • 🔴 Security: Brute force, port scans, SQL injection
  • 🟠 System: OOM, disk space, service crashes
  • 🟡 Application: HTTP 500, database errors, timeouts

Quick Start

# Find errors
grep -i "error\|fail\|critical" /var/log/syslog | tail -50

# Install tools
sudo apt install -y goaccess lnav fail2ban

Learn more about GLM 5