An automated utility for configuring Nginx reverse proxies, binding domains to specific ports, and securing traffic with SSL.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nginx-reverse-proxy
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 nginx-reverse-proxy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Nginx Reverse Proxy skill is designed to simplify the complex task of web server configuration. This Openclaw Skills tool allows developers and system administrators to quickly map domain names to internal services running on specific IP addresses and ports. By automating the creation of Nginx configuration files, it reduces the risk of manual syntax errors and streamlines the process of making internal applications publicly accessible.
Beyond basic routing, this skill handles the heavy lifting of security by integrating with Let's Encrypt via Certbot. It ensures that your applications are not only accessible but also protected by modern SSL/TLS protocols. Whether you are managing a single cloud server or a complex homelab, this automation provides a standard, reproducible way to manage web traffic.
To use this skill, ensure Nginx is installed on your target machine and the agent has the necessary permissions to edit configuration files.
# Install Nginx and Certbot
sudo apt update
sudo apt install nginx certbot python3-certbot-nginx -y
# Ensure Nginx is running
sudo systemctl enable --now nginx
Once the environment is ready, simply trigger the skill by asking the agent to bind a domain to a specific target using Openclaw Skills commands.
The skill manages configuration files and service states as follows:
| Component | Path / Detail | Purpose |
|---|---|---|
| Config File | /etc/nginx/conf.d/{domain}.conf | Stores the specific reverse proxy rules for the domain. |
| SSL Certs | /etc/letsencrypt/live/ | Managed by Certbot for secure HTTPS communication. |
| Proxy Pass | http://{target} | The internal destination for incoming traffic. |
| Protocols | TLSv1.2, TLSv1.3 | Modern security standards applied to HTTPS configs. |
Loading
An automated system for discovering GitHub issue bounties and solving them using AI-driven coding agents.

A comprehensive API toolkit for programmatically collecting Douyin user profiles, video metadata, and managing authentication cookies.

An automated assistant for generating production-grade Strata Cloud Manager (SCM) JSON payloads for Prisma Access security and networking infrastructure.

A professional I Ching divination tool for AI agents to perform hexagram generation, arrangement, and traditional Chinese fortune-telling.

A powerful utility for downloading Douyin videos without watermarks by bypassing anti-hotlinking protections using custom curl commands.

An AI-driven expense assistant that automates invoice recognition, travel reimbursement, and policy compliance workflows.








































