A specialized tool for managing Caddy-based reverse proxy routes with wildcard subdomain support and automated HTTPS for local services.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install caddy-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 caddy-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.
This skill provides a robust framework for managing a Caddy reverse proxy to route wildcard subdomains to local applications. By utilizing Openclaw Skills, developers can achieve seamless HTTPS across their local environment using Let's Encrypt certificates via DNS-01 challenges. It is specifically optimized for private networking through Tailscale, ensuring that your local services remain secure and inaccessible to the public internet while still benefiting from valid SSL certificates.
Built for performance and ease of use, this skill bridges the gap between local development and production-grade networking. It integrates tightly with Vercel DNS for automated certificate provisioning, allowing you to focus on building applications rather than managing complex infrastructure. This is a core component for anyone building a private local cloud powered by Openclaw Skills.
To get started with this skill within the Openclaw Skills ecosystem, ensure Caddy is installed with the Vercel DNS plugin.
Caddyfile located at ~/.config/caddy/Caddyfile.appname.YOUR_DOMAIN {
import vercel_tls
reverse_proxy localhost:31XX
}
~/.local/bin/caddy reload --config ~/.config/caddy/Caddyfile --address localhost:2019
/var/log/caddy-error.log.The skill manages configuration and state through several key files and metadata structures:
| Component | Path / Detail | Purpose |
|---|---|---|
| Config File | ~/.config/caddy/Caddyfile |
Primary routing and TLS definitions. |
| Logs | /var/log/caddy-error.log |
Troubleshooting and ACME challenge tracking. |
| Binary | ~/.local/bin/caddy |
The custom-built Caddy executable with DNS plugins. |
| Services | LaunchDaemon / systemd |
Ensures the proxy runs as a persistent background process. |
Loading
A browser automation skill for purchasing, reordering, and processing returns on Amazon using an AI agent.

Automate the entire Amazon shopping lifecycle, from reordering essentials to processing returns, using browser-based AI agents.

A recursive optimization skill that enables AI agents to analyze their own performance and update their knowledge base automatically.

An automated gaming skill that allows AI agents to compete in 1v1 high-stakes matches for USDC rewards.

Automatically stage changes, generate AI-driven commit messages, and push code to your remote repository in one seamless workflow.

A professional framework for creating and managing reliable, scheduled AI tasks and periodic workflows within OpenClaw.








































