/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
| Action | Description |
|---|---|
| Installation | OS-specific setup guides |
| ACL Configuration | Access control rules |
| DNS Setup | MagicDNS and custom DNS |
| Firewall Rules | Port and service restrictions |
| Team Onboarding | Add users with proper access |
| Cloud Integration | Connect to AWS, GCP, Azure |
| Troubleshooting | Debug connection issues |
ACL Example
json
{
"acls": [
{
"action": "accept",
"src": ["tag:contractors"],
"dst": ["server-1:443"]
}
],
"tagOwners": {
"tag:contractors": ["admin@company.com"]
}
}Quick Start
/tailscaleSkill will ask what you need to configure, then walk you through using the documented SOPs.