A command-line utility to instantly expose local development projects via Caddy-managed subdomains with automated tmux session management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dev-serve
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 dev-serve using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The dev-serve tool is a specialized utility within the Openclaw Skills ecosystem designed to bridge the gap between local development and network-accessible staging. It automates the orchestration of tmux sessions and Caddy reverse proxy configurations, allowing developers to spin up a project and have it immediately reachable via a secure HTTPS subdomain. This eliminates the manual overhead of managing terminal tabs and editing web server configurations for every new project.
By integrating seamlessly with your existing workflow, this entry in the Openclaw Skills library handles the technical heavy lifting of environment detection and network routing. It specifically targets modern web development needs, providing built-in support for popular frameworks while ensuring that your development servers remain persistent and easy to manage through a unified CLI.
package.json to detect the appropriate dev command (e.g., vite, next, sveltekit).allowedHosts setting to permit traffic from the new subdomain.To get started with this component of Openclaw Skills, follow these installation steps:
cp scripts/dev-serve.sh ~/.local/bin/dev-serve
chmod +x ~/.local/bin/dev-serve
export DEV_SERVE_DOMAIN="your.wildcard.domain"
tmux, jq, curl, and a running Caddy instance configured for wildcard TLS.The dev-serve skill manages state and routing information through the following schema:
| Component | Location | Purpose |
|---|---|---|
| State File | ~/.config/dev-serve/state.json |
Tracks active subdomains, assigned ports, and session names. |
| Caddy Routes | Admin API (localhost:2019) |
Dynamic routing rules for the Caddy reverse proxy. |
| Session Logs | TMUX (dev-<name>) |
Real-time output and error logs from the development server. |
| Port Range | 5200+ | Sequential port allocation for ephemeral dev processes. |
Loading
A specialized utility designed to identify and remove AI-generated code slop, redundant defensive logic, and inconsistent styling from git branches.

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

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

A specialized tool for managing Caddy-based reverse proxy routes with wildcard subdomain support and automated HTTPS for local services.

A comprehensive toolkit for checking domain availability, pricing, and managing purchases directly via Vercel and Openclaw Skills.

A high-performance flight search tool that retrieves real-time schedules, pricing, and booking links directly from Google Flights.








































