← 返回 Skills 市场
rogue-agent1

Ssl Certcheck

作者 rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ssl-certcheck
功能描述
Check SSL/TLS certificates for any hostname — expiry dates, issuer, SANs, protocol version, cipher suite. Use when asked to check if a certificate is valid,...
安全使用建议
This skill appears to be what it says: a simple Python SSL certificate inspector that makes TLS connections to hostnames you provide. Before installing, consider: (1) the scripts will open network connections to any host the agent is asked to check — don't allow autonomous runs in environments where you don't want network probes of internal services; (2) the bundle contains two identical scripts (root and scripts/), which is harmless but worth noting; (3) if you need stricter isolation, run the script locally or in a container rather than permitting autonomous agent invocations. If you need extra assurance, review the included certcheck.py source (it's short and uses only the Python stdlib).
功能分析
Type: OpenClaw Skill Name: ssl-certcheck Version: 1.0.0 The skill bundle provides a legitimate SSL/TLS certificate inspection tool that uses standard Python libraries (ssl, socket) to check certificate expiry, issuers, and cipher suites. The code in certcheck.py and scripts/certcheck.py correctly implements secure defaults using ssl.create_default_context() and lacks any indicators of data exfiltration, shell injection, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match the included Python scripts which open an SSL socket to a hostname, read the peer certificate, and report expiry, SANs, issuer, protocol, and cipher. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and README only instruct running the bundled Python script against user-supplied hostnames/ports and printing JSON or human-readable output. The runtime instructions do not read other files, environment variables, or external endpoints beyond the TLS connection to the target host.
Install Mechanism
No install spec is provided (scripts are bundled). Execution relies on system python3 and the included files. The code is plain Python using stdlib ssl/socket — there are no downloads or obscure install steps.
Credentials
The skill requests no environment variables, secrets, or credentials. The script only uses network access to the hostnames the user supplies, which is appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill does not persist configuration; however, it makes outbound network connections to arbitrary hosts supplied by the agent. If you allow autonomous invocation, the agent could be instructed to probe internal or external hosts without further prompts — consider invocation policies accordingly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ssl-certcheck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ssl-certcheck 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ssl-certcheck — a simple SSL/TLS certificate inspector and expiry monitor: - Checks and displays certificate expiry, issuer, subject, SANs, protocol version, and cipher suite for any hostname. - Alerts if certificates are expired or expiring soon, with customizable warning threshold. - Supports JSON output and custom ports. - Pure Python, zero dependencies. - Suitable for scripting, auditing, and HTTPS security monitoring.
元数据
Slug ssl-certcheck
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ssl Certcheck 是什么?

Check SSL/TLS certificates for any hostname — expiry dates, issuer, SANs, protocol version, cipher suite. Use when asked to check if a certificate is valid,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Ssl Certcheck?

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

Ssl Certcheck 是免费的吗?

是的,Ssl Certcheck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ssl Certcheck 支持哪些平台?

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

谁开发了 Ssl Certcheck?

由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。

💬 留言讨论