Agent skill · magnus919

tailscale

Deploy and manage the self-hosted Tailscale/Headscale ecosystem: a

What it needs

About 2k tokens when loaded.

What this skill does

Tailscale + Headscale Skill Bundle This umbrella skill covers the self-hosted Tailscale ecosystem using Headscale as the open-source control server. It provides 7 sub-skills that are auto-loaded by context. Auto-Loading by Context When the user's message matches a trigger keyword, the corresponding sub-skill's SKILL.md is loaded. Multiple sub-skills can load together when triggers overlap. Trigger Keywords Sub-Skill(s) Loaded --- --- "deploy headscale", "install headscale", "setup headscale server", "headscale config" headscale-deploy "ACL", "policy file", "tailnet policy", "access control", "grant", "tag owners" tailnet-policy "install tailscale", "connect to headscale", "tailscale client", "tailscale up", "tailscale status", "diagnose tailscale", "connectivity" tailscale-client "auth key", "preauthkey", "register node", "approve node", "tag node", "node list", "decommission node" headscale-node-lifecycle "subnet router", "exit node", "advertise route", "approve route" headscale-routing "DERP", "relay", "peer relay", "STUN" headscale-derp "backup headscale", "restore headscale", "migrate headscale", "headscale backup" headscale-backup "Tailscale", "Headscale", "tailnet", "mesh VPN", "WireGuard mesh", "self-hosted VPN" Loads this umbrella SKILL.md for navigation Sub-Skill Ordering & Dependencies headscale-deploy must be completed first — the others require a running Headscale server tailnet-policy (configures ACLs) is recommended before opening the tailnet to other users headscale-derp is optional but recommended for reliability across NATs headscale-backup should be run regularly on any production deployment Root Scripts (Shared Utilities) These live in scripts/ at the bundle root and are available to all sub-skills: scripts/headscale-health-check.sh — Probe Headscale server version, node count, DB integrity scripts/headscale-backup.sh — Full backup (sqlite + config + policy + certs) scripts/headscale-restore.sh — Restore from backup archive scripts/tailscale-statu …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills magnus919/tailscale

View the source on GitHub

Browse the @skills marketplace