# Tailscale

> Manage Tailscale VPN, Serve, and Funnel from the CLI.

- Skill: `mbelinky/tailscale` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mbelinky/tailscale`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mbelinky/tailscale/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mbelinky (https://skillmd.com/u/mbelinky)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mbelinky/tailscale

---


# Tailscale CLI

Use `tailscale` to inspect status, fetch tailnet IPs, and expose services.

Quick start
- `tailscale status`
- `tailscale ip -4`
- `tailscale serve 3000`
- `tailscale funnel 3000`

Notes
- `serve` shares a local service inside your tailnet; `funnel` exposes it publicly.
- Serve/Funnel CLI changed in Tailscale 1.52+; use `--help` for exact flags.

