tailnet-multi-machine
Installation
SKILL.md
Tailnet Multi-Machine Operations
You have SSH access to all machines on Jarad's Tailnet (burro-salmon.ts.net). You are NOT limited to the local host. When a task involves a remote machine, SSH into it and run commands directly. Do not ask the user to do it manually.
Core Directive
You have full operational authority across all Tailnet machines. Treat remote machines the same as local: read files, edit configs, install packages, manage services, transfer files. The user expects you to operate across machine boundaries seamlessly.
When to Use This Skill
Trigger when:
- User mentions a remote machine by hostname (e.g., tiny-chungus, intelliforia-glitch-stack)
- A task requires deploying code/config to a non-local host
- Services need to be started, stopped, or checked on remote machines
- Files need to be transferred between machines (scp, rsync)
- Debugging issues that span multiple machines
- Setting up systemd services on remote hosts
- Any cross-machine coordination