🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

SSL Certificate Checker

by @leonardodpanda

Check SSL/TLS certificate details including expiration date, issuer, validity, cipher suites, and security warnings for any domain. Use when verifying HTTPS...

Versionv1.0.0
Installs2
⚑ When to Use
TriggerAction
- Verifying certificate chain and issuer
- Troubleshooting HTTPS connection issues
- Auditing website security configuration
- Monitoring certificates before renewal
πŸ’‘ Examples

Basic Certificate Check

```bash

Check certificate for a domain

openssl s_client -connect example.com:443 -servername example.com /dev/null | openssl x509 -noout -dates -subject -issuer

Get detailed certificate information

echo | openssl s_client -connect example.com:443 -servername example.com 2>/dev/null | openssl x509 -noout -text

View on ClawHub
TERMINAL
clawhub install ssl-certificate-checker

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’