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

🔒 SSL Guardian

Automated Certificate Management & Monitoring


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

Issue, renew, and monitor SSL certificates with Let's Encrypt automation.

Features

  • Free Certificates: Let's Encrypt
  • Auto-Renewal: Never expire
  • Wildcard Support: *.domain.com
  • Multi-Domain (SAN): Multiple domains on one cert

Quick Start

# Install and get certificate
sudo apt install -y certbot python3-certbot-nginx
sudo certbot --nginx -d example.com -d www.example.com

# Auto-renewal is enabled by default
sudo certbot renew --dry-run

Learn more about GLM 5