Skip to content

/tailscale

Source: tailscale-docs Category: Infrastructure

Tailscale VPN configuration and management.

What It Does

  • Walks you through installation for your specific OS using the documented steps
  • Configures ACLs and sharing using the actual access control SOPs
  • Sets up DNS (MagicDNS, custom DNS) following the documented configuration
  • Creates firewall rules using the specific procedures
  • Onboards team members using the team onboarding workflow
  • Integrates with cloud providers using the documented cloud integration workflow
  • Troubleshoots connection issues using the actual troubleshooting SOP

Example Usage

Input: "I need to share a server with a contractor but limit them to port 443 only"

Skill Response:

  • Generates the exact ACL config
  • Uses sharing and firewall SOPs
  • Shows how to invite the contractor
  • Explains the access controls

Capabilities

ActionDescription
InstallationOS-specific setup guides
ACL ConfigurationAccess control rules
DNS SetupMagicDNS and custom DNS
Firewall RulesPort and service restrictions
Team OnboardingAdd users with proper access
Cloud IntegrationConnect to AWS, GCP, Azure
TroubleshootingDebug connection issues

ACL Example

json
{
  "acls": [
    {
      "action": "accept",
      "src": ["tag:contractors"],
      "dst": ["server-1:443"]
    }
  ],
  "tagOwners": {
    "tag:contractors": ["admin@company.com"]
  }
}

Quick Start

/tailscale

Skill will ask what you need to configure, then walk you through using the documented SOPs.

14 Skills | Built from SOP Documentation Sites