一键导入
tailscale-serve
Expose a local dev server (localhost port) as a tailnet-only HTTPS URL using `tailscale serve`, and show the resulting ts.net URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expose a local dev server (localhost port) as a tailnet-only HTTPS URL using `tailscale serve`, and show the resulting ts.net URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Turn an image, a theme URL, or a loose aesthetic description into a valid portable Codex app theme string. Use this when someone wants a `codex-theme-v1:` import for Codex.app and needs the result clearly labeled as a dark or light theme.
Run deep plan-first analysis. Use when the user explicitly asks for ultrathink (for example, "plan this first with ultrathink").
Use when a YouTube video transcript is needed e.g. for summarisation or Q&A on the content.
Use when web.run fails to parse a webpage and you need raw Markdown via Crawl4AI.
基于 SOC 职业分类
| name | tailscale-serve |
| description | Expose a local dev server (localhost port) as a tailnet-only HTTPS URL using `tailscale serve`, and show the resulting ts.net URL. |
| metadata | {"short-description":"Localhost → ts.net HTTPS via Tailscale Serve."} |
Turn a locally running web app into a repeatable Tailscale HTTPS endpoint.
port: the local port the app listens on (e.g. 3000).path: / (root) or a subpath like /myapp.If any are missing, ask concise clarifying questions.
Confirm Tailscale is running and logged in:
tailscale statusConfirm the app is reachable locally:
curl -fsS http://127.0.0.1:<port>/ (adjust path if needed)Configure Tailscale Serve (tailnet-only HTTPS):
sudo tailscale serve https / http://127.0.0.1:<port>sudo tailscale serve https /<path> http://127.0.0.1:<port>Show what’s exposed:
tailscale serve statusProvide the URL to share using MagicDNS:
https://<machine-name>.<tailnet>.ts.net/ (root)https://<machine-name>.<tailnet>.ts.net/<path> (subpath)Cleanup (when asked):
sudo tailscale serve resettailscale serve changes often require sudo.tailscale funnel) unless explicitly requested; if requested, ask what auth/protection they want first.