expose
Installation
SKILL.md
/expose - Expose Local Services via Tailscale
Expose a local service on Tailscale with a unique path, preserving the root path for the main application.
Usage
/expose <port> [service-name]
Examples
/expose # Auto-detects running dev server and exposes it
/expose 3000 # Exposes localhost:3000 with auto-generated path
/expose 8080 api # Exposes localhost:8080 as /api
/expose 5173 vite-app # Exposes localhost:5173 as /vite-app