원클릭으로
tailscale-acl-management
Manage Tailscale ACL policy — view, edit, validate, test, preview, drift detection against Source of Truth
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Tailscale ACL policy — view, edit, validate, test, preview, drift detection against Source of Truth
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tailscale-acl-management |
| description | Manage Tailscale ACL policy — view, edit, validate, test, preview, drift detection against Source of Truth |
Workflow skill for managing the Tailscale ACL policy including viewing, editing, validating, testing, previewing changes, and detecting drift against the Source of Truth file.
The canonical ACL policy is stored as tailscale/acl-policy.hujson in the private infrastructure repo. This file is the intended state — the live Tailscale ACL should match it.
tailscale_acl_get to retrieve the live ACL policy.tailscale/acl-policy.hujson from the infrastructure repo.tailscale_acl_get.Drift detection is also used by the scheduled tailscale-health-check agent.
tailscale/acl-policy.hujson in the infrastructure repo (the SoT).tailscale_acl_validate with the updated policy.tailscale_acl_preview to show what changes vs live.tailscale_acl_test to verify access rules against test cases.tailscale_acl_set with the updated policy.tailscale_acl_get to confirm the live policy matches.Only for urgent access changes that cannot wait for the full SoT workflow:
tailscale_acl_set with the modified policy.tailscale_acl_test to run the test cases defined in the ACL policy.tailscale_acl_set.tailscale_acl_get — retrieve current live ACL policytailscale_acl_set — replace live ACL policy (requires confirm)tailscale_acl_validate — validate policy syntaxtailscale_acl_preview — preview changes without applyingtailscale_acl_test — run ACL tests against current policyLive integration test for all Tailscale MCP tools — read + safe writes with cleanup
Manage Tailscale devices — list, authorize, configure routes, set tags, manage posture
Manage Tailscale DNS — split DNS routes, global nameservers, search paths, MagicDNS
Tailnet health dashboard — devices, DNS, ACL, keys, connectivity
Manage Tailscale auth keys — create, list, rotate, revoke with expiry tracking
New device onboarding workflow — create auth key, authorize, set tags, configure routes, verify connectivity