一键导入
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)