Efficiently manage reverse proxy hosts and automated SSL termination using Nginx Proxy Manager.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nginx-proxy-manager
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-proxy-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust interface for managing Nginx Proxy Manager (NPM), a powerful tool for handling reverse proxy duties and SSL termination. By utilizing this skill within the Openclaw Skills ecosystem, developers can automate the lifecycle of proxy hosts, ensuring that traffic is correctly routed to internal staging or production services with minimal manual intervention. It excels at streamlining the process of requesting certificates, enforcing security protocols, and managing subdomains.
Designed for technical users who need to maintain infrastructure-as-code principles, this skill bridges the gap between raw Nginx configurations and a managed UI. It allows for the programmatic creation of entry points for web applications while maintaining high security standards through automated Let's Encrypt integration and exploit blocking.
To get started with this skill, you must provide your NPM credentials as environment variables to avoid hardcoding sensitive information. Openclaw Skills work best when secrets are managed externally.
export NPM_BASE_URL="http://<npm-host>:81"
export NPM_IDENTITY="[email protected]"
export NPM_SECRET="your-secure-password"
You can verify your connection to the API by running a token request command:
curl -sS -X POST "$NPM_BASE_URL/api/tokens" \
-H 'Content-Type: application/json; charset=UTF-8' \
--data "{\"identity\":\"$NPM_IDENTITY\",\"secret\":\"$NPM_SECRET\"}"
The skill organizes proxy configuration data using the following schema to ensure consistency across environments:
| Field | Description | Type |
|---|---|---|
| Domain Names | The public-facing hostnames to be proxied | Array of Strings |
| Upstream Target | The internal IP or hostname of the destination server | String |
| Target Port | The port the internal service is listening on | Integer |
| Scheme | The protocol used to communicate with the upstream (http/https) | String |
| SSL Configuration | Settings for Let's Encrypt, Force SSL, and HSTS | Object |
| Security Flags | Booleans for Websockets, Block Exploits, and Cache Assets | Object |
Loading
Automate the creation, editing, and management of professional PowerPoint presentations from text or documents using the SlideSpeak API.

A high-performance integration for Openclaw Skills that enables interaction with xAI's Grok models for advanced reasoning and real-time information retrieval.

A dedicated skill for querying Supabase project analytics, user signups, and database metadata directly through your AI agent.

A cross-platform skill allowing AI agents to control Spotify playback, search tracks, and analyze listening history via the official Web API.

A comprehensive AI-driven development workflow that uses a Project Manager and Builder architecture to automate coding tasks from requirements to GitHub delivery.

A secure, incremental synchronization tool for Claude Code assets that uses a relay server for multi-device consistency and GitHub for versioned archiving.








































