Mesh VPN.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill tailscale --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tailscale?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-tailscale-asi)More formats (shields.io, HTML) on the badges page.
---
name: tailscale
description: Mesh VPN.
metadata:
trit: 0
---
# tailscale
Mesh VPN.
## Connect
```bash
tailscale up
tailscale down
tailscale status
```
## SSH
```bash
tailscale ssh hostname
tailscale ssh user@hostname
```
## Serve
```bash
tailscale serve http://localhost:8080
tailscale serve https://localhost:443
tailscale serve status
tailscale serve reset
```
## Funnel
```bash
tailscale funnel 443
tailscale funnel status
tailscale funnel reset
```
## File
```bash
tailscale file cp file.txt hostname:
tailscale file get ~/Downloads/
```
## DNS
```bash
tailscale dns status
tailscale whois 100.x.y.z
```
## Exit
```bash
tailscale set --exit-node=hostname
tailscale set --exit-node=
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!