← 返回 Skills 市场
derick001

Ssl Certificate Monitor

作者 Derick · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
290
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ssl-certificate-monitor
功能描述
Monitor SSL certificates for expiration, security issues, and compliance across domains and subdomains.
安全使用建议
This appears to be a straightforward command-line SSL certificate checker. Before installing, consider: (1) It will make outbound TLS connections to any domains you supply (including internal hosts) — avoid scanning hosts you don't control. (2) It requires the Python 'cryptography' package for full parsing; install via pip if needed. (3) Review or test the included scripts in a controlled environment — there are some implementation rough edges (e.g., parsing fallbacks and attribute names) but nothing that indicates hidden telemetry or credential exfiltration. (4) The tool does not provide built-in notifications, revocation checks, or CT log checking — integrate its JSON output into your monitoring/alerting pipeline if needed.
功能分析
Type: OpenClaw Skill Name: ssl-certificate-monitor Version: 1.0.0 The skill is a legitimate SSL certificate monitoring tool that retrieves and parses certificate data using standard Python libraries and the `cryptography` package. It performs its stated functions (checking expiration, batch processing, and detailed inspection) without any evidence of malicious intent, data exfiltration, or harmful instructions. The use of `ssl.CERT_NONE` in `scripts/main.py` is a functional requirement for inspecting expired or invalid certificates rather than a security flaw in this context.
能力评估
Purpose & Capability
Name/description match the included Python CLI (scripts/main.py) which fetches and parses certificates. Required binary (python3) and the optional cryptography dependency are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included CLI to check domains or read domain lists from files. The runtime instructions and the code only read the provided domain list files and perform TLS handshakes to target hosts — consistent with the stated monitoring task and not attempting unrelated system access or external telemetry.
Install Mechanism
No install spec is provided (instruction-only in registry) and the shipped script only requires Python and the cryptography library. Requiring pip installation of cryptography is proportional for certificate parsing. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, and the code does not read secrets or unrelated env vars. It only accesses local domain list files provided by the user and makes network connections to target hosts, which is expected behavior.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not modify other skills or system-wide configuration and requests no persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ssl-certificate-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ssl-certificate-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ssl-certificate-monitor. - Monitor SSL/TLS certificates for expiration, chain validity, and basic compliance across domains/subdomains. - Supports single-domain checks, batch file checks, and alerts for certificates expiring within configurable days. - Outputs detailed certificate info (issuer, subject, serial, algorithm) with JSON support for automation. - Simple CLI interface with no external dependencies beyond Python 3 and the cryptography library. - Handles network, validation, and input errors with clear messages. - Does not include advanced security audits, notifications, or deep integration features in this version.
元数据
Slug ssl-certificate-monitor
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ssl Certificate Monitor 是什么?

Monitor SSL certificates for expiration, security issues, and compliance across domains and subdomains. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。

如何安装 Ssl Certificate Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssl-certificate-monitor」即可一键安装,无需额外配置。

Ssl Certificate Monitor 是免费的吗?

是的,Ssl Certificate Monitor 完全免费(开源免费),可自由下载、安装和使用。

Ssl Certificate Monitor 支持哪些平台?

Ssl Certificate Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ssl Certificate Monitor?

由 Derick(@derick001)开发并维护,当前版本 v1.0.0。

💬 留言讨论