nginx

Manage Nginx configurations, reverse proxies, and Certbot SSL certificates.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill nginx-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nginx
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/nginx
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill nginx-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Nginx web server configurations, including reverse proxy setup and SSL certificate integration, ensuring efficient and secure web serving.

Core Features & Use Cases

  • Configuration Management: Test, reload, and restart Nginx services.
  • Site Management: Enable and disable website configurations.
  • Reverse Proxy & SSL: Set up reverse proxies and integrate SSL certificates using Certbot.
  • Use Case: Quickly configure Nginx to act as a reverse proxy for a new web application running on localhost:3000 and secure it with an SSL certificate.

Quick Start

Use the nginx skill to set up a reverse proxy for example.com pointing to localhost:3000 and secure it with Certbot.

Frequently Asked Questions about nginx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an Nginx reverse proxy for a local application?

To set up an Nginx reverse proxy, you can use this Skill to configure the web server to route external traffic to your local application, such as forwarding requests to localhost:3000. It manages the site configurations and reloads the Nginx service.

How do I secure an Nginx web server with an SSL certificate?

You secure an Nginx web server by integrating SSL certificates via Certbot. This Skill automates the SSL certificate integration process, ensuring secure communication for your websites and applications.

Do I need Certbot installed to manage SSL certificates with Nginx?

Yes, you need Certbot installed and configured on your target system. This Skill facilitates SSL certificate integration by directly utilizing Certbot to secure your web server configurations.

What is the process to enable and test a new Nginx site configuration?

To enable and test a new Nginx site configuration, this Skill manages the site activation, tests the configuration syntax, and reloads or restarts the Nginx services to apply the changes efficiently.

Can I use this to manage Nginx configurations for multiple web applications?

Yes, you can use this Skill to manage Nginx configurations for multiple web applications. It handles site management by enabling and disabling specific website configurations as needed.