بنقرة واحدة
tailscale-device-management
Manage Tailscale devices — list, authorize, configure routes, set tags, manage posture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage Tailscale devices — list, authorize, configure routes, set tags, manage posture
التثبيت باستخدام 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 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-device-management |
| description | Manage Tailscale devices — list, authorize, configure routes, set tags, manage posture |
Workflow skill for managing Tailscale devices including listing, authorization, subnet route configuration, ACL tag assignment, and posture attribute management.
Call tailscale_device_list to retrieve all devices.
Format as a table:
| Name | IP | OS | Online | Tags | Key Expiry |
|---|---|---|---|---|---|
| server-1 | 100.x.x.x | linux | ✅ | tag:server | 2026-06-01 |
Show total count and online/offline breakdown.
Flag devices offline >24h or with imminent key expiry.
tailscale_device_get with the device ID.tailscale_device_list to find pending devices.tailscale_device_authorize with the device ID.tailscale_device_get to confirm authorized status.Call tailscale_device_routes_get to see advertised and enabled routes.
Display current state:
| Route | Advertised | Enabled |
|---|---|---|
| 10.10.0.0/24 | ✅ | ❌ |
| 0.0.0.0/0 (exit node) | ✅ | ❌ |
Ask user which routes to enable/disable.
Warn about network topology impact — route changes affect traffic flow.
Call tailscale_device_routes_set with the updated routes list.
Verify: tailscale_device_routes_get.
tailscale_device_get.tag:server, tag:prod).tailscale_device_tags_set with the new tag list.tailscale_device_get.tailscale_device_posture_get.tailscale_device_posture_set with key and value.tailscale_device_posture_get.tailscale_device_get to show device details.tailscale_device_delete with confirm=true.tailscale_device_list to confirm removal.tailscale_device_list — list all devicestailscale_device_get — get device detailstailscale_device_delete — remove device (requires confirm)tailscale_device_authorize — authorize pending devicetailscale_device_routes_get / tailscale_device_routes_set — subnet route managementtailscale_device_tags_set — set ACL tagstailscale_device_posture_get / tailscale_device_posture_set — posture attribute management