← Back to Skills Marketplace
ivangdavila

SSL

by Iván · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
1033
Downloads
2
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install ssl
Description
Set up HTTPS, manage TLS certificates, and debug secure connection issues.
Usage Guidance
This skill appears to be an honest, instruction-only TLS/HTTPS guide. Before installing or letting an agent execute it: (1) understand that following its commands may read private keys and require root — never expose private keys to untrusted actors; (2) review any certbot/openssl commands before running them on production (certbot --nginx can modify server configs); (3) run sensitive commands yourself if you don't want an agent to perform privileged operations; and (4) ensure the agent’s execution environment is trusted since the steps touch /etc/letsencrypt and other system files.
Capability Analysis
Type: OpenClaw Skill Name: ssl Version: 1.0.2 The skill bundle is classified as suspicious due to its extensive use of powerful shell commands (`openssl`, `certbot`, `nmap`, `chmod`, `chown`) across `SKILL.md`, `formats.md`, `servers.md`, and `troubleshooting.md`. While these commands are plausibly needed for the stated purpose of SSL certificate management and troubleshooting, they grant broad system access (file system, network, process execution). The inclusion of tools like `nmap` for network scanning and `chmod`/`chown` for modifying file permissions represents significant risky capabilities that, if misused or exploited via prompt injection against the agent, could lead to severe consequences. There is no clear evidence of intentional malicious behavior like data exfiltration or unauthorized persistence within the skill's instructions or code.
Capability Assessment
Purpose & Capability
Name/description match the content: SKILL.md, formats.md, servers.md and troubleshooting.md contain expected cert management commands (certbot, openssl), server config examples (nginx, Apache, Caddy, Traefik, HAProxy), format conversions, and troubleshooting steps. There are no unrelated binaries, env vars, or credentials requested.
Instruction Scope
Instructions tell an operator to run standard system commands and to read certificate/key files (e.g., /etc/letsencrypt/live/.../privkey.pem) and modify permissions — this is appropriate for certificate management but is sensitive because it involves private keys and privileged operations. The skill does not instruct exfiltration or contact to unexpected endpoints; it references legitimate external checks (ssllabs.com, testssl.sh).
Install Mechanism
No install specification and no code files — instruction-only. That is low-risk: nothing is downloaded or written by an installer step.
Credentials
The skill requests no environment variables, credentials, or config paths beyond example file locations. The examples reference common system paths for certificates but do not require any secret to be supplied to the skill itself.
Persistence & Privilege
always:false and no instructions to modify other skills or platform settings. Autonomous invocation is allowed by platform default but the skill does not request persistent privileges or alter other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ssl
  3. After installation, invoke the skill by name or use /ssl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Fix name capitalization
v1.0.1
Name in uppercase
v1.0.0
Initial release of the SSL skill. - Guides users to set up HTTPS, manage TLS certificates, and troubleshoot secure connection issues. - Includes quick commands for Let's Encrypt certs, status checks, and certificate validation. - Documents solutions for common SSL/TLS errors. - Provides server config snippets for Nginx and Apache. - Covers automation tips for certificate renewal. - Explains certificate types and notes exclusions for unrelated authentication and network topics.
Metadata
Slug ssl
Version 1.0.2
License
All-time Installs 3
Active Installs 3
Total Versions 3
Frequently Asked Questions

What is SSL?

Set up HTTPS, manage TLS certificates, and debug secure connection issues. It is an AI Agent Skill for Claude Code / OpenClaw, with 1033 downloads so far.

How do I install SSL?

Run "/install ssl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SSL free?

Yes, SSL is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SSL support?

SSL is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SSL?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.2.

💬 Comments