← 返回 Skills 市场
SSL Certificate Checker
作者
LeonardoDpanda
· GitHub ↗
· v1.0.0
· MIT-0
440
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install ssl-certificate-checker
功能描述
Check SSL/TLS certificate details including expiration date, issuer, validity, cipher suites, and security warnings for any domain. Use when verifying HTTPS...
安全使用建议
This skill is basically documentation with example openssl commands — it's coherent with its purpose. Before installing/using it, ensure the agent environment has a trustworthy openssl binary available (the SKILL.md assumes openssl but the metadata doesn't list it). Be aware the commands will open outbound TLS connections to whatever domain you supply, so avoid running the checks against sensitive internal hosts unless you trust the environment and network. If you need the agent to run these commands autonomously, confirm you trust the agent's ability to execute shell commands and that it will not be given internal targets or credentials inadvertently.
功能分析
Type: OpenClaw Skill
Name: ssl-certificate-checker
Version: 1.0.0
The ssl-certificate-checker skill provides standard, legitimate instructions for using the openssl utility to inspect SSL/TLS certificate details. The commands in SKILL.md are limited to diagnostic purposes such as checking expiration dates and issuers, and there is no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The SKILL.md describes certificate inspection and gives concrete openssl commands that match the stated purpose. However, the skill metadata declares no required binaries even though the instructions explicitly require the openssl binary (inconsistent declaration).
Instruction Scope
Instructions are narrowly scoped to reading certificate data via openssl and piping output; they do perform network connections to the target domain (expected for this task) and reference /dev/null only as part of the command pipeline.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, secrets, or config paths. That is proportionate for a read-only certificate checker.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent privileges or modify other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssl-certificate-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssl-certificate-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SSL Certificate Checker
- Enables checking SSL/TLS certificate details such as expiration date, issuer, and validity for any domain.
- Provides insights on cipher suites and security warnings.
- Useful for monitoring certificate expiry, verifying HTTPS security configuration, and troubleshooting SSL issues.
- Includes usage guidance, limitations, and example commands for checking certificates via OpenSSL.
- Not intended for penetration testing, internal certificates, or certificate installation tasks.
元数据
常见问题
SSL Certificate Checker 是什么?
Check SSL/TLS certificate details including expiration date, issuer, validity, cipher suites, and security warnings for any domain. Use when verifying HTTPS... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 440 次。
如何安装 SSL Certificate Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssl-certificate-checker」即可一键安装,无需额外配置。
SSL Certificate Checker 是免费的吗?
是的,SSL Certificate Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SSL Certificate Checker 支持哪些平台?
SSL Certificate Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SSL Certificate Checker?
由 LeonardoDpanda(@leonardodpanda)开发并维护,当前版本 v1.0.0。
推荐 Skills