No description
  • TypeScript 100%
Find a file
keeb 3d8b1ae77e feat: add embedded tailscale skill for AI agents
Embed a tailscale AI agent skill in the extension package so swamp can
extract it on install. Documents the @user/tailscale/node and
@user/tailscale/net models, their resources, CEL wiring patterns for
sshHost, and gotchas around the unquoted authKey interpolation and
Alpine-specific install script.

Bumps the manifest version to 2026.04.06.1 and adds a skills entry so
swamp packages .claude/skills/tailscale/ into the extension archive.
Whitelists the directory in .gitignore so it can be tracked alongside
other ignored Claude Code state.
2026-04-06 18:34:02 -07:00
.claude/skills/tailscale feat: add embedded tailscale skill for AI agents 2026-04-06 18:34:02 -07:00
.swamp/workflows Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:50 -08:00
extensions/models Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:50 -08:00
workflows/setup-tailscale Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:50 -08:00
.gitignore feat: add embedded tailscale skill for AI agents 2026-04-06 18:34:02 -07:00
.swamp.yaml Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:50 -08:00
CLAUDE.md Add repository and tags to manifest 2026-03-02 22:01:57 -08:00
manifest.yaml feat: add embedded tailscale skill for AI agents 2026-04-06 18:34:02 -07:00
README.md Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:50 -08:00

@keeb/tailscale

Swamp extension for Tailscale installation and tailnet machine inventory.

Models

tailscale/node

Install and authenticate Tailscale on a remote host over SSH.

Method Description
install Install Tailscale, authenticate with an auth key, and enable the service

tailscale/net

Discover and sync machines from a Tailscale tailnet.

Method Description
sync Sync all machines from the tailnet into named resources
discover Discover a specific machine by name

Workflows

Workflow Description
setup-tailscale Install Tailscale and authenticate on a running VM

Dependencies

Install

swamp extension pull @keeb/tailscale

License

MIT