tailscale-install
Installation
SKILL.md
Tailscale Install
Install Tailscale and connect a device to a tailnet. Handles platform detection, installation, verification, and initial authentication.
What this skill does
- Detects the platform (OS, distro, WSL2, container).
- Checks for an existing Tailscale installation.
- Installs Tailscale using the appropriate package manager.
- Verifies the installation and daemon status.
- Guides initial connection to the tailnet.
Platform detection
Detect the environment before selecting an install method. Check WSL2 first to avoid installing the Linux package inside a WSL2 instance.
Related skills