Overview
- Skill Key
- brennerspear/dev-serve
- Author
- brennerspear
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/brennerspear/dev-serve
- Latest Commit SHA
- da80f348df22f168d689fa613be40f3654ef791a
Start and manage tmux-backed dev servers exposed through Caddy at wildcard subdomains.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 dev-serve 技能。 若已安装,则直接安装 dev-serve 技能。
# dev-serve — One-Command Dev Server Hosting Start a dev server in a tmux session and expose it via Caddy at `<project>.YOUR_DOMAIN`. One command up, one command down. ## Setup 1. **Install the script:** ```bash cp scripts/dev-serve.sh ~/.local/bin/dev-serve chmod +x ~/.local/bin/dev-serve ``` 2. **Set your domain** (one of): - Export `DEV_SERVE_DOMAIN` in your shell profile - Or edit the `DOMAIN` variable in the script 3. **Requirements:** - Caddy running with wildcard DNS + TLS (see [caddy](https://clawhub.com/skills/caddy) skill) - `tmux`, `jq`, `curl` - Caddy admin API on `localhost:2019` ## CLI ```bash dev-serve up <repo-path> [port] # Start dev server + add Caddy route dev-serve down <name> # Stop dev server + remove Caddy route dev-serve ls # List active dev servers dev-serve restart <name> # Restart dev server (keep Caddy route) ``` ## How It Works 1. Derives subdomain from the repo folder name (`~/projects/myapp` → `myapp.YOUR_DOMAIN`) 2. Detects the dev command from `package.json` `scripts.dev` (supports vite, next, nuxt, sveltekit) 3. Auto-patches Vite `allowedHosts` if a vite config file exists 4. Starts the dev server in a tmux session named `dev-<name>` with `--host 0.0.0.0 --port <port>` 5. Adds a Caddy route + dashboard link to the Caddyfile 6. Reloads Caddy via admin API (no sudo, no restart) 7. Verifies end-to-end: waits for the dev server to listen, then polls HTTPS until 2xx/3xx (up to 90s) ## Examples ```bash # Start with auto-assigned port (starts at 5200, skips used ports) dev-serve up ~/projects/myapp # → https://myapp.YOUR_DOMAIN # Explicit port dev-serve up ~/projects/myapp 5200 # Override dev command DEV_CMD="bun dev" dev-serve up ~/projects/myapp 5300 # Stop and clean up dev-serve down myapp # List what's running dev-serve ls ``` ## Configuration | Variable | Default | Description | |----------|---------|-------------| | `DEV_SERVE_DOMAIN`...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.