ssl-checker

Error: --domain required. Use when you need ssl checker capabilities. Triggers on: ssl checker, domain, port, warn-days, format, output.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ssl-checker" with this command: npx skills add xueyetianya/ssl-checker

ssl-checker

SSL/TLS certificate inspection tool that checks certificate expiry dates, issuer details, subject information, certificate chain validation, protocol support, and cipher suites. Provides days-until-expiry alerts with configurable thresholds for proactive certificate management. Uses openssl s_client and Python3 — no external dependencies. Perfect for DevOps monitoring, security audits, and certificate lifecycle management.

Commands

CommandDescription

Options

  • --port <port> — Port to connect to (default: 443)
  • --format table|json|csv|text — Output format (default: table)
  • --output <file> — Save output to file
  • --warn-days <days> — Expiry warning threshold (default: 30)
  • --crit-days <days> — Expiry critical threshold (default: 7)
  • --timeout <seconds> — Connection timeout (default: 10)
  • --sni <hostname> — SNI hostname override
  • --verbose — Show full certificate details
  • --quiet — Only output warnings/errors

Examples

# Full SSL check
bash scripts/main.sh check example.com

# Check expiry with custom thresholds
bash scripts/main.sh expiry example.com --warn-days 60 --crit-days 14

# Show certificate chain
bash scripts/main.sh chain example.com --format json

# Monitor multiple domains
bash scripts/main.sh monitor domains.txt --format json --output ssl-report.json

# Check non-standard port
bash scripts/main.sh check mail.example.com --port 993

# Verify chain trust
bash scripts/main.sh verify example.com --verbose

Exit Codes

CodeMeaning
0OK — Certificate valid, expiry > warn-days
1WARNING — Certificate expiring within warn-days
2CRITICAL — Certificate expiring within crit-days or expired
3ERROR — Connection failed or certificate error

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Video Script Creator

Short video script generator. 短视频脚本生成器、视频脚本、抖音文案、抖音脚本、快手脚本、口播稿、视频拍摄脚本、YouTube脚本、YouTube Shorts脚本、B站脚本、bilibili脚本、分镜脚本、视频大纲、视频文案、短视频创作、Reels脚本、TikTok脚本、vlog脚本...

Registry SourceRecently Updated
General

Taobao Listing

淘宝商品文案。宝贝标题、详情页文案、主图文案、促销活动、关键词挖掘、大促文案。Taobao listing generator with product titles, detail pages, keyword mining, promotion copy. 淘宝运营、天猫文案、商品标题优化、关键词挖掘、双11...

Registry SourceRecently Updated
1870Profile unavailable
General

Ui Component

UI组件HTML/CSS代码生成。表单、表格、卡片、模态框、导航栏,输出完整可运行HTML文件。UI component generator: form, table, card, modal, navbar as standalone HTML files. Use when you need ui compo...

Registry SourceRecently Updated
1961Profile unavailable
General

Speech Writer

演讲稿(TED风格)、婚礼致辞、商务演讲、励志演讲、祝酒词、演讲大纲。Speech writing for TED-style talks, wedding speeches, business presentations, motivational speeches, toasts, and outlines....

Registry SourceRecently Updated
1840Profile unavailable