원클릭으로
tailscale-key-management
Manage Tailscale auth keys — create, list, rotate, revoke with expiry tracking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Tailscale auth keys — create, list, rotate, revoke with expiry tracking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Live integration test for all Tailscale MCP tools — read + safe writes with cleanup
Manage Tailscale ACL policy — view, edit, validate, test, preview, drift detection against Source of Truth
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
New device onboarding workflow — create auth key, authorize, set tags, configure routes, verify connectivity
| name | tailscale-key-management |
| description | Manage Tailscale auth keys — create, list, rotate, revoke with expiry tracking |
Workflow skill for managing Tailscale auth keys including creation, listing, rotation, revocation, and expiry tracking.
Call tailscale_key_list to retrieve all auth keys.
Format as a table:
| Description | Reusable | Ephemeral | Preauth | Expires | Status |
|---|---|---|---|---|---|
| server-key | ✅ | ❌ | ✅ | 2026-06-01 | ✅ valid |
| ci-runner | ❌ | ✅ | ✅ | 2026-03-20 | ⚠️ expiring |
Flag expired keys with ❌ and keys expiring within 7 days with ⚠️.
Show total count and breakdown by status.
tailscale_key_get with the key ID.tag:server, tag:ci)tailscale_key_create with the gathered options.tailscale up --authkey=<key>tailscale_key_list to show all keys.tailscale_key_delete with confirm=true.tailscale_key_list to confirm revocation.tailscale_key_list.tailscale_key_list — list all auth keys with statustailscale_key_get — get key detailstailscale_key_create — create a new auth keytailscale_key_delete — revoke/delete an auth key (requires confirm)