بنقرة واحدة
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)