A comprehensive toolset for managing HTTPS, provisioning TLS certificates, and troubleshooting secure connections across diverse server environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ssl
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ssl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SSL skill provides a robust framework for handling end-to-end SSL/TLS workflows within your development environment. It streamlines the process of obtaining, installing, and maintaining security certificates, supporting everything from free Let's Encrypt certificates to complex wildcard and multi-domain (SAN) configurations.
By leveraging this skill within the Openclaw Skills ecosystem, developers can automate the often error-prone task of certificate renewal and server configuration. It provides actionable commands for OpenSSL and Certbot, ensuring that your web applications remain secure, trusted by browsers, and free from mixed-content warnings or expired certificate errors.
To begin using the SSL features in your Openclaw Skills workflow, ensure your environment has the necessary tools installed:
# Install Certbot for automated certificate management
sudo apt-get update
sudo apt-get install certbot python3-certbot-nginx
# Ensure OpenSSL is available for manual debugging
openssl version
The skill organizes security data into the following schema for clear management and auditing:
| Data Component | Description | Format |
|---|---|---|
| Public Certificate | The site-specific TLS certificate (fullchain.pem) | PEM |
| Private Key | The sensitive key used for decryption (privkey.pem) | PEM |
| Metadata | Expiry dates, issuer details, and SAN lists | JSON/Plain Text |
| Server Config | Directives for Nginx (listen 443) or Apache (SSLEngine) | Config Snippet |
| Renewal State | Last success date and dry-run status | Log |
Loading
A specialized AI agent skill for managing SQLite databases with professional-grade concurrency, integrity, and performance configurations.

An advanced data management skill that enables AI agents to read, write, and analyze tabular data across multiple platforms with persistent schema memory.

A versatile AI agent skill for transcribing audio and video files into structured text with support for multiple providers and local processing.

A specialized skill designed to transform stiff, robotic AI-generated Spanish into warm, authentic, and human-like conversation.

A dynamic statistical companion that adapts to any level of expertise to build intuition, ensure analytical rigor, and prevent common data misconceptions.

An AI-powered assistant for managing Stellar XLM transactions, trustlines, and secure cross-border payments.








































