一键导入
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 职业分类
Live 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
| 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 policy