Never get woken up at 3 AM for an expired certificate again
Scans your infrastructure for TLS certificates approaching expiry — endpoints, Kubernetes secrets, AWS ACM, and cert-manager resources. Generates a dashboard of certificate health and alerts before anything expires.
Create a skill called "Cert Sentry". Monitor TLS certificates across my infrastructure: 1. For a list of domains/endpoints: connect with `openssl s_client` and extract cert details (issuer, subject, expiry, SANs) 2. In Kubernetes: list cert-manager Certificate resources and TLS secrets, check their status and expiry 3. In AWS: `aws acm list-certificates` and inspect associations plus renewal eligibility/status 4. Build an inventory sorted by expiry date (soonest first) Flag certificates by urgency: - CRITICAL: expires within 7 days - WARNING: expires within 30 days - OK: expires in 30+ days For each CRITICAL/WARNING cert, suggest the renewal path (auto-renew via cert-manager, ACM renewal, manual renewal with Let's Encrypt, etc.). Run `openssl s_client -connect` for endpoint checks. Output as a clean summary I can share with the team.
Certificate expiry has taken down Microsoft Teams, Spotify, and countless
smaller services. This skill monitors all your certs so you find out weeks
before expiry, not during the outage.
Document and monitor the cron jobs nobody understands
Audits all cron jobs on a server, documents what each one does, wraps them with monitoring and alerting, and migrates critical ones to a proper scheduler if needed. No more "30 cron jobs and nobody knows what half of them do."
Turn 500 daily alerts into the 5 that actually matter
Analyzes your alerting rules and history to find the noise — duplicate alerts, overly sensitive thresholds, alerts that never lead to action. Generates tuned configurations that keep the signal and kill the spam.
Detect and defuse DaVinci Resolve cache explosions before they hit 0 bytes free
Resolve's render cache and CacheClip folders can grow extremely large and fill disks mid-project with no warning. This recipe monitors cache growth, alerts at thresholds, and provides Resolve-safe cleanup steps so you never lose work to a full disk.
A calm checklist when fraud hits
Immediate steps, reporting sequences, and long-term hardening for scams and identity theft. Organized by urgency so you know what to do first.