Agent Skills: Tailscale CLI

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

UncategorizedID: mbelinky/clawdis-skills/tailscale

Install this agent skill to your local

pnpm dlx add-skill https://github.com/mbelinky/clawdis-skills/tree/HEAD/tailscale

Skill Files

Browse the full folder contents for tailscale.

Download Skill

Loading file tree…

tailscale/SKILL.md

Skill Metadata

Name
tailscale
Description
Manage Tailscale VPN, Serve, and Funnel from the CLI.

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.