01README
Install Tailscale on remote VMs over SSH and sync tailnet machine inventory from tailscale status JSON into per-machine resources.
02Models
@keeb/tailscale/nodev2026.02.11.1tailscale_node.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| sshHost | string | SSH hostname/IP of the target VM (set via CEL from testVm) |
| sshUser | string | SSH user (default 'root') |
fn install(authKey: string)
Install Tailscale on an Alpine VM, start the daemon, and authenticate
| Argument | Type | Description |
|---|---|---|
| authKey | string | Tailscale auth key for non-interactive login |
Resources
result(infinite)— Tailscale install result
@keeb/tailscale/netv2026.02.14.2tailscale_net.ts
fn sync(statusJson: string)
Parse tailscale status JSON and write a named resource per machine
| Argument | Type | Description |
|---|---|---|
| statusJson | string | Raw JSON output from tailscale status --json |
Resources
machine(infinite)— Tailnet machine
03Workflows
@keeb/setup-tailscale9e09f483-fac8-478f-a03e-1bf70d14a7a9
Install Tailscale and authenticate on a running VM by name
setupAuth, lookup VM via fleet, install Tailscale
1.authkeebDev02.auth— Authenticate with Proxmox via keebDev02
2.lookupfleet.lookup— Look up VM to get IP
3.install-tailscaletailscaleNode.install— Install Tailscale and authenticate
04Skills
tailscale1 file
05Previous Versions
2026.04.22.2Apr 22, 2026
2026.03.02.3Mar 3, 2026
2026.03.02.2Mar 3, 2026
2026.03.02.1Mar 3, 2026
2026.02.27.1Feb 27, 2026
06Stats
A
100 / 100
Downloads
832
Archive size
6.6 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/keeb/swamp-tailscale07Security Notice
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.
08Platforms
09Labels